Searched refs:INTRINSIC (Results 1 – 25 of 59) sorted by relevance
123
/external/llvm/test/Transforms/InstCombine/ |
D | exp2-1.ll | 3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=CHECK -check-prefix=INTRINSIC -check-p… 4 ; RUN: opt < %s -instcombine -S -mtriple=i386-pc-win32 | FileCheck %s -check-prefix=INTRINSIC -chec… 5 …combine -S -mtriple=amdgcn-unknown-unknown | FileCheck %s -check-prefix=INTRINSIC -check-prefix=NO… 84 ; INTRINSIC-LABEL: @test_simplify9( 93 ; INTRINSIC-LABEL: @test_simplify10(
|
/external/llvm/test/TableGen/ |
D | MultiPat.td | 87 def INTRINSIC : Intrinsic<"Dummy">; 97 !subst(INTRINSIC, intr, 102 !subst(INTRINSIC, intr, 116 [[(set REGCLASS:$dst, (INTRINSIC REGCLASS:$src1, REGCLASS:$src2))], 117 [(set REGCLASS:$dst, (bitconvert (INTRINSIC REGCLASS:$src1, REGCLASS:$src2))),
|
D | TargetInstrSpec.td | 83 def INTRINSIC : Intrinsic<"Dummy">; 90 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_ps", intr)), 97 !subst(INTRINSIC, !cast<Intrinsic>(!subst("SUFFIX", "_pd", intr)), 102 [(set REGCLASS:$dst, (INTRINSIC REGCLASS:$src1, REGCLASS:$src2))]>;
|
/external/clang/lib/Headers/ |
D | cuda_builtin_vars.h | 40 #define __CUDA_DEVICE_BUILTIN(FIELD, INTRINSIC) \ argument 44 return INTRINSIC; \
|
/external/eigen/blas/testing/ |
D | zblat1.f | 101 INTRINSIC MAX 300 INTRINSIC ABS, MIN 548 INTRINSIC ABS 628 INTRINSIC DIMAG, DBLE
|
D | dblat1.f | 264 INTRINSIC MAX 365 INTRINSIC ABS, MIN 703 INTRINSIC ABS, MIN 914 INTRINSIC ABS 963 INTRINSIC ABS
|
/external/cblas/testing/ |
D | c_zblat1.f | 101 INTRINSIC MAX 299 INTRINSIC ABS, MIN 549 INTRINSIC ABS 629 INTRINSIC DIMAG, DBLE
|
D | c_dblat1.f | 165 INTRINSIC MAX 261 INTRINSIC ABS, MIN 415 INTRINSIC ABS, MIN 625 INTRINSIC ABS
|
/external/eigen/lapack/ |
D | cladiv.f | 85 INTRINSIC AIMAG, CMPLX, REAL
|
D | zladiv.f | 85 INTRINSIC DBLE, DCMPLX, DIMAG
|
D | clacgv.f | 95 INTRINSIC CONJG
|
D | dlapy2.f | 87 INTRINSIC ABS, MAX, MIN, SQRT
|
D | zlacgv.f | 95 INTRINSIC DCONJG
|
D | slapy2.f | 87 INTRINSIC ABS, MAX, MIN, SQRT
|
D | dlapy3.f | 90 INTRINSIC ABS, MAX, SQRT
|
D | slapy3.f | 90 INTRINSIC ABS, MAX, SQRT
|
D | sladiv.f | 108 INTRINSIC ABS
|
D | dladiv.f | 108 INTRINSIC ABS
|
D | dlamch.f | 89 INTRINSIC DIGITS, EPSILON, HUGE, MAXEXPONENT,
|
D | slamch.f | 93 INTRINSIC DIGITS, EPSILON, HUGE, MAXEXPONENT,
|
D | dlarfg.f | 137 INTRINSIC ABS, SIGN
|
D | slarfg.f | 137 INTRINSIC ABS, SIGN
|
D | clarfg.f | 138 INTRINSIC ABS, AIMAG, CMPLX, REAL, SIGN
|
D | zlarfg.f | 138 INTRINSIC ABS, DBLE, DCMPLX, DIMAG, SIGN
|
/external/eigen/blas/fortran/ |
D | lsame.f | 28 INTRINSIC ICHAR
|
123