Home
last modified time | relevance | path

Searched refs:getStackSpaceFor (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocFast.cpp186 int getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass &RC);
231 int RegAllocFast::getStackSpaceFor(unsigned VirtReg, in getStackSpaceFor() function in RegAllocFast
328 int FI = getStackSpaceFor(LRI->VirtReg, RC); in spillVirtReg()
659 int FrameIndex = getStackSpaceFor(VirtReg, RC); in reloadVirtReg()
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp171 int getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC);
205 int RAFast::getStackSpaceFor(unsigned VirtReg, const TargetRegisterClass *RC) { in getStackSpaceFor() function in RAFast
292 int FI = getStackSpaceFor(LRI->VirtReg, RC); in spillVirtReg()
645 int FrameIndex = getStackSpaceFor(VirtReg, RC); in reloadVirtReg()