Searched refs:StackObjectSlots (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.h | 41 DenseMap<unsigned, int> StackObjectSlots; member
|
H A D | MIParser.cpp | 1123 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() 1124 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
|
H A D | MIRParser.cpp | 524 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 170 DenseMap<unsigned, int> StackObjectSlots; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 178 DenseMap<unsigned, int> StackObjectSlots; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 178 DenseMap<unsigned, int> StackObjectSlots; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 178 DenseMap<unsigned, int> StackObjectSlots; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 176 DenseMap<unsigned, int> StackObjectSlots; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 178 DenseMap<unsigned, int> StackObjectSlots; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 726 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
|
H A D | MIParser.cpp | 1799 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() 1800 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 822 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx)) in initializeFrameInfo()
|
H A D | MIParser.cpp | 2079 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() 2080 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()
|