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 311 if (!MFI->isObjectPreAllocated(MI->getOperand(i).getIndex()))
340 assert(MFI->isObjectPreAllocated(FrameIdx) &&
PrologEpilogInserter.cpp 619 if (MFI->isObjectPreAllocated(i) &&
658 if (MFI->isObjectPreAllocated(i) &&
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 188 if (MFI->isObjectPreAllocated(i) &&
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 378 /// isObjectPreAllocated - Return true if the object was pre-allocated into
380 bool isObjectPreAllocated(int ObjectIdx) const {

Completed in 140 milliseconds