OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInterval
(Results
51 - 75
of
80
) sorted by null
1
2
3
4
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp
253
LiveInterval &LI = LIS->
getInterval
(SavedReg);
439
LiveInterval &LI = LIS->
getInterval
(Reg);
874
LiveInterval &LI = LIS->
getInterval
(Reg);
[
all
...]
VirtRegMap.cpp
319
LiveInterval &LI = LIS->
getInterval
(VirtReg);
358
const LiveInterval &LI = LIS->
getInterval
(Reg);
LiveDebugVariables.cpp
544
const LiveInterval &LI = LIS->
getInterval
(Reg);
687
LiveInterval *DstLI = &LIS.
getInterval
(DstReg);
750
LI = &LIS.
getInterval
(LocMO.getReg());
912
LiveInterval *LI = &LIS.
getInterval
(NewRegs[i]);
[
all
...]
LiveIntervals.cpp
167
OS <<
getInterval
(Reg) << '\n';
382
const LiveInterval &LI =
getInterval
(Reg);
695
const LiveInterval &LI =
getInterval
(Reg);
[
all
...]
RenameIndependentSubregs.cpp
397
LiveInterval &LI = LIS->
getInterval
(Reg);
StackSlotColoring.cpp
175
LiveInterval &li = LS->
getInterval
(FI);
MachineVerifier.cpp
[
all
...]
MachineBasicBlock.cpp
[
all
...]
MachineScheduler.cpp
[
all
...]
RegisterPressure.cpp
224
return &LIS.
getInterval
(Reg);
411
const LiveInterval &LI = LIS.
getInterval
(RegUnit);
[
all
...]
/external/llvm/lib/CodeGen/
LiveDebugVariables.cpp
625
LiveInterval *DstLI = &LIS.
getInterval
(DstReg);
689
LI = &LIS.
getInterval
(Loc.getReg());
789
LiveInterval *LI = &LIS.
getInterval
(NewRegs[i]);
[
all
...]
RegAllocGreedy.cpp
496
LiveInterval &LI = LIS->
getInterval
(VirtReg);
511
LiveInterval &LI = LIS->
getInterval
(VirtReg);
607
LiveInterval *LI = &LIS->
getInterval
(~CurQueue.top().second);
[
all
...]
LiveIntervalAnalysis.cpp
158
OS <<
getInterval
(Reg) << '\n';
659
const LiveInterval &LI =
getInterval
(Reg);
[
all
...]
RenameIndependentSubregs.cpp
380
LiveInterval &LI = LIS->
getInterval
(Reg);
StackSlotColoring.cpp
158
LiveInterval &li = LS->
getInterval
(FI);
MachineVerifier.cpp
[
all
...]
MachineBasicBlock.cpp
888
LiveInterval &LI = LIS->
getInterval
(Reg);
903
LiveInterval &LI = LIS->
getInterval
(Reg);
[
all
...]
RegisterPressure.cpp
196
return &LIS.
getInterval
(Reg);
388
const LiveInterval &LI = LIS.
getInterval
(RegUnit);
[
all
...]
MachineScheduler.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineVerifier.cpp
664
const LiveInterval &LI = LiveInts->
getInterval
(Reg);
715
const LiveInterval &LI = LiveInts->
getInterval
(Reg);
801
LiveInterval &LI = LiveStks->
getInterval
(MO->getIndex());
[
all
...]
RegAllocGreedy.cpp
360
unassign(LIS->
getInterval
(VirtReg), PhysReg);
374
LiveInterval &LI = LIS->
getInterval
(VirtReg);
433
LiveInterval *LI = &LIS->
getInterval
(Queue.top().second);
[
all
...]
LiveDebugVariables.cpp
584
LiveInterval *DstLI = &LIS.
getInterval
(DstReg);
639
LiveInterval *LI = &LIS.
getInterval
(Loc.getReg());
[
all
...]
LiveIntervalAnalysis.cpp
[
all
...]
RenderMachineFunction.cpp
297
intervalSet.insert(&lis->
getInterval
(reg));
[
all
...]
/external/llvm/lib/Target/AMDGPU/
SILoadStoreOptimizer.cpp
273
LiveInterval &AddrRegLI = LIS->
getInterval
(AddrReg->getReg());
Completed in 1103 milliseconds
1
2
3
4