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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 120 return !MFI->isFixedObjectIndex(FI) && !MFI->isSpillSlotObjectIndex(FI);
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 470 /// isFixedObjectIndex - Returns true if the specified index corresponds to a
472 bool isFixedObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 500 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 110 milliseconds