Home
last modified time | relevance | path

Searched refs:OpSVT (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9197 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local
9198 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
DDAGCombiner.cpp18192 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local
18193 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13105 EVT OpSVT = Op.getOperand(0)->getValueType(0); in visitCONCAT_VECTORS() local
13106 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp9401 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local
9402 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
DDAGCombiner.cpp19526 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local
19527 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()