Home
last modified time | relevance | path

Searched refs:IsDesirableToPromoteOp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h968 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
H A DX86ISelLowering.cpp51030 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3598 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1295 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
1363 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
1412 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteExtend()
1443 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteLoad()