Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h40 DenseMap<unsigned, int> FixedStackObjectSlots; member
DMIParser.cpp1152 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex()
1153 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
DMIRParser.cpp492 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.h60 DenseMap<unsigned, int> FixedStackObjectSlots; member
DMIRParser.cpp611 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
DMIParser.cpp1484 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex()
1485 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()