Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12300 EVT OpSVT = OpVT.getScalarType(); in matchBinOpReduction() local
12301 EVT SubVT = EVT::getVectorVT(*getContext(), OpSVT, NumSubElts); in matchBinOpReduction()
H A DDAGCombiner.cpp24266 EVT OpSVT = Op.getOperand(0).getValueType(); in visitCONCAT_VECTORS() local
24267 MinVT = (!FoundMinVT || OpSVT.bitsLE(MinVT)) ? OpSVT : MinVT; in visitCONCAT_VECTORS()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50162 MVT OpSVT = EltSizeInBits <= 32 ? MVT::i32 : MVT::i64; in canonicalizeBitSelect() local
50164 MVT::getVectorVT(OpSVT, VT.getSizeInBits() / OpSVT.getSizeInBits()); in canonicalizeBitSelect()