Home
last modified time | relevance | path

Searched refs:isObjectPreAllocated (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp205 assert(!MFI.isObjectPreAllocated(StackProtectorFI) && in calculateFrameObjectOffsets()
326 if (!MFI.isObjectPreAllocated(MO.getIndex())) in insertFrameReferenceRegisters()
354 assert(MFI.isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp217 if (MFI.isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp231 MFI->isObjectPreAllocated(FI); in isSlotPreAllocated()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h483 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1297 if (MFI.isFixedObjectIndex(FI) || MFI.isObjectPreAllocated(FI)) { in getFrameIndexReference()