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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 120 return !MFI->isFixedObjectIndex(FI) && !MFI->isSpillSlotObjectIndex(FI);
127 return !MFI->isSpillSlotObjectIndex(FI);
MachineLICM.cpp 417 MFI->isSpillSlotObjectIndex(FI) &&
484 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeRegisterInfo.cpp 156 << "isSpill : " << MFI->isSpillSlotObjectIndex(FrameIndex)
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 463 /// isSpillSlotObjectIndex - Returns true if the specified index corresponds
465 bool isSpillSlotObjectIndex(int ObjectIdx) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 511 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
516 if (FrameInfo->isSpillSlotObjectIndex(FI))
519 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
524 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]

Completed in 171 milliseconds