Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h831 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
DX86ISelLowering.cpp46162 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3383 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1196 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
1261 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
1310 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteExtend()
1341 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteLoad()