Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp72 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
H A DRegAllocGreedy.cpp2362 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
2381 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
2385 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
2402 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
H A DMachineLICM.cpp436 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()
507 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
H A DMIRPrinter.cpp395 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
428 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
H A DMachineInstr.cpp2271 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()
2283 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()
2302 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h710 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp96 SrcMFI.isSpillSlotObjectIndex(i), SrcMFI.getObjectAllocation(i), in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp377 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp1176 if (FI == -1 || !FrameInfo.isSpillSlotObjectIndex(FI)) in ValidateMVEStore()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1523 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()