Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h194 int assignVirt2StackSlot(Register virtReg);
198 void assignVirt2StackSlot(Register virtReg, int SS);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp127 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot() function in VirtRegMap
135 void VirtRegMap::assignVirt2StackSlot(Register virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
H A DInlineSpiller.cpp1242 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
1249 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
1710 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()