Home
last modified time | relevance | path

Searched defs:OrderMap (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp30 struct OrderMap { struct
31 DenseMap<const Value *, std::pair<unsigned, bool>> IDs;
32 unsigned LastGlobalConstantID;
33 unsigned LastGlobalValueID;
35 OrderMap() : LastGlobalConstantID(0), LastGlobalValueID(0) {} in OrderMap() argument
37 bool isGlobalConstant(unsigned ID) const { in isGlobalConstant()
40 bool isGlobalValue(unsigned ID) const { in isGlobalValue()
44 unsigned size() const { return IDs.size(); } in size()
45 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
46 std::pair<unsigned, bool> lookup(const Value *V) const { in lookup()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp54 struct OrderMap { struct
55 DenseMap<const Value *, std::pair<unsigned, bool>> IDs;
56 unsigned LastGlobalConstantID = 0;
57 unsigned LastGlobalValueID = 0;
61 bool isGlobalConstant(unsigned ID) const { in isGlobalConstant()
65 bool isGlobalValue(unsigned ID) const { in isGlobalValue()
69 unsigned size() const { return IDs.size(); } in size()
70 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
72 std::pair<unsigned, bool> lookup(const Value *V) const { in lookup()
76 void index(const Value *V) { in index()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp56 struct OrderMap { struct
57 DenseMap<const Value *, std::pair<unsigned, bool>> IDs;
58 unsigned LastGlobalConstantID = 0;
59 unsigned LastGlobalValueID = 0;
63 bool isGlobalConstant(unsigned ID) const { in isGlobalConstant()
67 bool isGlobalValue(unsigned ID) const { in isGlobalValue()
71 unsigned size() const { return IDs.size(); } in size()
72 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
74 std::pair<unsigned, bool> lookup(const Value *V) const { in lookup()
78 void index(const Value *V) { in index()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp51 struct OrderMap { struct
52 DenseMap<const Value *, std::pair<unsigned, bool>> IDs;
53 unsigned LastGlobalValueID = 0;
57 bool isGlobalValue(unsigned ID) const { in isGlobalValue()
61 unsigned size() const { return IDs.size(); } in size()
62 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
64 std::pair<unsigned, bool> lookup(const Value *V) const { in lookup()
68 void index(const Value *V) { in index()
/aosp_15_r20/external/llvm/lib/IR/
H A DAsmWriter.cpp58 struct OrderMap { struct
59 DenseMap<const Value *, std::pair<unsigned, bool>> IDs;
61 unsigned size() const { return IDs.size(); } in size()
62 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
63 std::pair<unsigned, bool> lookup(const Value *V) const { in lookup()
66 void index(const Value *V) { in index()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp100 struct OrderMap { struct
101 DenseMap<const Value *, std::pair<unsigned, bool>> IDs;
103 unsigned size() const { return IDs.size(); } in size()
104 std::pair<unsigned, bool> &operator[](const Value *V) { return IDs[V]; } in operator []()
106 std::pair<unsigned, bool> lookup(const Value *V) const { in lookup()
110 void index(const Value *V) { in index()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h245 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h255 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp198 InstOrderMap OrderMap; in flushLocalValueMap() local
250 InstOrderMap &OrderMap) { in sinkLocalValueMaterialization()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLoopAccessAnalysis.h246 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLoopAccessAnalysis.h246 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h236 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLoopAccessAnalysis.h246 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLoopAccessAnalysis.h246 DenseMap<Instruction *, unsigned> OrderMap; in generateInstructionOrderMap() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp98 using OrderMap = MapVector<const Value *, unsigned>; typedef
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/intellij/core-analysis/
HDintellij-core-analysis.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/intellij/ com/ ...