Searched refs:IsDesirableToPromoteOp (Results 1 – 4 of 4) sorted by relevance
704 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
27786 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
2262 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
1051 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()1109 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()1153 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteExtend()1182 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteLoad()