Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43466 EVT SclVT = Scl.getValueType(); in combineExtractWithShuffle() local
43468 Scl = DAG.getNode(ISD::SRL, dl, SclVT, Scl, in combineExtractWithShuffle()
43469 DAG.getShiftAmountConstant(Offset, SclVT, dl)); in combineExtractWithShuffle()
44087 EVT SclVT = N00.getValueType(); in combineToExtendBoolVectorInReg() local
44088 if (!SclVT.isScalarInteger()) in combineToExtendBoolVectorInReg()
44094 assert(NumElts == SclVT.getSizeInBits() && "Unexpected bool vector size"); in combineToExtendBoolVectorInReg()
44104 EVT BroadcastVT = EVT::getVectorVT(*DAG.getContext(), SclVT, EltSizeInBits); in combineToExtendBoolVectorInReg()
44112 (SclVT == MVT::i8 || SclVT == MVT::i16 || SclVT == MVT::i32)) { in combineToExtendBoolVectorInReg()
44120 EVT::getVectorVT(*DAG.getContext(), SclVT, NumElts * Scale); in combineToExtendBoolVectorInReg()