HomeSort by: relevance | last modified time | path
    Searched refs:isDeadObjectIndex (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 495 assert(!isDeadObjectIndex(ObjectIdx) &&
529 assert(!isDeadObjectIndex(ObjectIdx) &&
543 assert(!isDeadObjectIndex(ObjectIdx) &&
711 bool isDeadObjectIndex(int ObjectIdx) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 217 if (MFI.isDeadObjectIndex(i))
251 if (MFI.isDeadObjectIndex(i))
GCRootLowering.cpp 293 if (MF.getFrameInfo().isDeadObjectIndex(RI->Num)) {
MachineFrameInfo.cpp 156 if (isDeadObjectIndex(i) || getStackID(i) != TargetStackID::Default)
PrologEpilogInserter.cpp 808 if (!MFI.isDeadObjectIndex(i) &&
862 if (MFI.isDeadObjectIndex(i))
952 if (MFI.isDeadObjectIndex(i))
1004 if (MFI.isDeadObjectIndex(i))
MIRPrinter.cpp 382 if (MFI.isDeadObjectIndex(I))
412 if (MFI.isDeadObjectIndex(I))
439 if (!CSInfo.isSpilledToReg() && MFI.isDeadObjectIndex(FrameIdx))
StackProtector.cpp 603 if (MFI.isDeadObjectIndex(I))
StackSlotColoring.cpp 223 if (MFI->isDeadObjectIndex(FI))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 325 if (!MFI.isDeadObjectIndex(I))
795 assert(!MFI.isDeadObjectIndex(FramePtrFI));
813 assert(!MFI.isDeadObjectIndex(BasePtrFI));
832 assert(!MFI.isDeadObjectIndex(FramePtrFI));
849 assert(!MFI.isDeadObjectIndex(BasePtrFI));
1010 assert(!MFI.isDeadObjectIndex(FramePtrFI));
1036 assert(!MFI.isDeadObjectIndex(BasePtrFI));
1102 if (!MFI.isDeadObjectIndex(I) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 219 if (MFI.isDeadObjectIndex(i))
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 824 if (MFI.isDeadObjectIndex(I))
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 478 if (!MFFrame.isDeadObjectIndex(i)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 3018 if (MFI.isDeadObjectIndex(I))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 1520 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i))

Completed in 219 milliseconds