Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp200 std::pair<int, int64_t> Entry = MFI.getLocalFrameObjectMap(i); in calculateFrameObjectOffsets()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h424 std::pair<int, int64_t> getLocalFrameObjectMap(int i) const { in getLocalFrameObjectMap() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp121 auto LocalObject = SrcMFI.getLocalFrameObjectMap(I); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp470 auto LocalObject = MFI.getLocalFrameObjectMap(I); in convertStackObjects()
H A DPrologEpilogInserter.cpp915 std::pair<int, int64_t> Entry = MFI.getLocalFrameObjectMap(i); in calculateFrameObjectOffsets()