Home
last modified time | relevance | path

Searched refs:isSpillSlotObjectIndex (Results 1 – 11 of 11) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDPseudoSourceValue.cpp74 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
HDStackFrameLayoutAnalysisPass.cpp75 if (MFI.isSpillSlotObjectIndex(Idx)) in SlotData()
HDStackSlotColoring.cpp490 LoadSize != StoreSize || !MFI->isSpillSlotObjectIndex(FirstSS)) in RemoveDeadStores()
HDRegAllocGreedy.cpp2553 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
2587 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
2591 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
2608 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
HDMIRPrinter.cpp417 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
450 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
HDMachineLICM.cpp494 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()
569 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
HDMachineInstr.cpp2431 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()
2448 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()
2467 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
HDPrologEpilogInserter.cpp315 if (MFI.isSpillSlotObjectIndex(Idx)) in runOnMachineFunction()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineFrameInfo.h737 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIMachineFunctionInfo.cpp453 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMLowOverheadLoops.cpp1165 if (FI == -1 || !FrameInfo.isSpillSlotObjectIndex(FI)) in ValidateMVEStore()