Home
last modified time | relevance | path

Searched defs:fast (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h38 __FAST_OR_SLOW(fast,slow) global() argument
40 __FAST_OR_SLOW(fast,slow) global() argument
H A D__clang_cuda_math.h51 __FAST_OR_SLOW(fast,slow) global() argument
53 __FAST_OR_SLOW(fast,slow) global() argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h23 #define GET_STACK_TRACE(max_size, fast) \ argument
H A Dlsan.cpp45 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stack.h35 #define GET_STACK_TRACE(max_size, fast) \ argument
/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag_standalone.cpp24 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
H A Dubsan_diag.cpp40 bool fast = StackTrace::WillUseFastUnwind(request_fast); in ubsan_GetStackTrace() local
/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h35 #define GET_STACK_TRACE(max_size, fast) \ argument
H A Dasan_errors.cpp26 bool fast = common_flags()->fast_unwind_on_fatal; in OnStackUnwind() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp54 bool fast = StackTrace::WillUseFastUnwind(request_fast); in UnwindImpl() local
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dmakefile24 fast: target
/llvm-project/libc/src/math/generic/
H A Drange_reduction_double_common.h83 LIBC_INLINE DoubleDouble fast() const { compute_high_part() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp155 bool fast = common_flags()->fast_unwind_on_fatal; in ReportMmapWriteExec() local
/llvm-project/lld/MachO/
H A DConfig.h75 fast, global() enumerator
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml89 let fast = 8 var
H A Dllvm.mli137 val fast : int (** [fast] is the calling convention to allow LLVM val