Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h173 int assignVirt2StackSlot(Register virtReg);
177 void assignVirt2StackSlot(Register virtReg, int SS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp119 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot() function in VirtRegMap
127 void VirtRegMap::assignVirt2StackSlot(Register virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
DInlineSpiller.cpp1063 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
1070 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
1534 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()