Home
last modified time | relevance | path

Searched refs:isDeadObjectIndex (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h494 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
528 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
542 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectSSPLayout()
714 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp221 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
253 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp808 if (!MFI.isDeadObjectIndex(i) && in calculateFrameObjectOffsets()
863 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
956 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
1008 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DMIRPrinter.cpp365 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
387 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
411 if (!CSInfo.isSpilledToReg() && MFI.isDeadObjectIndex(CSInfo.getFrameIdx())) in convertStackObjects()
DMachineFrameInfo.cpp155 if (isDeadObjectIndex(i) || getStackID(i) != TargetStackID::Default) in estimateStackSize()
DGCRootLowering.cpp297 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
DStackProtector.cpp558 if (MFI.isDeadObjectIndex(I)) in copyToMachineFrameInfo()
DStackSlotColoring.cpp226 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp210 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp754 assert(!MFI.isDeadObjectIndex(FI) && in emitPrologue()
857 assert(!MF.getFrameInfo().isDeadObjectIndex(FI) && in emitEpilogue()
914 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
926 if (!MFI.isDeadObjectIndex(I) && in allSGPRSpillsAreDead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp483 if (!MFFrame.isDeadObjectIndex(i)) { in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1369 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp2571 if (MFI.isDeadObjectIndex(I)) in determineSVEStackObjectOffsets()