Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLoweringHVX.cpp445 SDValue ExtVec; in buildHvxVectorReg() local
446 if (IsBuildFromExtracts(ExtVec, ExtIdx)) { in buildHvxVectorReg()
447 MVT ExtTy = ty(ExtVec); in buildHvxVectorReg()
473 SDValue S = DAG.getVectorShuffle(ExtTy, dl, ExtVec, in buildHvxVectorReg()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp18060 SDValue ExtVec = Op.getOperand(0); in combineConcatVectorOfExtracts() local
18064 EVT ExtVT = ExtVec.getValueType(); in combineConcatVectorOfExtracts()
18065 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()
18068 if (ExtVec.isUndef()) { in combineConcatVectorOfExtracts()
18092 if (SV0.isUndef() || SV0 == ExtVec) { in combineConcatVectorOfExtracts()
18093 SV0 = ExtVec; in combineConcatVectorOfExtracts()
18096 } else if (SV1.isUndef() || SV1 == ExtVec) { in combineConcatVectorOfExtracts()
18097 SV1 = ExtVec; in combineConcatVectorOfExtracts()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp22151 SDValue ExtVec = DAG.getBitcast(MVT::v8i1, newSelect); in LowerSELECT() local
22152 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, VT, ExtVec, in LowerSELECT()