Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp73 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
H A DStackFrameLayoutAnalysisPass.cpp70 if (MFI.isSpillSlotObjectIndex(Idx)) in SlotData()
H A DRegAllocGreedy.cpp2555 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
2589 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
2593 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
2610 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
H A DMIRPrinter.cpp414 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
447 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
H A DMachineLICM.cpp441 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()
511 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
H A DMachineInstr.cpp2361 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()
2373 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()
2392 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
H A DPrologEpilogInserter.cpp316 if (MFI.isSpillSlotObjectIndex(Idx)) in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h725 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp447 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1177 if (FI == -1 || !FrameInfo.isSpillSlotObjectIndex(FI)) in ValidateMVEStore()