OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertIdx
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h
403
size_t
InsertIdx
;
407
size_t
InsertIdx
)
408
: Context(Context), FromStr(VarName),
InsertIdx
(
InsertIdx
) {}
416
size_t getIndex() const { return
InsertIdx
; }
426
size_t
InsertIdx
)
427
: Substitution(Context, VarName,
InsertIdx
) {}
443
size_t
InsertIdx
)
444
: Substitution(Context, ExpressionStr,
InsertIdx
),
525
Substitution *makeStringSubstitution(StringRef VarName, size_t
InsertIdx
);
[
all
...]
FileCheck.cpp
1522
size_t
InsertIdx
) {
1524
std::make_unique<StringSubstitution>(this, VarName,
InsertIdx
));
1530
size_t
InsertIdx
) {
1532
this, ExpressionStr, std::move(Expression),
InsertIdx
));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
1307
uint64_t
InsertIdx
[2];
1309
if (!match(InsElt.getOperand(2), m_ConstantInt(
InsertIdx
[0])) ||
1311
!match(IEI->getOperand(2), m_ConstantInt(
InsertIdx
[1])) ||
1320
for (uint64_t I :
InsertIdx
) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
3820
Optional<int>
InsertIdx
= getInsertIndex(VL[I], 0);
3821
if (!
InsertIdx
|| *
InsertIdx
== UndefMaskElem)
3823
unsigned Idx = *
InsertIdx
;
4408
Optional<int>
InsertIdx
= getInsertIndex(EU.User, 0);
4409
if (!
InsertIdx
|| *
InsertIdx
== UndefMaskElem)
4439
int Idx = *
InsertIdx
;
4977
Optional<int>
InsertIdx
= getInsertIndex(Scalar, 0);
4978
if (!
InsertIdx
|| *InsertIdx == UndefMaskElem
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
7613
uint64_t
InsertIdx
= N.getConstantOperandVal(2);
7621
Mask[
InsertIdx
+ i] = NumElts + ExtractIdx + i;
7652
InsertIdx
*= Scale;
7668
Mask[i +
InsertIdx
] = M;
9250
unsigned
InsertIdx
= NonConstIdx[i];
9252
Op.getOperand(
InsertIdx
),
9253
DAG.getIntPtrConstant(
InsertIdx
, dl));
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
16033
SDValue
InsertIdx
= N->getOperand(2);
16036
if (!isNullConstant(
InsertIdx
))
Completed in 88 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026