OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BestIdx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp
161
unsigned
BestIdx
= 0;
196
BestIdx
= i;
201
OpInfo.ConstraintCode = OpInfo.Codes[
BestIdx
];
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
1841
unsigned
BestIdx
= 0;
1846
if (Picker(Q[
BestIdx
], Q[I]))
1847
BestIdx
= I;
1848
SUnit *V = Q[
BestIdx
];
1849
if (
BestIdx
+ 1 != Q.size())
1850
std::swap(Q[
BestIdx
], Q.back());
TargetLowering.cpp
4922
unsigned
BestIdx
= 0;
4950
BestIdx
= i;
4964
BestIdx
= i;
4969
OpInfo.ConstraintCode = OpInfo.Codes[
BestIdx
];
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
1463
Optional<unsigned>
BestIdx
=
1468
if (
BestIdx
) {
1471
swap(OpIdx,
BestIdx
.getValue(), Lane);
Completed in 41 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026