Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h41 DenseMap<unsigned, int> StackObjectSlots; member
DMIRParser.cpp524 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
DMIParser.cpp1123 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()
1124 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h170 DenseMap<unsigned, int> StackObjectSlots; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h176 DenseMap<unsigned, int> StackObjectSlots; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp726 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
DMIParser.cpp1799 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()
1800 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp822 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
DMIParser.cpp2079 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()
2080 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()