Searched refs:ExtVec (Results 1 – 3 of 3) sorted by relevance
888 SDValue ExtVec; in buildHvxVectorReg() 889 if (IsBuildFromExtracts(ExtVec, ExtIdx)) { in buildHvxVectorReg() local 890 MVT ExtTy = ty(ExtVec); in buildHvxVectorReg() 904 // Fill the rest of the mask with the unused elements of ExtVec in hopes in buildHvxVectorReg() 905 // that it will result in a permutation of ExtVec's elements. It's still in buildHvxVectorReg() 916 SDValue S = DAG.getVectorShuffle(ExtTy, dl, ExtVec, in buildHvxVectorReg()
845 SmallVector<StringRef, 2> ExtVec; in InsertOCLBuiltinDeclarationsFromTable() local846 Extensions.split(ExtVec, " "); in InsertOCLBuiltinDeclarationsFromTable()848 for (StringRef Ext : ExtVec) { in InsertOCLBuiltinDeclarationsFromTable()
23961 SDValue ExtVec = Op.getOperand(0); in combineConcatVectorOfExtracts() local23966 EVT ExtVT = ExtVec.getValueType(); in combineConcatVectorOfExtracts()23967 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts()23970 if (ExtVec.isUndef()) { in combineConcatVectorOfExtracts()23990 if (SV0.isUndef() || SV0 == ExtVec) { in combineConcatVectorOfExtracts()23991 SV0 = ExtVec; in combineConcatVectorOfExtracts()23994 } else if (SV1.isUndef() || SV1 == ExtVec) { in combineConcatVectorOfExtracts()23995 SV1 = ExtVec; in combineConcatVectorOfExtracts()