Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h469 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
503 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
517 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectSSPLayout()
674 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h379 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
390 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
473 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h432 assert(!isDeadObjectIndex(ObjectIdx) && in getObjectOffset()
466 assert(!isDeadObjectIndex(ObjectIdx) && in setObjectOffset()
587 bool isDeadObjectIndex(int ObjectIdx) const { in isDeadObjectIndex() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp170 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
185 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DPrologEpilogInserter.cpp615 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
637 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DStackSlotColoring.cpp222 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp213 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
245 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DMachineFrameInfo.cpp149 if (isDeadObjectIndex(i)) in estimateStackSize()
DPrologEpilogInserter.cpp752 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
837 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
878 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DGCRootLowering.cpp318 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
DMIRPrinter.cpp352 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
374 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
DStackProtector.cpp521 if (MFI.isDeadObjectIndex(I)) in copyToMachineFrameInfo()
DStackSlotColoring.cpp226 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp207 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
239 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DGCRootLowering.cpp319 if (MF.getFrameInfo()->isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
DStackSlotColoring.cpp202 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
DMIRPrinter.cpp290 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
311 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
DPrologEpilogInserter.cpp843 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
885 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
DMachineFunction.cpp688 if (isDeadObjectIndex(i)) in estimateStackSize()
/external/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp190 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp192 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp648 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp768 if (MFI->isDeadObjectIndex(i)) in estimateStackSize()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1179 if (!MFI->isSpillSlotObjectIndex(i) || MFI->isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1338 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()