Searched refs:orderValue (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 85 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function 93 orderValue(Op, OM); in orderValue() 96 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue() 118 orderValue(G.getInitializer(), OM); in orderModule() 121 orderValue(A.getAliasee(), OM); in orderModule() 124 orderValue(I.getResolver(), OM); in orderModule() 128 orderValue(U.get(), OM); in orderModule() 138 orderValue(V, OM); in orderModule() 169 orderValue(&F, OM); in orderModule() 171 orderValue(&A, OM); in orderModule() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 77 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function 85 orderValue(Op, OM); in orderValue() 88 orderValue(CE->getShuffleMaskForBitcode(), OM); in orderValue() 111 orderValue(&G, OM); in orderModule() 113 orderValue(&A, OM); in orderModule() 115 orderValue(&I, OM); in orderModule() 117 orderValue(&F, OM); in orderModule() 122 orderValue(V, OM); in orderModule() 132 orderValue(&BB, OM); in orderModule() 152 orderValue(&A, OM); in orderModule() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 112 static void orderValue(const Value *V, OrderMap &OM) { in orderValue() function 120 orderValue(Op, OM); in orderValue() 134 orderValue(G.getInitializer(), OM); in orderModule() 135 orderValue(&G, OM); in orderModule() 139 orderValue(A.getAliasee(), OM); in orderModule() 140 orderValue(&A, OM); in orderModule() 144 orderValue(I.getResolver(), OM); in orderModule() 145 orderValue(&I, OM); in orderModule() 150 orderValue(U.get(), OM); in orderModule() 152 orderValue(&F, OM); in orderModule() [all …]
|