Searched refs:FixedStackObjectSlots (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.h | 40 DenseMap<unsigned, int> FixedStackObjectSlots; member
|
H A D | MIParser.cpp | 1152 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() 1153 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
|
H A D | MIRParser.cpp | 492 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 169 DenseMap<unsigned, int> FixedStackObjectSlots; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 177 DenseMap<unsigned, int> FixedStackObjectSlots; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 177 DenseMap<unsigned, int> FixedStackObjectSlots; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 177 DenseMap<unsigned, int> FixedStackObjectSlots; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 175 DenseMap<unsigned, int> FixedStackObjectSlots; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/MIRParser/ |
D | MIParser.h | 177 DenseMap<unsigned, int> FixedStackObjectSlots; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 687 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
|
H A D | MIParser.cpp | 1828 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() 1829 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 782 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value, in initializeFrameInfo()
|
H A D | MIParser.cpp | 2108 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() 2109 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()
|