Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp75 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
H A DMIRPrinter.cpp387 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
420 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
H A DMachineLICM.cpp434 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()
505 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
H A DRegAllocGreedy.cpp3183 return MFI.isSpillSlotObjectIndex(cast<FixedStackPseudoSourceValue>( in computeStats()
3202 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
3206 if (TII->isStoreToStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) { in computeStats()
3223 if (!MO.isFI() || !MFI.isSpillSlotObjectIndex(MO.getIndex())) in computeStats()
H A DMachineInstr.cpp2327 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()
2339 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()
2358 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h684 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp369 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1520 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()