Searched refs:assignVirt2StackSlot (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 171 int assignVirt2StackSlot(unsigned virtReg); 175 void assignVirt2StackSlot(unsigned virtReg, int SS);
|
/external/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 175 int assignVirt2StackSlot(unsigned virtReg); 178 void assignVirt2StackSlot(unsigned virtReg, int frameIndex);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Spiller.cpp | 89 unsigned ss = vrm->assignVirt2StackSlot(li->reg); in trivialSpillEverywhere() 121 vrm->assignVirt2StackSlot(newVReg, ss); in trivialSpillEverywhere()
|
D | VirtRegMap.h | 262 int assignVirt2StackSlot(unsigned virtReg); 265 void assignVirt2StackSlot(unsigned virtReg, int frameIndex);
|
D | VirtRegMap.cpp | 129 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot() function in VirtRegMap 137 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
|
D | LiveIntervalAnalysis.cpp | 1289 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()
|
D | InlineSpiller.cpp | 1209 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll() 1216 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
|
/external/llvm/lib/CodeGen/ |
D | VirtRegMap.cpp | 100 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot() function in VirtRegMap 108 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
|
D | InlineSpiller.cpp | 977 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | VirtRegMap.cpp | 121 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot() function in VirtRegMap 129 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
|
D | InlineSpiller.cpp | 1032 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll() 1039 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll() 1503 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CodeGenerator.rst | 1326 ``VirtRegMap::assignVirt2StackSlot(vreg)``. This method will return the stack 1329 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 1326 ``VirtRegMap::assignVirt2StackSlot(vreg)``. This method will return the stack 1329 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point
|