Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPseudoSourceValue.cpp72 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
DStackFrameLayoutAnalysisPass.cpp70 if (MFI.isSpillSlotObjectIndex(Idx)) in SlotData()
DRegAllocGreedy.cpp2451 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
2484 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
2488 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
2505 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
DMachineLICM.cpp436 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()
506 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
DMIRPrinter.cpp396 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
429 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
DMachineInstr.cpp2325 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()
2337 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()
2356 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
DPrologEpilogInserter.cpp316 if (MFI.isSpillSlotObjectIndex(Idx)) in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h738 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp421 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/
DReducerWorkItem.cpp115 SrcMFI.isSpillSlotObjectIndex(i), SrcMFI.getObjectAllocation(i), in cloneFrameInfo()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp1183 if (FI == -1 || !FrameInfo.isSpillSlotObjectIndex(FI)) in ValidateMVEStore()