Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1073 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
H A DX86ISelLowering.cpp56440 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4231 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1605 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
1673 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
1722 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteExtend()
1753 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteLoad()