Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp91 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function
99 orderValue(Op, OM); in orderValue()
102 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue()
124 orderValue(G.getInitializer(), OM); in orderModule()
127 orderValue(A.getAliasee(), OM); in orderModule()
130 orderValue(I.getResolver(), OM); in orderModule()
134 orderValue(U.get(), OM); in orderModule()
151 orderValue(Op, OM); in orderModule()
166 orderValue(&F, OM); in orderModule()
168 orderValue(&A, OM); in orderModule()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp87 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function
95 orderValue(Op, OM); in orderValue()
115 orderValue(G.getInitializer(), OM); in orderModule()
118 orderValue(A.getAliasee(), OM); in orderModule()
121 orderValue(I.getResolver(), OM); in orderModule()
125 orderValue(U.get(), OM); in orderModule()
138 orderValue(&F, OM); in orderModule()
140 orderValue(&A, OM); in orderModule()
142 orderValue(&I, OM); in orderModule()
144 orderValue(&G, OM); in orderModule()
[all …]
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp57 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function
65 orderValue(Op, OM); in orderValue()
85 orderValue(G.getInitializer(), OM); in orderModule()
88 orderValue(A.getAliasee(), OM); in orderModule()
91 orderValue(I.getResolver(), OM); in orderModule()
95 orderValue(U.get(), OM); in orderModule()
108 orderValue(&F, OM); in orderModule()
110 orderValue(&A, OM); in orderModule()
112 orderValue(&I, OM); in orderModule()
114 orderValue(&G, OM); in orderModule()
[all …]
/external/llvm/lib/IR/
DAsmWriter.cpp74 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function
82 orderValue(Op, OM); in orderValue()
97 orderValue(G.getInitializer(), OM); in orderModule()
98 orderValue(&G, OM); in orderModule()
102 orderValue(A.getAliasee(), OM); in orderModule()
103 orderValue(&A, OM); in orderModule()
107 orderValue(I.getResolver(), OM); in orderModule()
108 orderValue(&I, OM); in orderModule()
113 orderValue(U.get(), OM); in orderModule()
115 orderValue(&F, OM); in orderModule()
[all …]
/external/llvm-project/llvm/lib/IR/
DAsmWriter.cpp128 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function
136 orderValue(Op, OM); in orderValue()
149 orderValue(G.getInitializer(), OM); in orderModule()
150 orderValue(&G, OM); in orderModule()
154 orderValue(A.getAliasee(), OM); in orderModule()
155 orderValue(&A, OM); in orderModule()
159 orderValue(I.getResolver(), OM); in orderModule()
160 orderValue(&I, OM); in orderModule()
165 orderValue(U.get(), OM); in orderModule()
167 orderValue(&F, OM); in orderModule()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp119 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function
127 orderValue(Op, OM); in orderValue()
142 orderValue(G.getInitializer(), OM); in orderModule()
143 orderValue(&G, OM); in orderModule()
147 orderValue(A.getAliasee(), OM); in orderModule()
148 orderValue(&A, OM); in orderModule()
152 orderValue(I.getResolver(), OM); in orderModule()
153 orderValue(&I, OM); in orderModule()
158 orderValue(U.get(), OM); in orderModule()
160 orderValue(&F, OM); in orderModule()
[all …]