Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h41 DenseMap<unsigned, int> StackObjectSlots; member
DMIParser.cpp1123 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()
1124 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
DMIRParser.cpp524 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.h61 DenseMap<unsigned, int> StackObjectSlots; member
DMIRParser.cpp647 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
DMIParser.cpp1455 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex()
1456 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()