Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRYamlMapping.cpp33 if (unsigned(FI) >= MFI.getNumFixedObjects()) in getFI()
39 if (unsigned(FI + MFI.getNumFixedObjects()) >= MFI.getNumObjects()) in getFI()
H A DMIRPrinter.cpp451 [FixedStackObjectsIdx[FrameIdx + MFI.getNumFixedObjects()]]; in convertStackObjects()
485 MFI.getNumFixedObjects()]]; in convertStackObjects()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRFrameLowering.cpp427 if (MFI.getNumObjects() != MFI.getNumFixedObjects()) { in runOnMachineFunction()
442 if (MFI.getNumFixedObjects() == 0) { in runOnMachineFunction()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h394 unsigned getNumFixedObjects() const { return NumFixedObjects; } in getNumFixedObjects() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp823 HMFI.setFirstNamedArgFrameIndex(-int(MFI.getNumFixedObjects())); in LowerFormalArguments()
902 HMFI.setLastNamedArgFrameIndex(-int(MFI.getNumFixedObjects())); in LowerFormalArguments()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp406 return MFI.getNumFixedObjects() && shouldRealignStack(MF); in hasBasePointer()