Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDFileCheckImpl.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);
HDFileCheck.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineVectorOps.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.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()