Home
last modified time | relevance | path

Searched refs:InsertIdx (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h186 size_t InsertIdx; variable
190 size_t InsertIdx) in Substitution() argument
191 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution()
199 size_t getIndex() const { return InsertIdx; } in getIndex()
209 size_t InsertIdx) in StringSubstitution() argument
210 : Substitution(Context, VarName, InsertIdx) {} in StringSubstitution()
225 std::unique_ptr<ExpressionAST> ExprAST, size_t InsertIdx) in NumericSubstitution() argument
226 : Substitution(Context, Expr, InsertIdx) { in NumericSubstitution()
306 Substitution *makeStringSubstitution(StringRef VarName, size_t InsertIdx);
313 size_t InsertIdx);
DFileCheck.cpp833 size_t InsertIdx) { in makeStringSubstitution() argument
835 std::make_unique<StringSubstitution>(this, VarName, InsertIdx)); in makeStringSubstitution()
841 std::unique_ptr<ExpressionAST> ExpressionASTPointer, size_t InsertIdx) { in makeNumericSubstitution() argument
843 this, ExpressionStr, std::move(ExpressionASTPointer), InsertIdx)); in makeNumericSubstitution()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h400 size_t InsertIdx; variable
404 size_t InsertIdx) in Substitution() argument
405 : Context(Context), FromStr(VarName), InsertIdx(InsertIdx) {} in Substitution()
413 size_t getIndex() const { return InsertIdx; } in getIndex()
423 size_t InsertIdx) in StringSubstitution() argument
424 : Substitution(Context, VarName, InsertIdx) {} in StringSubstitution()
440 size_t InsertIdx) in NumericSubstitution() argument
441 : Substitution(Context, ExpressionStr, InsertIdx), in NumericSubstitution()
522 Substitution *makeStringSubstitution(StringRef VarName, size_t InsertIdx);
528 size_t InsertIdx);
DFileCheck.cpp1485 size_t InsertIdx) { in makeStringSubstitution() argument
1487 std::make_unique<StringSubstitution>(this, VarName, InsertIdx)); in makeStringSubstitution()
1493 size_t InsertIdx) { in makeNumericSubstitution() argument
1495 this, ExpressionStr, std::move(Expression), InsertIdx)); in makeNumericSubstitution()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1307 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp987 uint64_t InsertIdx[2]; in foldConstantInsEltIntoShuffle() local
989 if (!match(InsElt.getOperand(2), m_ConstantInt(InsertIdx[0])) || in foldConstantInsEltIntoShuffle()
991 !match(IEI->getOperand(2), m_ConstantInt(InsertIdx[1])) || in foldConstantInsEltIntoShuffle()
1000 for (uint64_t I : InsertIdx) { in foldConstantInsEltIntoShuffle()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7251 uint64_t InsertIdx = N.getConstantOperandVal(2); in getFauxShuffleMask() local
7260 Mask[InsertIdx + i] = NumElts + ExtractIdx + i; in getFauxShuffleMask()
7283 InsertIdx *= Scale; in getFauxShuffleMask()
7303 Mask[i + InsertIdx] = M; in getFauxShuffleMask()
8834 unsigned InsertIdx = NonConstIdx[i]; in LowerBUILD_VECTORvXi1() local
8836 Op.getOperand(InsertIdx), in LowerBUILD_VECTORvXi1()
8837 DAG.getIntPtrConstant(InsertIdx, dl)); in LowerBUILD_VECTORvXi1()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp7508 uint64_t InsertIdx = N.getConstantOperandVal(2); in getFauxShuffleMask() local
7516 Mask[InsertIdx + i] = NumElts + ExtractIdx + i; in getFauxShuffleMask()
7547 InsertIdx *= Scale; in getFauxShuffleMask()
7563 Mask[i + InsertIdx] = M; in getFauxShuffleMask()
9108 unsigned InsertIdx = NonConstIdx[i]; in LowerBUILD_VECTORvXi1() local
9110 Op.getOperand(InsertIdx), in LowerBUILD_VECTORvXi1()
9111 DAG.getIntPtrConstant(InsertIdx, dl)); in LowerBUILD_VECTORvXi1()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp6093 unsigned InsertIdx = NonConstIdx[i]; in LowerBUILD_VECTORvXi1() local
6095 Op.getOperand(InsertIdx), in LowerBUILD_VECTORvXi1()
6096 DAG.getIntPtrConstant(InsertIdx, dl)); in LowerBUILD_VECTORvXi1()