HomeSort by relevance Sort by last modified time
    Searched refs:isObjectPreAllocated (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 252 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex()))
281 assert(MFI->isObjectPreAllocated(FrameIdx) &&
PrologEpilogInserter.cpp 611 if (MFI->isObjectPreAllocated(i) &&
633 if (MFI->isObjectPreAllocated(i) &&
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 337 /// isObjectPreAllocated - Return true if the object was pre-allocated into
339 bool isObjectPreAllocated(int ObjectIdx) const {
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 185 if (MFI->isObjectPreAllocated(i) &&

Completed in 1315 milliseconds