Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h968 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
DX86ISelLowering.cpp51414 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3625 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1297 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
1365 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
1414 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteExtend()
1445 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteLoad()