Searched refs:SelVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 29470 return DAG.getBitcast(SelVT, in LowerShift() 29476 SDValue Z = DAG.getConstant(0, dl, SelVT); in LowerShift() 29478 return DAG.getSelect(dl, SelVT, C, V0, V1); in LowerShift() 30010 return DAG.getBitcast(SelVT, in LowerRotate() 30016 SDValue Z = DAG.getConstant(0, DL, SelVT); in LowerRotate() 55123 SelVT = EVT::getVectorVT(Ctx, MVT::i1, in combineConcatVectorOps() 55125 if (TLI.isTypeLegal(SelVT)) in combineConcatVectorOps() 55138 SelVT = SelVT.getDoubleNumVectorElementsVT(Ctx); in combineConcatVectorOps() 55139 if (TLI.isTypeLegal(SelVT)) in combineConcatVectorOps() 55439 MVT SelVT = Sel.getSimpleValueType(); in narrowExtractedVectorSelect() local [all …]
|