Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp44754 EVT SclVT = Scl.getValueType(); in combineExtractWithShuffle() local
44756 Scl = DAG.getNode(ISD::SRL, dl, SclVT, Scl, in combineExtractWithShuffle()
44757 DAG.getShiftAmountConstant(Offset, SclVT, dl)); in combineExtractWithShuffle()
45383 EVT SclVT = N00.getValueType(); in combineToExtendBoolVectorInReg() local
45384 if (!SclVT.isScalarInteger()) in combineToExtendBoolVectorInReg()
45390 assert(NumElts == SclVT.getSizeInBits() && "Unexpected bool vector size"); in combineToExtendBoolVectorInReg()
45400 EVT BroadcastVT = EVT::getVectorVT(*DAG.getContext(), SclVT, EltSizeInBits); in combineToExtendBoolVectorInReg()
45408 (SclVT == MVT::i8 || SclVT == MVT::i16 || SclVT == MVT::i32)) { in combineToExtendBoolVectorInReg()
45416 EVT::getVectorVT(*DAG.getContext(), SclVT, NumElts * Scale); in combineToExtendBoolVectorInReg()