Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp888 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp845 SmallVector<StringRef, 2> ExtVec; in InsertOCLBuiltinDeclarationsFromTable() local
846 Extensions.split(ExtVec, " "); in InsertOCLBuiltinDeclarationsFromTable()
848 for (StringRef Ext : ExtVec) { in InsertOCLBuiltinDeclarationsFromTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23961 SDValue ExtVec = Op.getOperand(0); in combineConcatVectorOfExtracts() local
23966 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()