/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | reducer_test.cpp | 44 bool IsInteresting() { in IsInteresting() function in spvtools::reduce::__anon7f1d7b2a0111::PingPongInteresting 199 return ping_pong_interesting.IsInteresting(); in TEST() 582 return ping_pong_interesting.IsInteresting(); in TEST()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/reduce/ |
H A D | reducer_test.cpp | 44 bool IsInteresting() { in IsInteresting() function in spvtools::reduce::__anon0185629e0111::PingPongInteresting 199 return ping_pong_interesting.IsInteresting(); in TEST() 582 return ping_pong_interesting.IsInteresting(); in TEST()
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | reducer_test.cpp | 44 bool IsInteresting() { in IsInteresting() function in spvtools::reduce::__anon9ec8a8240111::PingPongInteresting 199 return ping_pong_interesting.IsInteresting(); in TEST() 582 return ping_pong_interesting.IsInteresting(); in TEST()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | MVETPAndVPTOptimisationsPass.cpp | 764 bool IsInteresting = false; in ReduceOldVCCRValueUses() local 767 IsInteresting = true; in ReduceOldVCCRValueUses() 799 IsInteresting = true; in ReduceOldVCCRValueUses() 821 IsInteresting = true; in ReduceOldVCCRValueUses() 830 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 492 bool IsInteresting = RawID & 0x01; in ReadData() local 493 return std::make_pair(k, IsInteresting); in ReadData()
|
H A D | ASTReader.cpp | 791 bool IsInteresting = RawID & 0x01; in ReadData() local 806 if (!IsInteresting) { in ReadData()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 395 bool IsInteresting = in isInterestingAlloca() local 404 return IsInteresting; in isInterestingAlloca()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 1294 bool IsInteresting = any_of(Expression, [](DWARFExpression::Operation &Op) { in isVariableIndexable() local 1299 if (IsInteresting) in isVariableIndexable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 1451 bool IsInteresting = in isVariableIndexable() local 1457 if (IsInteresting) in isVariableIndexable()
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 920 bool IsInteresting = in isInterestingAlloca() local 931 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca() 932 return IsInteresting; in isInterestingAlloca()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1327 bool IsInteresting = in isInterestingAlloca() local 1340 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca() 1341 return IsInteresting; in isInterestingAlloca()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1254 bool IsInteresting = in isInterestingAlloca() local 1269 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca() 1270 return IsInteresting; in isInterestingAlloca()
|