Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h195 int assignVirt2StackSlot(Register virtReg);
199 void assignVirt2StackSlot(Register virtReg, int SS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DVirtRegMap.cpp120 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot() function in VirtRegMap
128 void VirtRegMap::assignVirt2StackSlot(Register virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
H A DInlineSpiller.cpp1139 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
1146 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
1610 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodeGenerator.rst1354 ``VirtRegMap::assignVirt2StackSlot(vreg)``. This method will return the stack
1357 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point