Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp75 return !MFI->isSpillSlotObjectIndex(FI); in mayAlias()
DMIRPrinter.cpp370 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
395 YamlObject.Type = MFI.isSpillSlotObjectIndex(I) in convertStackObjects()
DMachineLICM.cpp446 MFI->isSpillSlotObjectIndex(FI) && in ProcessMI()
517 (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI))) in ProcessMI()
DMachineInstr.cpp2152 if (MFI.isSpillSlotObjectIndex( in getSpillSlotSize()
2164 if (MFI.isSpillSlotObjectIndex(FI)) in getSpillSize()
2183 if (MFI.isSpillSlotObjectIndex(FI)) in getRestoreSize()
DRegAllocGreedy.cpp3177 return MFI.isSpillSlotObjectIndex( in reportNumberOfSplillsReloads()
3182 if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI)) in reportNumberOfSplillsReloads()
3188 MFI.isSpillSlotObjectIndex(FI)) in reportNumberOfSplillsReloads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp154 if (!FrameInfo.isSpillSlotObjectIndex(OI)) in SIMachineFunctionInfo()
330 assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI)); in allocateVGPRSpillToAGPR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h687 bool isSpillSlotObjectIndex(int ObjectIdx) const { in isSpillSlotObjectIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1369 if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i)) in processFunctionBeforeFrameFinalized()