Home
last modified time | relevance | path

Searched refs:assignVirt2StackSlot (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h175 int assignVirt2StackSlot(unsigned virtReg);
178 void assignVirt2StackSlot(unsigned virtReg, int frameIndex);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpiller.cpp89 unsigned ss = vrm->assignVirt2StackSlot(li->reg); in trivialSpillEverywhere()
121 vrm->assignVirt2StackSlot(newVReg, ss); in trivialSpillEverywhere()
DVirtRegMap.h262 int assignVirt2StackSlot(unsigned virtReg);
265 void assignVirt2StackSlot(unsigned virtReg, int frameIndex);
DVirtRegMap.cpp129 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot() function in VirtRegMap
137 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
DLiveIntervalAnalysis.cpp1289 vrm.assignVirt2StackSlot(NewVReg, FoldSlot); in rewriteInstructionForSpills()
1333 vrm.assignVirt2StackSlot(NewVReg, Slot); in rewriteInstructionForSpills()
1336 vrm.assignVirt2StackSlot(NewVReg, Slot); in rewriteInstructionForSpills()
1343 vrm.assignVirt2StackSlot(NewVReg, Slot); in rewriteInstructionForSpills()
1863 Slot = vrm.assignVirt2StackSlot(li.reg); in addIntervalsForSpills()
DInlineSpiller.cpp1209 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
1216 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp100 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot() function in VirtRegMap
108 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
DInlineSpiller.cpp977 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
984 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
1453 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()
/external/llvm/docs/
DCodeGenerator.rst1326 ``VirtRegMap::assignVirt2StackSlot(vreg)``. This method will return the stack
1329 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point