Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h579 virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
DX86ISelLowering.cpp14293 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h746 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
DX86ISelLowering.cpp31077 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h952 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
/external/llvm/include/llvm/Target/
DTargetLowering.h2405 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp774 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
832 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
876 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteExtend()
905 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1044 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntBinOp()
1102 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteIntShiftOp()
1146 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteExtend()
1178 if (TLI.IsDesirableToPromoteOp(Op, PVT)) { in PromoteLoad()