Searched refs:intrinsics (Results 1 – 25 of 636) sorted by relevance
12345678910>>...26
/external/libopus/m4/ |
D | opus-intrinsics.m4 | 1 dnl opus-intrinsics.m4 2 dnl macro for testing for support for compiler intrinsics, either by default or with a compiler flag 7 AC_MSG_CHECKING([if compiler supports $1 intrinsics]) 17 AC_MSG_CHECKING([if compiler supports $1 intrinsics with $2])
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsPowerPC.td | 1 //===- IntrinsicsPowerPC.td - Defines PowerPC intrinsics ---*- tablegen -*-===// 10 // This file defines all of the PowerPC-specific intrinsics. 15 // Definitions for all PowerPC intrinsics. 18 // Non-altivec intrinsics. 19 let TargetPrefix = "ppc" in { // All intrinsics start with "llvm.ppc.". 63 let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc.". 64 /// PowerPC_Vec_Intrinsic - Base class for all altivec intrinsics. 71 /// PowerPC_VSX_Intrinsic - Base class for all VSX intrinsics. 84 /// vector and returns one. These intrinsics have no side effects. 90 /// vectors and returns one. These intrinsics have no side effects. [all …]
|
D | IntrinsicsWebAssembly.td | 1 //===- IntrinsicsWebAssembly.td - Defines wasm intrinsics --*- tablegen -*-===// 11 /// \brief This file defines all of the WebAssembly-specific intrinsics. 15 let TargetPrefix = "wasm" in { // All intrinsics start with "llvm.wasm.".
|
D | IntrinsicsBPF.td | 1 //===- IntrinsicsBPF.td - Defines BPF intrinsics -----------*- tablegen -*-===// 10 // This file defines all of the BPF-specific intrinsics. 15 let TargetPrefix = "bpf" in { // All intrinsics start with "llvm.bpf."
|
D | IntrinsicsX86.td | 1 //===- IntrinsicsX86.td - Defines X86 intrinsics -----------*- tablegen -*-===// 10 // This file defines all of the X86-specific intrinsics. 16 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 21 // SEH intrinsics for Windows 147 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 193 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 240 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 266 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 272 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 280 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IntrinsicsBPF.td | 1 //===- IntrinsicsBPF.td - Defines BPF intrinsics -----------*- tablegen -*-===// 10 // This file defines all of the BPF-specific intrinsics. 15 let TargetPrefix = "bpf" in { // All intrinsics start with "llvm.bpf."
|
D | IntrinsicsPowerPC.td | 1 //===- IntrinsicsPowerPC.td - Defines PowerPC intrinsics ---*- tablegen -*-===// 10 // This file defines all of the PowerPC-specific intrinsics. 15 // Definitions for all PowerPC intrinsics. 18 // Non-altivec intrinsics. 19 let TargetPrefix = "ppc" in { // All intrinsics start with "llvm.ppc.". 90 let TargetPrefix = "ppc" in { // All PPC intrinsics start with "llvm.ppc.". 91 /// PowerPC_Vec_Intrinsic - Base class for all altivec intrinsics. 98 /// PowerPC_VSX_Intrinsic - Base class for all VSX intrinsics. 111 /// vector and returns one. These intrinsics have no side effects. 117 /// vectors and returns one. These intrinsics have no side effects. [all …]
|
D | IntrinsicsWebAssembly.td | 1 //===- IntrinsicsWebAssembly.td - Defines wasm intrinsics --*- tablegen -*-===// 11 /// This file defines all of the WebAssembly-specific intrinsics. 15 let TargetPrefix = "wasm" in { // All intrinsics start with "llvm.wasm.". 40 // Exception handling intrinsics
|
D | IntrinsicsX86.td | 1 //===- IntrinsicsX86.td - Defines X86 intrinsics -----------*- tablegen -*-===// 10 // This file defines all of the X86-specific intrinsics. 16 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 21 // SEH intrinsics for Windows 182 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 210 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 259 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 279 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 285 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". 293 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.". [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUIntrinsics.td | 1 //===-- AMDGPUIntrinsics.td - Common intrinsics -*- tablegen -*-----------===// 10 // This file defines intrinsics that are used by all hw codegen targets. 21 // Deprecated in favor of separate int_amdgcn_cube* intrinsics.
|
/external/libgav1/libgav1/cmake/ |
D | libgav1_intrinsics.cmake | 20 # Returns the compiler flag for the SIMD intrinsics suffix specified by the 29 cmake_parse_arguments(intrinsics "${optional_args}" "${single_value_args}" 56 # Processes source files specified by SOURCES and adds intrinsics flags as 59 # Detects requirement for intrinsics flags using source file name suffix.
|
/external/libopus/ |
D | configure.ac | 192 AC_ARG_ENABLE([intrinsics], optenable 193 [AS_HELP_STRING([--disable-intrinsics], [Disable intrinsics optimizations])],, 373 AC_ARG_VAR([X86_SSE_CFLAGS], [C compiler flags to compile SSE intrinsics @<:@default=]DEFAULT_X86_S… 374 AC_ARG_VAR([X86_SSE2_CFLAGS], [C compiler flags to compile SSE2 intrinsics @<:@default=]DEFAULT_X86… 375 AC_ARG_VAR([X86_SSE4_1_CFLAGS], [C compiler flags to compile SSE4.1 intrinsics @<:@default=]DEFAULT… 376 AC_ARG_VAR([X86_AVX_CFLAGS], [C compiler flags to compile AVX intrinsics @<:@default=]DEFAULT_X86_A… 377 AC_ARG_VAR([ARM_NEON_INTR_CFLAGS], [C compiler flags to compile ARM NEON intrinsics @<:@default=]DE… 496 … [AC_DEFINE([OPUS_ARM_PRESUME_NEON_INTR], 1, [Define if binary requires NEON intrinsics support])]) 532 AC_MSG_WARN([Compiler does not support ARM intrinsics]) 629 … [AC_DEFINE([OPUS_X86_PRESUME_SSE], 1, [Define if binary requires SSE intrinsics support])], [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUIntrinsics.td | 1 //===-- AMDGPUIntrinsics.td - Common intrinsics -*- tablegen -*-----------===// 10 // This file defines intrinsics that are used by all hw codegen targets.
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/intrinsics/ |
D | Cancellable.kt | 5 package kotlinx.coroutines.intrinsics 9 import kotlin.coroutines.intrinsics.*
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared 4 ; readnone, they can't be changed to intrinsics (because they can change errno).
|
/external/llvm/test/CodeGen/X86/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared 4 ; readnone, they can't be changed to intrinsics (because they can change errno).
|
/external/llvm/test/CodeGen/ARM/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared 4 ; readnone, they can't be changed to intrinsics (because they can change errno).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared 4 ; readnone, they can't be changed to intrinsics (because they can change errno).
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Supervisor.kt | 10 import kotlinx.coroutines.intrinsics.* in <lambda>() 12 import kotlin.coroutines.intrinsics.* in <lambda>()
|
D | CoroutineScope.kt | 8 import kotlinx.coroutines.intrinsics.* in <lambda>() 10 import kotlin.coroutines.intrinsics.* in <lambda>()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | cttz-undef-arg.ll | 8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int 12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
|
/external/llvm/test/Verifier/ |
D | cttz-undef-arg.ll | 8 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int 12 ; CHECK: is_zero_undef argument of bit counting intrinsics must be a constant int
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.intrinsics.vert | 11 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 56 // TODO: sampler intrinsics, when we can declare the types. 78 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 130 // TODO: sampler intrinsics, when we can declare the types. 147 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 200 // TODO: sampler intrinsics, when we can declare the types. 217 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 270 // TODO: sampler intrinsics, when we can declare the types.
|
/external/angle/third_party/glslang/src/Test/ |
D | hlsl.intrinsics.vert | 11 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 56 // TODO: sampler intrinsics, when we can declare the types. 78 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 130 // TODO: sampler intrinsics, when we can declare the types. 147 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 200 // TODO: sampler intrinsics, when we can declare the types. 217 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 270 // TODO: sampler intrinsics, when we can declare the types.
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
D | FlowCoroutine.kt | 11 import kotlinx.coroutines.intrinsics.* in <lambda>() 13 import kotlin.coroutines.intrinsics.* in <lambda>()
|
12345678910>>...26