Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp210 assert(!MFI.isObjectPreAllocated(StackProtectorFI) && in calculateFrameObjectOffsets()
324 if (!MFI.isObjectPreAllocated(MI.getOperand(i).getIndex())) in insertFrameReferenceRegisters()
352 assert(MFI.isObjectPreAllocated(FrameIdx) && in insertFrameReferenceRegisters()
DPrologEpilogInserter.cpp944 else if (!MFI.isObjectPreAllocated(MFI.getStackProtectorIndex())) in calculateFrameObjectOffsets()
950 if (MFI.isObjectPreAllocated(i) && MFI.getUseLocalStackAllocationBlock()) in calculateFrameObjectOffsets()
1002 if (MFI.isObjectPreAllocated(i) && MFI.getUseLocalStackAllocationBlock()) in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp207 if (MFI.isObjectPreAllocated(i) && in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h443 bool isObjectPreAllocated(int ObjectIdx) const { in isObjectPreAllocated() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1149 if (MFI.isFixedObjectIndex(FI) || MFI.isObjectPreAllocated(FI)) { in getFrameIndexReference()