Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DVirtRegMap.h194 int assignVirt2StackSlot(Register virtReg);
198 void assignVirt2StackSlot(Register virtReg, int SS);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
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
DInlineSpiller.cpp1174 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
1181 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
1643 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()
/openbsd/src/gnu/llvm/llvm/docs/
DCodeGenerator.rst1388 ``VirtRegMap::assignVirt2StackSlot(vreg)``. This method will return the stack
1391 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point