OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Virt2StackSlotMap
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
VirtRegMap.cpp
65
Virt2StackSlotMap
.clear();
95
Virt2StackSlotMap
.resize(NumRegs);
131
assert(
Virt2StackSlotMap
[virtReg] == NO_STACK_SLOT &&
134
return
Virt2StackSlotMap
[virtReg] = createSpillSlot(RC);
139
assert(
Virt2StackSlotMap
[virtReg] == NO_STACK_SLOT &&
144
Virt2StackSlotMap
[virtReg] = SS;
371
if (
Virt2StackSlotMap
[Reg] != VirtRegMap::NO_STACK_SLOT) {
372
OS << '[' << PrintReg(Reg, TRI) << " -> fi#" <<
Virt2StackSlotMap
[Reg]
VirtRegMap.h
67
///
Virt2StackSlotMap
- This is virtual register to stack slot
71
IndexedMap<int, VirtReg2IndexFunctor>
Virt2StackSlotMap
;
147
Virt2StackSlotMap
(NO_STACK_SLOT),
250
return
Virt2StackSlotMap
[virtReg];
Completed in 51 milliseconds