Searched refs:InsertIdx (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 403 size_t InsertIdx; variable 407 size_t InsertIdx) in Substitution() argument 408 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution() 416 size_t getIndex() const { return InsertIdx; } in getIndex() 426 size_t InsertIdx) in StringSubstitution() argument 427 : Substitution(Context, VarName, InsertIdx) {} in StringSubstitution() 443 size_t InsertIdx) in NumericSubstitution() argument 444 : Substitution(Context, ExpressionStr, InsertIdx), in NumericSubstitution() 525 Substitution *makeStringSubstitution(StringRef VarName, size_t InsertIdx); 531 size_t InsertIdx);
|
| H A D | FileCheck.cpp | 1522 size_t InsertIdx) { in makeStringSubstitution() argument 1524 std::make_unique<StringSubstitution>(this, VarName, InsertIdx)); in makeStringSubstitution() 1530 size_t InsertIdx) { in makeNumericSubstitution() argument 1532 this, ExpressionStr, std::move(Expression), InsertIdx)); in makeNumericSubstitution()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3820 Optional<int> InsertIdx = getInsertIndex(VL[I], 0); in getEntryCost() local 3821 if (!InsertIdx || *InsertIdx == UndefMaskElem) in getEntryCost() 3823 unsigned Idx = *InsertIdx; in getEntryCost() 4408 Optional<int> InsertIdx = getInsertIndex(EU.User, 0); in getTreeCost() local 4409 if (!InsertIdx || *InsertIdx == UndefMaskElem) in getTreeCost() 4439 int Idx = *InsertIdx; in getTreeCost() 4977 Optional<int> InsertIdx = getInsertIndex(Scalar, 0); in vectorizeTree() local 4978 if (!InsertIdx || *InsertIdx == UndefMaskElem) in vectorizeTree() 4980 unsigned Idx = *InsertIdx; in vectorizeTree() 4996 Optional<int> InsertIdx = getInsertIndex(Scalar, 0); in vectorizeTree() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1307 uint64_t InsertIdx[2]; in foldConstantInsEltIntoShuffle() local 1309 if (!match(InsElt.getOperand(2), m_ConstantInt(InsertIdx[0])) || in foldConstantInsEltIntoShuffle() 1311 !match(IEI->getOperand(2), m_ConstantInt(InsertIdx[1])) || in foldConstantInsEltIntoShuffle() 1320 for (uint64_t I : InsertIdx) { in foldConstantInsEltIntoShuffle()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7613 uint64_t InsertIdx = N.getConstantOperandVal(2); in getFauxShuffleMask() local 7621 Mask[InsertIdx + i] = NumElts + ExtractIdx + i; in getFauxShuffleMask() 7652 InsertIdx *= Scale; in getFauxShuffleMask() 7668 Mask[i + InsertIdx] = M; in getFauxShuffleMask() 9250 unsigned InsertIdx = NonConstIdx[i]; in LowerBUILD_VECTORvXi1() local 9252 Op.getOperand(InsertIdx), in LowerBUILD_VECTORvXi1() 9253 DAG.getIntPtrConstant(InsertIdx, dl)); in LowerBUILD_VECTORvXi1()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 16033 SDValue InsertIdx = N->getOperand(2); in removeRedundantInsertVectorElt() local 16036 if (!isNullConstant(InsertIdx)) in removeRedundantInsertVectorElt()
|