OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSlotIndexes
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.cpp
233
std::tie(Start, Stop) = LIS.
getSlotIndexes
()->getMBBRange(BI.MBB);
385
LICalc[0].reset(&VRM.getMachineFunction(), LIS.
getSlotIndexes
(), &MDT,
388
LICalc[1].reset(&VRM.getMachineFunction(), LIS.
getSlotIndexes
(), &MDT,
533
SlotIndexes &Indexes = *LIS.
getSlotIndexes
();
556
SlotIndexes &Indexes = *LIS.
getSlotIndexes
();
628
SlotIndexes &Indexes = *LIS.
getSlotIndexes
();
1183
std::tie(BlockStart, BlockEnd) = LIS.
getSlotIndexes
()->getMBBRange(&*MBB);
1300
SubLIC.reset(&VRM.getMachineFunction(), LIS.
getSlotIndexes
(), &MDT,
1303
LI.computeSubRangeUndefs(Undefs, PS.LaneMask, MRI, *LIS.
getSlotIndexes
());
1394
SubLIC.reset(&VRM.getMachineFunction(), LIS.
getSlotIndexes
(), &MDT
[
all
...]
LiveRegMatrix.cpp
173
return Range.overlaps(UnitRange, CP, *LIS->
getSlotIndexes
());
LiveIntervals.cpp
198
LICalc->reset(MF,
getSlotIndexes
(), DomTree, &getVNInfoAllocator());
280
LICalc->reset(MF,
getSlotIndexes
(), DomTree, &getVNInfoAllocator());
637
LICalc->reset(MF,
getSlotIndexes
(), DomTree, &getVNInfoAllocator());
1464
SlotIndex InstSlot = LIS.
getSlotIndexes
()->getInstructionIndex(MI);
1474
SlotIndexes *Indexes = LIS.
getSlotIndexes
();
1752
LICalc->reset(MF,
getSlotIndexes
(), DomTree, &getVNInfoAllocator());
CalcSpillWeights.cpp
310
if (ShouldUpdateLI && LI.isZeroLength(LIS.
getSlotIndexes
()) &&
LiveRangeEdit.cpp
177
return LIS.
getSlotIndexes
()->insertMachineInstrInMaps(*MI, Late).getRegSlot();
RenameIndependentSubregs.cpp
304
const SlotIndexes &Indexes = *LIS->
getSlotIndexes
();
RegisterCoalescer.cpp
977
const SlotIndexes &Indexes = *LIS->
getSlotIndexes
();
1232
*LIS->
getSlotIndexes
());
1787
? LIS->
getSlotIndexes
()->getIndexBefore(*UseMI)
2199
SlotIndexes *Indexes = LIS->
getSlotIndexes
();
2482
NewVNInfo(newVNInfo), CP(cp), LIS(lis), Indexes(LIS->
getSlotIndexes
()),
3446
*LIS->
getSlotIndexes
(), *TRI, ComposeSubRegIdx);
3582
const SlotIndexes &Slots = *LIS->
getSlotIndexes
();
LiveDebugVariables.cpp
1156
RStart = LIS.
getSlotIndexes
()->getIndexBefore(*Range.first);
1729
auto Slots = LIS->
getSlotIndexes
();
LiveInterval.cpp
1370
SlotIndex Idx = LIS.
getSlotIndexes
()->getIndexBefore(*MI);
MachinePipeliner.cpp
387
SlotIndexes &Slots = *getAnalysis<LiveIntervals>().
getSlotIndexes
();
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNRegPressure.h
215
auto &SII = *LIS.
getSlotIndexes
();
SIFormMemoryClauses.cpp
272
SlotIndexes *Ind = LIS->
getSlotIndexes
();
GCNSchedStrategy.cpp
468
SlotIndexes *Ind = LIS->
getSlotIndexes
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h
211
SlotIndexes *
getSlotIndexes
() const {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp
366
const SlotIndexes &Indexes = *LIS.
getSlotIndexes
();
HexagonExpandCondsets.cpp
428
LI.computeSubRangeUndefs(Undefs, LM, *MRI, *LIS->
getSlotIndexes
());
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
1010
MISlot = LIS->
getSlotIndexes
()->getInstructionIndex(MI).getRegSlot();
Completed in 52 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026