Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h175 int assignVirt2StackSlot(unsigned virtReg);
178 void assignVirt2StackSlot(unsigned virtReg, int frameIndex);
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp102 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot() function in VirtRegMap
110 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
DInlineSpiller.cpp1328 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
1335 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
/external/llvm/docs/
DCodeGenerator.rst1331 ``VirtRegMap::assignVirt2StackSlot(vreg)``. This method will return the stack
1334 ``VirtRegMap::assignVirt2StackSlot(vreg, stack_location)``. One important point