Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp71 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
DMIRPrinter.cpp282 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
306 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
DMachineLICM.cpp362 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()
429 (TII->isLoadFromStackSlot(MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
/external/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp32 if (!FrameInfo->isSpillSlotObjectIndex(I)) in hasOnlySGPRSpills()
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h544 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp638 if (FrameInfo->isSpillSlotObjectIndex(FI)) { in emitComments()
643 if (FrameInfo->isSpillSlotObjectIndex(FI)) in emitComments()
646 if (FrameInfo->isSpillSlotObjectIndex(FI)) { in emitComments()
651 if (FrameInfo->isSpillSlotObjectIndex(FI)) in emitComments()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1030 if (!MFI->isSpillSlotObjectIndex(i) || MFI->isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()