Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp37687 EVT BCVT = BC.getValueType(); in combineTargetShuffle() local
37711 DAG.getTargetLoweringInfo().isTypeLegal(BCVT) && in combineTargetShuffle()
38607 EVT BCVT = BC.getValueType(); in SimplifyDemandedVectorEltsForTargetShuffle() local
38647 BCVT, DL, TLO.DAG.getEntryNode(), LegalCV, in SimplifyDemandedVectorEltsForTargetShuffle()
41378 SDValue Mask = DAG.getConstant(MaskBit, dl, BCVT); in combineExtractVectorElt()
42646 EVT BCVT = BC.getValueType(); in combinePTESTCC() local
42647 assert(BCVT.isVector() && DAG.getTargetLoweringInfo().isTypeLegal(BCVT) && in combinePTESTCC()
42670 unsigned EltBits = BCVT.getScalarSizeInBits(); in combinePTESTCC()
42756 MVT BCVT = BC.getSimpleValueType(); in combineSetCCMOVMSK() local
42757 unsigned BCNumElts = BCVT.getVectorNumElements(); in combineSetCCMOVMSK()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18903 EVT BCVT = VecOp.getOperand(0).getValueType(); in visitEXTRACT_VECTOR_ELT() local
18904 if (!BCVT.isVector() || ExtVT.bitsGT(BCVT.getVectorElementType())) in visitEXTRACT_VECTOR_ELT()
18906 if (NumElts != BCVT.getVectorNumElements()) in visitEXTRACT_VECTOR_ELT()
18909 ExtVT = BCVT.getVectorElementType(); in visitEXTRACT_VECTOR_ELT()