OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMBBEndIdx
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SlotIndexes.h
446
return
getMBBEndIdx
(MBB);
476
SlotIndex
getMBBEndIdx
(unsigned Num) const {
481
SlotIndex
getMBBEndIdx
(const MachineBasicBlock *mbb) const {
525
index <
getMBBEndIdx
(J->second) &&
618
IndexListEntry *endEntry =
getMBBEndIdx
(&*prevMBB).listEntry();
LiveIntervals.h
241
SlotIndex
getMBBEndIdx
(const MachineBasicBlock *mbb) const {
242
return Indexes->
getMBBEndIdx
(mbb);
252
return LR.liveAt(
getMBBEndIdx
(mbb).getPrevSlot());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervalCalc.cpp
186
UseIdx = Indexes->
getMBBEndIdx
(MI->getOperand(OpNo + 1).getMBB());
SlotIndexes.cpp
200
endIdx =
getMBBEndIdx
(MBB);
LiveIntervals.cpp
419
SlotIndex Stop = Indexes->
getMBBEndIdx
(Pred);
435
SlotIndex Stop = Indexes->
getMBBEndIdx
(Pred);
650
SlotIndex MBBEnd = Indexes->
getMBBEndIdx
(KillMBB);
857
if (VNI == LI.getVNInfoBefore(Indexes->
getMBBEndIdx
(Pred)))
882
getMBBEndIdx
(startInst.getParent()), VN);
1516
OldIndex <
getMBBEndIdx
(MI.getParent()) &&
1670
EndIdx =
getMBBEndIdx
(MBB).getPrevSlot();
SplitKit.cpp
68
SlotIndex MBBEnd = LIS.
getMBBEndIdx
(&MBB);
144
if (LIP == LIS.
getMBBEndIdx
(&MBB))
329
SlotIndex Stop = LIS.
getMBBEndIdx
(&*MFI);
337
Stop = LIS.
getMBBEndIdx
(&*MFI);
696
SlotIndex End = LIS.
getMBBEndIdx
(&MBB);
732
useIntv(LIS.getMBBStartIdx(&MBB), LIS.
getMBBEndIdx
(&MBB));
1203
BlockEnd = LIS.
getMBBEndIdx
(&*MBB);
1252
SlotIndex End = LIS.
getMBBEndIdx
(P);
1466
SlotIndex PredEnd = Indexes.
getMBBEndIdx
(Pred);
LiveDebugVariables.cpp
924
SlotIndex Stop = LIS.
getMBBEndIdx
(MBB);
1563
SlotIndex MBBEndIdx = LIS.
getMBBEndIdx
(&*MBB);
1669
SlotIndex MBBEnd = LIS.
getMBBEndIdx
(&*MBB);
1681
MBBEnd = LIS.
getMBBEndIdx
(&*MBB);
RenameIndependentSubregs.cpp
326
SlotIndex PredEnd = Indexes.
getMBBEndIdx
(PredMBB);
RegisterCoalescer.cpp
1111
VNInfo *PVal = IntA.getVNInfoBefore(LIS->
getMBBEndIdx
(Pred));
1131
if (PVal->def < VNI->def && VNI->def < LIS->
getMBBEndIdx
(Pred)) {
1167
if (IntB.overlaps(InsPosIdx, LIS->
getMBBEndIdx
(CopyLeftBB)))
1830
SlotIndex PredEnd = LIS->
getMBBEndIdx
(Pred);
2847
if (OtherLRQ.endPoint() >= Indexes->
getMBBEndIdx
(MBB))
2928
SlotIndex MBBEnd = Indexes->
getMBBEndIdx
(MBB);
3617
CloseNewDVRange(Slots.
getMBBEndIdx
(&MBB));
PHIElimination.cpp
597
LIS->
getMBBEndIdx
(&opBlock));
MachineBasicBlock.cpp
1186
SlotIndex StartIndex = Indexes->
getMBBEndIdx
(this);
1188
SlotIndex EndIndex = Indexes->
getMBBEndIdx
(NMBB);
TwoAddressInstructionPass.cpp
736
SlotIndex MBBEndIdx = LIS->
getMBBEndIdx
(MBB).getPrevSlot();
925
SlotIndex MBBEndIdx = LIS->
getMBBEndIdx
(MBB).getPrevSlot();
MachineVerifier.cpp
482
<< ';' << Indexes->
getMBBEndIdx
(MBB) << ')';
2339
SlotIndex stop = Indexes->
getMBBEndIdx
(MBB);
2864
if (S.end == LiveInts->
getMBBEndIdx
(EndMBB))
2998
SlotIndex PEnd = LiveInts->
getMBBEndIdx
(Pred);
StackColoring.cpp
912
SlotIndex EndIdx = Indexes->
getMBBEndIdx
(&MBB);
LiveInterval.cpp
1340
if (const VNInfo *PVNI = LR.getVNInfoBefore(LIS.
getMBBEndIdx
(Pred)))
InlineSpiller.cpp
522
VNInfo *PVNI = LI->getVNInfoBefore(LIS.
getMBBEndIdx
(P));
RegisterPressure.cpp
314
return LIS->
getMBBEndIdx
(MBB);
MachineScheduler.cpp
1155
VNI = LI.getVNInfoBefore(LIS->
getMBBEndIdx
(BB));
1347
const VNInfo *DefVNI = LI.getVNInfoBefore(LIS->
getMBBEndIdx
(BB));
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp
368
if (const VNInfo *VN = LR.getVNInfoBefore(LIS->
getMBBEndIdx
(*PI))) {
1080
: LIS->
getMBBEndIdx
(&MBB);
1082
Last != MBBE ? LIS->getInstructionIndex(*Last) : LIS->
getMBBEndIdx
(&MBB);
1114
assert(Idx == LIS->
getMBBEndIdx
(&MBB));
Completed in 37 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026