Searched refs:MatchingVectorType (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4127 EVT MatchingVectorType = in visitSIGN_EXTEND() local 4131 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0), in visitSIGN_EXTEND() 4359 EVT MatchingVectorType = in visitZERO_EXTEND() local 4363 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0), in visitZERO_EXTEND() 4541 EVT MatchingVectorType = in visitANY_EXTEND() local 4545 DAG.getSetCC(N->getDebugLoc(), MatchingVectorType, N0.getOperand(0), in visitANY_EXTEND()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6195 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); in visitSIGN_EXTEND() local 6196 if (SVT == MatchingVectorType) { in visitSIGN_EXTEND() 6197 SDValue VsetCC = DAG.getSetCC(SDLoc(N), MatchingVectorType, in visitSIGN_EXTEND() 6521 EVT MatchingVectorType = EVT::getVectorVT( in visitZERO_EXTEND() local 6524 DAG.getNode(ISD::SETCC, DL, MatchingVectorType, N0.getOperand(0), in visitZERO_EXTEND() 6700 EVT MatchingVectorType = N0VT.changeVectorElementTypeToInteger(); in visitANY_EXTEND() local 6702 DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0), in visitANY_EXTEND()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8799 EVT MatchingVectorType = N00VT.changeVectorElementTypeToInteger(); in visitZERO_EXTEND() local 8801 DAG.getNode(ISD::SETCC, DL, MatchingVectorType, N0.getOperand(0), in visitZERO_EXTEND() 8975 EVT MatchingVectorType = N00VT.changeVectorElementTypeToInteger(); in visitANY_EXTEND() local 8977 DAG.getSetCC(SDLoc(N), MatchingVectorType, N0.getOperand(0), in visitANY_EXTEND()
|