Home
last modified time | relevance | path

Searched refs:SExtPromoteOperand (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp134 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/
DDAGCombiner.cpp208 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/
DDAGCombiner.cpp264 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()