Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1010 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
H A DX86ISelLowering.cpp55271 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3917 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1361 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
1429 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
1478 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteExtend()
1509 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteLoad()