Searched refs:ExtVec (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 584 SDValue ExtVec; in buildHvxVectorReg() local 585 if (IsBuildFromExtracts(ExtVec, ExtIdx)) { in buildHvxVectorReg() 586 MVT ExtTy = ty(ExtVec); in buildHvxVectorReg() 612 SDValue S = DAG.getVectorShuffle(ExtTy, dl, ExtVec, in buildHvxVectorReg()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 827 SmallVector<StringRef, 2> ExtVec; in InsertOCLBuiltinDeclarationsFromTable() local 828 Extensions.split(ExtVec, " "); in InsertOCLBuiltinDeclarationsFromTable() 830 for (StringRef Ext : ExtVec) { in InsertOCLBuiltinDeclarationsFromTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 19649 SDValue ExtVec = Op.getOperand(0); in combineConcatVectorOfExtracts() local 19654 EVT ExtVT = ExtVec.getValueType(); in combineConcatVectorOfExtracts() 19655 ExtVec = peekThroughBitcasts(ExtVec); in combineConcatVectorOfExtracts() 19658 if (ExtVec.isUndef()) { in combineConcatVectorOfExtracts() 19678 if (SV0.isUndef() || SV0 == ExtVec) { in combineConcatVectorOfExtracts() 19679 SV0 = ExtVec; in combineConcatVectorOfExtracts() 19682 } else if (SV1.isUndef() || SV1 == ExtVec) { in combineConcatVectorOfExtracts() 19683 SV1 = ExtVec; in combineConcatVectorOfExtracts()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10192 SDValue ExtVec = DAG.getNode(ISD::ANY_EXTEND, DL, WideVT, Vec1); in LowerINSERT_SUBVECTOR() local 10196 return DAG.getNode(AArch64ISD::UZP1, DL, VT, ExtVec, HiVec0); in LowerINSERT_SUBVECTOR() 10199 return DAG.getNode(AArch64ISD::UZP1, DL, VT, LoVec0, ExtVec); in LowerINSERT_SUBVECTOR()
|