HomeSort by relevance Sort by last modified time
    Searched refs:isFixedObjectIndex (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 116 return !MFI->isFixedObjectIndex(FI) && !MFI->isSpillSlotObjectIndex(FI);
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 491 /// isFixedObjectIndex - Returns true if the specified index corresponds to a
493 bool isFixedObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 555 bool isFixed = MFI->isFixedObjectIndex(FI);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 725 bool isFixed = MFI->isFixedObjectIndex(FI);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 468 milliseconds