Searched refs:mapLocalFrameObject (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 285 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 141 MFI->mapLocalFrameObject(FrameIdx, LocalOffset); in AdjustStackOffset()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 342 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 166 MFI.mapLocalFrameObject(FrameIdx, LocalOffset); in AdjustStackOffset()
|
/external/llvm/lib/CodeGen/ |
D | LocalStackSlotAllocation.cpp | 157 MFI->mapLocalFrameObject(FrameIdx, LocalOffset); in AdjustStackOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 379 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() function
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 533 MFI.mapLocalFrameObject(ObjectIdx, Object.LocalOffset.getValue()); in initializeFrameInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 656 MFI.mapLocalFrameObject(ObjectIdx, Object.LocalOffset.getValue()); in initializeFrameInfo()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1187 MFI->mapLocalFrameObject(i, -LFS); in processFunctionBeforeFrameFinalized()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.cpp | 1346 MFI.mapLocalFrameObject(i, -LFS); in processFunctionBeforeFrameFinalized()
|