Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h750 int CreateSpillStackObject(uint64_t Size, Align Alignment);
752 inline int CreateSpillStackObject(uint64_t Size, unsigned Alignment) { in CreateSpillStackObject() function
753 return CreateSpillStackObject(Size, assumeAligned(Alignment)); in CreateSpillStackObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp65 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() function in MachineFrameInfo
DVirtRegMap.cpp96 int SS = MF->getFrameInfo().CreateSpillStackObject(Size, Align); in createSpillSlot()
DRegAllocFast.cpp259 int FrameIdx = MFI->CreateSpillStackObject(Size, Align); in getStackSpaceFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp301 CSRSpillFI = FrameInfo.CreateSpillStackObject(4, 4); in allocateSGPRSpillToVGPR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp2021 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp1988 int FI = MFI.CreateSpillStackObject(SlotSize, SlotSize); in assignCalleeSavedSpillSlots()