/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 469 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/ |
D | MachineFrameInfo.h | 379 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/ |
D | MachineFrameInfo.h | 432 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/ |
D | LocalStackSlotAllocation.cpp | 170 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets() 185 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
|
D | PrologEpilogInserter.cpp | 615 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets() 637 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
|
D | StackSlotColoring.cpp | 222 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 213 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets() 245 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
|
D | MachineFrameInfo.cpp | 149 if (isDeadObjectIndex(i)) in estimateStackSize()
|
D | PrologEpilogInserter.cpp | 752 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets() 837 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets() 878 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
|
D | GCRootLowering.cpp | 318 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
|
D | MIRPrinter.cpp | 352 if (MFI.isDeadObjectIndex(I)) in convertStackObjects() 374 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
|
D | StackProtector.cpp | 521 if (MFI.isDeadObjectIndex(I)) in copyToMachineFrameInfo()
|
D | StackSlotColoring.cpp | 226 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
|
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 207 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets() 239 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
|
D | GCRootLowering.cpp | 319 if (MF.getFrameInfo()->isDeadObjectIndex(RI->Num)) { in FindStackOffsets()
|
D | StackSlotColoring.cpp | 202 if (MFI->isDeadObjectIndex(FI)) in InitializeSlots()
|
D | MIRPrinter.cpp | 290 if (MFI.isDeadObjectIndex(I)) in convertStackObjects() 311 if (MFI.isDeadObjectIndex(I)) in convertStackObjects()
|
D | PrologEpilogInserter.cpp | 843 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets() 885 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
|
D | MachineFunction.cpp | 688 if (isDeadObjectIndex(i)) in estimateStackSize()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 190 if (MFI->isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXPrologEpilogPass.cpp | 192 if (MFI.isDeadObjectIndex(i)) in calculateFrameObjectOffsets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIFrameLowering.cpp | 648 if (!MFI.isDeadObjectIndex(I)) in allStackObjectsAreDead()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 768 if (MFI->isDeadObjectIndex(i)) in estimateStackSize()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1179 if (!MFI->isSpillSlotObjectIndex(i) || MFI->isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1338 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()
|