Home
last modified time | relevance | path

Searched refs:mapLocalFrameObject (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp164 MFI.mapLocalFrameObject(FrameIdx, LocalOffset); in AdjustStackOffset()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h418 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp122 DstMFI.mapLocalFrameObject(LocalObject.first, LocalObject.second); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp817 MFI.mapLocalFrameObject(ObjectIdx, *Object.LocalOffset); in initializeFrameInfo()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1531 MFI.mapLocalFrameObject(i, -static_cast<int64_t>(LFS)); in processFunctionBeforeFrameFinalized()