Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11013 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local
11014 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
H A DDAGCombiner.cpp21193 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local
21194 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp48125 MVT OpSVT = EltSizeInBits == 32 ? MVT::i32 : MVT::i64; in canonicalizeBitSelect() local
48127 MVT::getVectorVT(OpSVT, VT.getSizeInBits() / OpSVT.getSizeInBits()); in canonicalizeBitSelect()