Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 14 of 14) sorted by relevance

/llvm-project/flang/test/Lower/OpenMP/
H A Dsimd.f9028 subroutine simd_with_if_clause(n, threshold) local
48 subroutine simd_with_simdlen_clause(n, threshold) local
67 subroutine simd_with_simdlen_clause_from_param(n, threshold) local
87 subroutine simd_with_simdlen_clause_from_expr_from_param(n, threshold) local
107 subroutine simd_with_safelen_clause(n, threshold) local
26 simd_with_if_clause(n, threshold) global() argument
46 simd_with_simdlen_clause(n, threshold) global() argument
65 simd_with_simdlen_clause_from_param(n, threshold) global() argument
85 simd_with_simdlen_clause_from_expr_from_param(n, threshold) global() argument
105 simd_with_safelen_clause(n, threshold) global() argument
124 simd_with_safelen_clause_from_expr_from_param(n, threshold) global() argument
126 integer :: i, n, threshold global() local
144 simd_with_simdlen_safelen_clause(n, threshold) global() argument
146 integer :: i, n, threshold global() local
[all...]
/llvm-project/clang-tools-extra/clangd/quality/model/
H A Dforest.json20 "threshold": 0.5, number
28 "threshold": 0.5, number
36 "threshold": 0.5, number
40 "threshold": 0.1715686321258545, number
65 "threshold": 424244.0, number
69 "threshold": 0.5, number
77 "threshold": 13.5, number
81 "threshold": 0.5, number
100 "threshold": 0.5, number
104 "threshold": 39.5, number
[all …]
/llvm-project/clang-tools-extra/clangd/unittests/decision_forest_model/
H A Dforest.json5 "threshold": 200.0, number
9 "threshold": -1, number
/llvm-project/polly/lib/External/isl/imath/tools/
H A Dfindthreshold.py27 def get_timing_stats(num_tests, precision, threshold, seed=None): argument
/llvm-project/clang-tools-extra/clangd/
H A DTidyFastChecks.py108 threshold = SLOW_THRESHOLD if check in old_fast else FAST_THRESHOLD variable
/llvm-project/flang/test/Semantics/
H A Devent02b.f9016 integer threshold, global() variable
H A Devent02a.f9013 …integer threshold, indexed(1), non_event[*], sync_status, co_indexed_integer[*], superfluous_stat,… variable
/llvm-project/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c17 int threshold; global() member
H A Dunion-init.c17 int threshold; /* collection threshold */ member
/llvm-project/mlir/lib/Conversion/TensorToSPIRV/
H A DTensorToSPIRV.cpp39 int64_t threshold, PatternBenefit benefit = 1) in TensorExtractPattern() argument
/llvm-project/polly/lib/External/isl/imath/
H A Dimtimer.c51 mp_size threshold = 0; in main() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp510 uptr threshold = common_flags()->clear_shadow_mmap_threshold; TagMemoryAligned() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp839 llvm::APInt threshold = EmitCXXNewAllocSize() local
/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp56 int threshold, char *location) { in __kmp_trace_task_stack() argument