Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DVirtRegMap.cpp72 int SS = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(), in createSpillSlot()
DRegAllocFast.cpp192 int FrameIdx = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(), in getStackSpaceFor()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h496 int CreateSpillStackObject(uint64_t Size, unsigned Alignment) { in CreateSpillStackObject() function