OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlotIndex
(Results
26 - 31
of
31
) sorted by null
1
2
/external/llvm/lib/CodeGen/
RegisterCoalescer.cpp
302
SlotIndex
CopyIdx = li_->getInstructionIndex(CopyMI).getDefIndex();
317
SlotIndex
CopyUseIdx = CopyIdx.getUseIndex();
386
SlotIndex
FillerStart = ValLR->end, FillerEnd = BLR->start;
504
SlotIndex
CopyIdx = li_->getInstructionIndex(CopyMI).getDefIndex();
574
SlotIndex
UseIdx = li_->getInstructionIndex(UseMI);
626
SlotIndex
UseIdx = li_->getInstructionIndex(UseMI).getUseIndex();
644
SlotIndex
DefIdx = UseIdx.getDefIndex();
679
SlotIndex
CopyIdx = li_->getInstructionIndex(CopyMI).getUseIndex();
862
SlotIndex
DefIdx = li_->getInstructionIndex(DefMI).getDefIndex();
872
SlotIndex
DefIdx = li_->getInstructionIndex(CopyMI).getDefIndex()
[
all
...]
RegAllocGreedy.cpp
775
SlotIndex
Start, Stop;
[
all
...]
RenderMachineFunction.cpp
475
for (
SlotIndex
i = lr->start; i != lr->end; i = i.getNextSlot()) {
500
SlotIndex
i) const {
513
SlotIndex
i) const {
558
SlotIndex
i) const {
608
SlotIndex
i) const {
800
for (
SlotIndex
i = sis->getZeroIndex(); i != sis->getLastIndex();
[
all
...]
RegAllocLinearScan.cpp
246
void processActiveIntervals(
SlotIndex
CurPoint);
250
void processInactiveIntervals(
SlotIndex
CurPoint);
685
void RALinScan::processActiveIntervals(
SlotIndex
CurPoint)
731
void RALinScan::processInactiveIntervals(
SlotIndex
CurPoint)
813
SlotIndex
Point){
[
all
...]
RegAllocBasic.cpp
444
SlotIndex
Start, Stop;
RegAllocPBQP.cpp
507
SlotIndex
(), 0, lss->getVNInfoAllocator());
Completed in 169 milliseconds
1
2