Searched refs:SExtPromoteOperand (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 134 SDValue SExtPromoteOperand(SDValue Op, EVT PVT); 705 SExtPromoteOperand(Op.getOperand(0), PVT), in PromoteOperand() 723 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { in SExtPromoteOperand() function in DAGCombiner 838 N0 = SExtPromoteOperand(Op.getOperand(0), PVT); in PromoteIntShiftOp()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 208 SDValue SExtPromoteOperand(SDValue Op, EVT PVT); 975 SExtPromoteOperand(Op.getOperand(0), PVT), in PromoteOperand() 993 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { in SExtPromoteOperand() function in DAGCombiner 1108 N0 = SExtPromoteOperand(Op.getOperand(0), PVT); in PromoteIntShiftOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 264 SDValue SExtPromoteOperand(SDValue Op, EVT PVT); 1117 if (SDValue Op0 = SExtPromoteOperand(Op.getOperand(0), PVT)) in PromoteOperand() 1136 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { in SExtPromoteOperand() function in DAGCombiner 1261 N0 = SExtPromoteOperand(N0, PVT); in PromoteIntShiftOp()
|