Searched refs:IsDesirableToPromoteOp (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 579 virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
|
D | X86ISelLowering.cpp | 14293 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 746 bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const override;
|
D | X86ISelLowering.cpp | 31077 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp() function in X86TargetLowering
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 952 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2405 virtual bool IsDesirableToPromoteOp(SDValue /*Op*/, EVT &/*PVT*/) const { in IsDesirableToPromoteOp() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 774 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/ |
D | DAGCombiner.cpp | 1044 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()
|