Home
last modified time | relevance | path

Searched refs:IsInteresting (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/reduce/
Dreducer_test.cpp44 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 Dreducer_test.cpp44 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 Dreducer_test.cpp44 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 DMVETPAndVPTOptimisationsPass.cpp764 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 DGlobalModuleIndex.cpp492 bool IsInteresting = RawID & 0x01; in ReadData() local
493 return std::make_pair(k, IsInteresting); in ReadData()
H A DASTReader.cpp791 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 DAArch64StackTagging.cpp395 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 DDWARFVerifier.cpp1294 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 DDWARFVerifier.cpp1451 bool IsInteresting = in isVariableIndexable() local
1457 if (IsInteresting) in isVariableIndexable()
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp920 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 DAddressSanitizer.cpp1327 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 DAddressSanitizer.cpp1254 bool IsInteresting = in isInterestingAlloca() local
1269 ProcessedAllocas[&AI] = IsInteresting; in isInterestingAlloca()
1270 return IsInteresting; in isInterestingAlloca()