OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPrevSlot
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeCalc.cpp
95
MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.
getPrevSlot
());
161
LiveRange::iterator UB = upper_bound(LR, End.
getPrevSlot
());
RenameIndependentSubregs.cpp
327
if (subRangeLiveAt(LI, PredEnd.
getPrevSlot
()))
SplitKit.cpp
697
SlotIndex Last = End.
getPrevSlot
();
871
AssignI.find(Def.
getPrevSlot
());
1253
SlotIndex LastUse = End.
getPrevSlot
();
1356
Idx = Idx.
getPrevSlot
();
LiveInterval.cpp
124
impl().findInsertPos(Segment(Use.
getPrevSlot
(), Use, nullptr));
139
SlotIndex BeforeUse = Use.
getPrevSlot
();
LiveIntervals.cpp
404
const MachineBasicBlock *MBB = Indexes->getMBBFromIndex(Idx.
getPrevSlot
());
1670
EndIdx = getMBBEndIdx(MBB).
getPrevSlot
();
TwoAddressInstructionPass.cpp
736
SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).
getPrevSlot
();
925
SlotIndex MBBEndIdx = LIS->getMBBEndIdx(MBB).
getPrevSlot
();
RegisterCoalescer.cpp
650
IntB.FindSegmentContaining(AValNo->def.
getPrevSlot
());
657
LIS->getInstructionFromIndex(ValS->end.
getPrevSlot
());
700
VNInfo *SubValSNo = S.getVNInfoAt(AValNo->def.
getPrevSlot
());
1831
if (VNInfo *V = S.getVNInfoAt(PredEnd.
getPrevSlot
())) {
MachineBasicBlock.cpp
1187
SlotIndex PrevIndex = StartIndex.
getPrevSlot
();
MachineVerifier.cpp
2855
LiveInts->getMBBFromIndex(S.end.
getPrevSlot
());
2874
LiveInts->getInstructionFromIndex(S.end.
getPrevSlot
());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h
252
return LR.liveAt(getMBBEndIdx(mbb).
getPrevSlot
());
SlotIndexes.h
289
SlotIndex
getPrevSlot
() const {
LiveInterval.h
422
const_iterator I = FindSegmentContaining(Idx.
getPrevSlot
());
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp
489
if (!Seg.start.isRegister() || !Range.liveAt(Seg.start.
getPrevSlot
()))
Completed in 49 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026