Home
last modified time | relevance | path

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

/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/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()