OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryIdx
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp
154
void handleSpecialSwappables(int
EntryIdx
);
590
for (unsigned
EntryIdx
= 0;
EntryIdx
< SwapVector.size(); ++
EntryIdx
) {
592
MachineInstr *MI = SwapVector[
EntryIdx
].VSEMI;
594
LLVM_DEBUG(dbgs() << "\n" << SwapVector[
EntryIdx
].VSEId << " ");
611
SwapVector[
EntryIdx
].MentionsPhysVR = 1;
623
SwapVector[
EntryIdx
].VSEId);
627
SwapVector[
EntryIdx
].VSEId));
642
for (unsigned
EntryIdx
= 0; EntryIdx < SwapVector.size(); ++EntryIdx)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp
237
for (size_t
EntryIdx
= *ToRemoveItr;
EntryIdx
< HistoryMapEntries.size();
238
++
EntryIdx
) {
240
if (ToRemoveItr != ToRemove.end() && *ToRemoveItr ==
EntryIdx
) {
244
Offsets[
EntryIdx
] = CurOffset;
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
7912
uint32_t
EntryIdx
= RelocAddress / EntrySize;
7913
uint32_t OffsetInEntry = RelocAddress -
EntryIdx
* EntrySize;
7914
CompactUnwindEntry &Entry = CompactUnwinds[
EntryIdx
];
Completed in 25 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026