Home
last modified time | relevance | path

Searched refs:IDPair (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp241 auto &IDPair = OM[V]; in predictValueUseListOrder() local
242 assert(IDPair.first && "Unmapped value"); in predictValueUseListOrder()
243 if (IDPair.second) in predictValueUseListOrder()
248 IDPair.second = true; in predictValueUseListOrder()
250 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack); in predictValueUseListOrder()
/aosp_15_r20/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp211 auto &IDPair = OM[V]; in predictValueUseListOrder() local
212 assert(IDPair.first && "Unmapped value"); in predictValueUseListOrder()
213 if (IDPair.second) in predictValueUseListOrder()
218 IDPair.second = true; in predictValueUseListOrder()
220 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack); in predictValueUseListOrder()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp276 auto &IDPair = OM[V]; in predictValueUseListOrder() local
277 assert(IDPair.first && "Unmapped value"); in predictValueUseListOrder()
278 if (IDPair.second) in predictValueUseListOrder()
283 IDPair.second = true; in predictValueUseListOrder()
285 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack); in predictValueUseListOrder()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp225 auto &IDPair = OM[V]; in predictValueUseListOrder() local
226 assert(IDPair.first && "Unmapped value"); in predictValueUseListOrder()
227 if (IDPair.second) in predictValueUseListOrder()
232 IDPair.second = true; in predictValueUseListOrder()
234 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack); in predictValueUseListOrder()
/aosp_15_r20/external/flac/oss-fuzz/fuzzing/datasource/
H A Did.hpp68 inline constexpr std::pair<const char*, uint64_t> IDPair(const char* const str, const uint64_t valu… in IDPair() function
/aosp_15_r20/external/llvm/lib/IR/
H A DAsmWriter.cpp201 auto &IDPair = OM[V]; in predictValueUseListOrder() local
202 assert(IDPair.first && "Unmapped value"); in predictValueUseListOrder()
203 if (IDPair.second) in predictValueUseListOrder()
208 IDPair.second = true; in predictValueUseListOrder()
210 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack); in predictValueUseListOrder()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp246 auto &IDPair = OM[V]; in predictValueUseListOrder() local
247 assert(IDPair.first && "Unmapped value"); in predictValueUseListOrder()
248 if (IDPair.second) in predictValueUseListOrder()
253 IDPair.second = true; in predictValueUseListOrder()
255 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack); in predictValueUseListOrder()