Home
last modified time | relevance | path

Searched refs:LocalOffsets (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp76 SmallVector<int64_t, 16> LocalOffsets; member in __anon688375170111::LocalStackSlotPass
124 LocalOffsets.resize(MFI.getObjectIndexEnd()); in runOnMachineFunction()
164 LocalOffsets[FrameIdx] = LocalOffset; in AdjustStackOffset()
327 int64_t LocalOffset = LocalOffsets[Idx]; in insertFrameReferenceRegisters()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp66 SmallVector<int64_t,16> LocalOffsets; member in __anon5e2ed6750111::LocalStackSlotPass
115 LocalOffsets.resize(MFI->getObjectIndexEnd()); in INITIALIZE_PASS_DEPENDENCY()
155 LocalOffsets[FrameIdx] = LocalOffset; in AdjustStackOffset()
311 int64_t LocalOffset = LocalOffsets[Idx]; in insertFrameReferenceRegisters()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp75 SmallVector<int64_t, 16> LocalOffsets; member in __anon7b1d591d0111::LocalStackSlotPass
123 LocalOffsets.resize(MFI.getObjectIndexEnd()); in runOnMachineFunction()
162 LocalOffsets[FrameIdx] = LocalOffset; in AdjustStackOffset()
329 int64_t LocalOffset = LocalOffsets[Idx]; in insertFrameReferenceRegisters()