Home
last modified time | relevance | path

Searched refs:getNumFixedObjects (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp440 if (MFI.getNumObjects() != MFI.getNumFixedObjects()) { in runOnMachineFunction()
455 if (MFI.getNumFixedObjects() == 0) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h278 unsigned getNumFixedObjects() const { return NumFixedObjects; } in getNumFixedObjects() function
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h336 unsigned getNumFixedObjects() const { return NumFixedObjects; } in getNumFixedObjects() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h373 unsigned getNumFixedObjects() const { return NumFixedObjects; } in getNumFixedObjects() function
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp847 bool HasFixed = MFI.getNumFixedObjects(); in hasFP()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp2001 int FirstFI = -MFI->getNumFixedObjects() - 1, LastFI = 0; in LowerCall()