Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h171 int assignVirt2StackSlot(unsigned virtReg);
175 void assignVirt2StackSlot(unsigned virtReg, int SS);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp121 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot() function in VirtRegMap
129 void VirtRegMap::assignVirt2StackSlot(unsigned virtReg, int SS) { in assignVirt2StackSlot() function in VirtRegMap
H A DInlineSpiller.cpp1032 StackSlot = VRM.assignVirt2StackSlot(Original); in spillAll()
1039 VRM.assignVirt2StackSlot(Edit->getReg(), StackSlot); in spillAll()
1503 VRM.assignVirt2StackSlot(New, VRM.getStackSlot(Old)); in LRE_DidCloneVirtReg()