Searched refs:SimplifySelectCC (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 231 SDValue SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, SDValue N2, 3855 return SimplifySelectCC(N->getDebugLoc(), N0, N1, N2, N3, CC); in visitSELECT_CC() 4143 SimplifySelectCC(N->getDebugLoc(), N0.getOperand(0), N0.getOperand(1), in visitSIGN_EXTEND() 4374 SimplifySelectCC(N->getDebugLoc(), N0.getOperand(0), N0.getOperand(1), in visitZERO_EXTEND() 4554 SimplifySelectCC(N->getDebugLoc(), N0.getOperand(0), N0.getOperand(1), in visitANY_EXTEND() 7288 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2, in SimplifySelect() 7423 SDValue DAGCombiner::SimplifySelectCC(DebugLoc DL, SDValue N0, SDValue N1, in SimplifySelectCC() function in DAGCombiner
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 340 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, 5751 return SimplifySelectCC(SDLoc(N), N0, N1, N2, N3, CC); in visitSELECT_CC() 6209 if (SDValue SCC = SimplifySelectCC( in visitSIGN_EXTEND() 6532 if (SDValue SCC = SimplifySelectCC( in visitZERO_EXTEND() 6711 if (SDValue SCC = SimplifySelectCC( in visitANY_EXTEND() 13980 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2, in SimplifySelect() 14160 SDValue DAGCombiner::SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelectCC() function in DAGCombiner
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 406 SDValue SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, 7853 return SimplifySelectCC(SDLoc(N), N0, N1, N2, N3, CC); in visitSELECT_CC() 8536 SimplifySelectCC(DL, N00, N01, ExtTrueVal, Zero, CC, true)) in visitSIGN_EXTEND() 8809 if (SDValue SCC = SimplifySelectCC( in visitZERO_EXTEND() 8986 if (SDValue SCC = SimplifySelectCC( in visitANY_EXTEND() 17575 SDValue SCC = SimplifySelectCC(DL, N0.getOperand(0), N0.getOperand(1), N1, N2, in SimplifySelect() 17821 SDValue DAGCombiner::SimplifySelectCC(const SDLoc &DL, SDValue N0, SDValue N1, in SimplifySelectCC() function in DAGCombiner
|