Home
last modified time | relevance | path

Searched refs:FixedStackObjectSlots (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h40 DenseMap<unsigned, int> FixedStackObjectSlots; member
DMIRParser.cpp492 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
DMIParser.cpp1152 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex()
1153 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h169 DenseMap<unsigned, int> FixedStackObjectSlots; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h175 DenseMap<unsigned, int> FixedStackObjectSlots; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp687 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
DMIParser.cpp1828 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex()
1829 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp782 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
DMIParser.cpp2108 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex()
2109 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()