Searched refs:orderValue (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 57 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/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 88 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function 96 orderValue(Op, OM); in orderValue() 116 orderValue(G.getInitializer(), OM); in orderModule() 119 orderValue(A.getAliasee(), OM); in orderModule() 122 orderValue(I.getResolver(), OM); in orderModule() 126 orderValue(U.get(), OM); in orderModule() 139 orderValue(&F, OM); in orderModule() 141 orderValue(&A, OM); in orderModule() 143 orderValue(&I, OM); in orderModule() 145 orderValue(&G, OM); in orderModule() [all …]
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 74 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 121 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function 129 orderValue(Op, OM); in orderValue() 144 orderValue(G.getInitializer(), OM); in orderModule() 145 orderValue(&G, OM); in orderModule() 149 orderValue(A.getAliasee(), OM); in orderModule() 150 orderValue(&A, OM); in orderModule() 154 orderValue(I.getResolver(), OM); in orderModule() 155 orderValue(&I, OM); in orderModule() 160 orderValue(U.get(), OM); in orderModule() 162 orderValue(&F, OM); in orderModule() [all …]
|