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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 120 return !MFI->isFixedObjectIndex(FI) && !MFI->isSpillSlotObjectIndex(FI);
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 108 << "isFixed : " << MFI->isFixedObjectIndex(FrameIndex) << "\n"
MBlazeFrameLowering.cpp 135 MFI->isFixedObjectIndex(FI) ||
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 469 /// isFixedObjectIndex - Returns true if the specified index corresponds to a
471 bool isFixedObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 498 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 714 milliseconds