HomeSort by: relevance | last modified time | path
    Searched refs:LocalFrameSize (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCRegisterInfo.cpp 174 int LocalFrameSize = MF.getFrameInfo().getLocalFrameSize();
183 LLVM_DEBUG(dbgs() << "LocalFrameSize : " << LocalFrameSize << "\n");
184 (void)LocalFrameSize;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 304 int64_t LocalFrameSize = 0;
416 void setLocalFrameSize(int64_t sz) { LocalFrameSize = sz; }
419 int64_t getLocalFrameSize() const { return LocalFrameSize; }
MIRYamlMapping.h 612 unsigned LocalFrameSize = 0;
633 LocalFrameSize == Other.LocalFrameSize &&
660 YamlIO.mapOptional("localFrameSize", MFI.LocalFrameSize, (unsigned)0);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 704 MFI.setLocalFrameSize(YamlMFI.LocalFrameSize);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 355 YamlMFI.LocalFrameSize = MFI.getLocalFrameSize();

Completed in 24 milliseconds