Home
last modified time | relevance | path

Searched refs:LocalFrameObjects (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h243 SmallVector<std::pair<int, int64_t>, 32> LocalFrameObjects; variable
343 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()
349 assert (i >= 0 && (unsigned)i < LocalFrameObjects.size() && in getLocalFrameObjectMap()
351 return LocalFrameObjects[i]; in getLocalFrameObjectMap()
355 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h300 SmallVector<std::pair<int, int64_t>, 32> LocalFrameObjects; variable
400 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()
406 assert (i >= 0 && (unsigned)i < LocalFrameObjects.size() && in getLocalFrameObjectMap()
408 return LocalFrameObjects[i]; in getLocalFrameObjectMap()
412 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h300 SmallVector<std::pair<int, int64_t>, 32> LocalFrameObjects; variable
400 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()
406 assert (i >= 0 && (unsigned)i < LocalFrameObjects.size() && in getLocalFrameObjectMap()
408 return LocalFrameObjects[i]; in getLocalFrameObjectMap()
412 int64_t getLocalFrameObjectCount() const { return LocalFrameObjects.size(); } in getLocalFrameObjectCount()