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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 122 return !MFI->isFixedObjectIndex(FI) && !MFI->isSpillSlotObjectIndex(FI);
VirtRegMap.cpp 171 if (!MF->getFrameInfo()->isFixedObjectIndex(FI)) {
208 if (MF->getFrameInfo()->isFixedObjectIndex(FI))
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 154 << "isFixed : " << MFI->isFixedObjectIndex(FrameIndex) << "\n"
MBlazeFrameLowering.cpp 137 MFI->isFixedObjectIndex(FI) ||
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 449 /// isFixedObjectIndex - Returns true if the specified index corresponds to a
451 bool isFixedObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 463 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 356 milliseconds