/external/libcxx/test/std/numerics/complex.number/cmplx.over/ |
D | pow.pass.cpp | 32 promote(T, typename std::enable_if<std::is_integral<T>::value>::type* = 0); 34 float promote(float); 35 double promote(double); 36 long double promote(long double); 42 typedef decltype(promote(x)+promote(real(y))) V; in test() 51 typedef decltype(promote(real(x))+promote(y)) V; in test() 60 typedef decltype(promote(real(x))+promote(real(y))) V; in test()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | amdgcn.private-memory.ll | 1 ; RUN: llc -mattr=+promote-alloca -verify-machineinstrs -march=amdgcn < %s | FileCheck -check-prefi… 2 ; RUN: llc -mattr=+promote-alloca,-flat-for-global -verify-machineinstrs -mtriple=amdgcn--amdhsa -m… 3 ; RUN: llc -mattr=-promote-alloca -verify-machineinstrs -march=amdgcn < %s | FileCheck -check-prefi… 4 ; RUN: llc -mattr=-promote-alloca,-flat-for-global -verify-machineinstrs -mtriple=amdgcn-amdhsa -mc… 5 ; RUN: llc -mattr=+promote-alloca -verify-machineinstrs -march=amdgcn -mcpu=tonga < %s | FileCheck … 6 ; RUN: llc -mattr=-promote-alloca -verify-machineinstrs -march=amdgcn -mcpu=tonga < %s | FileCheck …
|
D | vector-alloca.ll | 1 ; RUN: llc -march=amdgcn -mcpu=verde -mattr=-promote-alloca -verify-machineinstrs < %s | FileCheck … 2 ; RUN: llc -march=amdgcn -mcpu=verde -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck … 3 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s | FileCheck … 4 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck …
|
D | dynamic_stackalloc.ll | 1 ; RUN: not llc -march=amdgcn -mcpu=tahiti -mattr=+promote-alloca -verify-machineinstrs < %s 2>&1 | … 2 ; RUN: not llc -march=amdgcn -mcpu=tahiti -mattr=-promote-alloca -verify-machineinstrs < %s 2>&1 | …
|
D | indirect-private-64.ll | 1 ; RUN: llc -march=amdgcn -mattr=-promote-alloca,+max-private-element-size-16 -verify-machineinstrs … 2 ; RUN: llc -march=amdgcn -mattr=-promote-alloca,+max-private-element-size-4 -verify-machineinstrs <… 3 ; RUN: llc -march=amdgcn -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck -check-prefi… 4 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca,+max-private-element-size-16 -verify-ma… 5 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=+promote-alloca -verify-machineinstrs < %s | FileCheck …
|
D | insert_subreg.ll | 1 ; RUN: llc -march=amdgcn -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s 2 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
|
D | copy-to-reg.ll | 1 ; RUN: llc -march=amdgcn -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s 2 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
|
/external/clang/test/Sema/ |
D | overloadable.c | 41 double promote(float) __attribute__((__overloadable__)); // expected-note {{candidate}} 42 double promote(double) __attribute__((__overloadable__)); // expected-note {{candidate}} 43 long double promote(long double) __attribute__((__overloadable__)); // expected-note {{candidate}} 45 void promote(...) __attribute__((__overloadable__, __unavailable__)); // \ 49 promote(1.0); in test_promote() 50 promote(sp); // expected-error{{call to unavailable function 'promote'}} in test_promote()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | amdgcn.private-memory.ll | 1 ; RUN: llc -mattr=+promote-alloca -verify-machineinstrs -march=amdgcn < %s | FileCheck -check-prefi… 2 ; RUN: llc -mattr=+promote-alloca,-flat-for-global -verify-machineinstrs -mtriple=amdgcn--amdhsa -m… 3 ; RUN: llc -mattr=-promote-alloca -verify-machineinstrs -march=amdgcn < %s | FileCheck -check-prefi… 4 ; RUN: llc -mattr=-promote-alloca,-flat-for-global -verify-machineinstrs -mtriple=amdgcn-amdhsa -mc… 5 ; RUN: llc -mattr=+promote-alloca -verify-machineinstrs -march=amdgcn -mcpu=tonga -mattr=-flat-for-… 6 ; RUN: llc -mattr=-promote-alloca -verify-machineinstrs -march=amdgcn -mcpu=tonga -mattr=-flat-for-…
|
D | indirect-private-64.ll | 1 ; RUN: llc -march=amdgcn -mattr=-promote-alloca,+max-private-element-size-16 -verify-machineinstrs … 2 ; RUN: llc -march=amdgcn -mattr=-promote-alloca,+max-private-element-size-4 -verify-machineinstrs <… 3 ; RUN: llc -march=amdgcn -mattr=+promote-alloca -disable-promote-alloca-to-vector -verify-machinein… 4 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -mattr=-promote-alloca,+max-private-el… 5 …lc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -mattr=+promote-alloca -disable-promote-alloc…
|
D | dynamic_stackalloc.ll | 1 ; RUN: not llc -march=amdgcn -mtriple=amdgcn---amdgiz -mcpu=tahiti -mattr=+promote-alloca -verify-m… 2 ; RUN: not llc -march=amdgcn -mtriple=amdgcn---amdgiz -mcpu=tahiti -mattr=-promote-alloca -verify-m…
|
D | insert_subreg.ll | 1 ; RUN: llc -march=amdgcn -mcpu=tahiti -mattr=-promote-alloca -verify-machineinstrs < %s 2 ; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | constantpool-promote.ll | 1 ; RUN: llc -mtriple armv7--linux-gnueabihf -relocation-model=static -arm-promote-constant < %s | Fi… 2 ; RUN: llc -mtriple armv7--linux-gnueabihf -relocation-model=pic -arm-promote-constant < %s | FileC… 3 ; RUN: llc -mtriple armv7--linux-gnueabihf -relocation-model=ropi -arm-promote-constant < %s | File… 4 ; RUN: llc -mtriple armv7--linux-gnueabihf -relocation-model=rwpi -arm-promote-constant < %s | File… 5 ; RUN: llc -mtriple thumbv7--linux-gnueabihf -relocation-model=static -arm-promote-constant < %s | … 6 ; RUN: llc -mtriple thumbv7--linux-gnueabihf -relocation-model=pic -arm-promote-constant < %s | Fil… 7 ; RUN: llc -mtriple thumbv7--linux-gnueabihf -relocation-model=ropi -arm-promote-constant < %s | Fi… 8 ; RUN: llc -mtriple thumbv7--linux-gnueabihf -relocation-model=rwpi -arm-promote-constant < %s | Fi… 9 ; RUN: llc -mtriple thumbv6m--linux-gnueabihf -relocation-model=static -arm-promote-constant < %s |… 10 ; RUN: llc -mtriple thumbv6m--linux-gnueabihf -relocation-model=pic -arm-promote-constant < %s | Fi… [all …]
|
D | constantpool-promote-ldrh.ll | 1 ; RUN: llc < %s -O0 -fast-isel=false -arm-promote-constant | FileCheck %s 2 ; RUN: llc < %s -O0 -fast-isel=false -filetype=obj -arm-promote-constant
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | ldst-opt.mir | 3 name: promote-load-from-store 35 # CHECK-LABEL: name: promote-load-from-store 148 name: promote-load-from-store-undef 160 # CHECK-LABEL: name: promote-load-from-store-undef 166 name: promote-load-from-store-trivial-kills 178 # CHECK-LABEL: name: promote-load-from-store-trivial-kills
|
/external/eigen/unsupported/test/ |
D | FFTW.cpp | 21 complex<long double> promote(complex<T> x) { return complex<long double>((long double)x.real(),(lo… in promote() function 23 complex<long double> promote(float x) { return complex<long double>((long double)x); } in promote() function 24 complex<long double> promote(double x) { return complex<long double>((long double)x); } in promote() function 25 complex<long double> promote(long double x) { return complex<long double>((long double)x); } in promote() function 38 acc += promote( timebuf[k1] ) * exp( complex<long double>(0,k1*phinc) ); in fft_rmse() 41 complex<long double> x = promote(fftbuf[k0]); in fft_rmse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | icp_mismatch_msg.ll | 4 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func4 with count of 1234: The numbe… 5 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call: target not found 6 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func2 with count of 7890: Return ty…
|
/external/llvm/test/Transforms/PGOProfile/ |
D | icp_mismatch_msg.ll | 4 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func4 with count of 1234: The numbe… 5 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to 11517462787082255043 with count of … 6 ; CHECK: remark: <unknown>:0:0: Cannot promote indirect call to func2 with count of 7890: Return ty…
|
/external/llvm/test/ThinLTO/X86/ |
D | weak_resolution.ll | 9 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileChec… 10 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -exported-symbol=linkoncefunc -… 11 ; RUN: llvm-lto -thinlto-action=promote %t2.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileChe… 13 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -o - --exported-symbol=linkonce…
|
D | section.ll | 6 ; Check that we don't promote 'var_with_section' 7 ; RUN: llvm-lto -thinlto-action=promote %t2.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileChe…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | weak_resolution.ll | 9 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileChec… 10 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -exported-symbol=linkoncefunc -… 11 ; RUN: llvm-lto -thinlto-action=promote %t2.bc -thinlto-index=%t3.bc -o - | llvm-dis -o - | FileChe… 13 ; RUN: llvm-lto -thinlto-action=promote %t.bc -thinlto-index=%t3.bc -o - --exported-symbol=linkonce…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/ |
D | indirect-call.ll | 14 ; If the indirect call is promoted and inlined in profile, we should promote and inline it. 36 ; is stripped we should promote and inline it. 52 ; is stripped, but have more than 1 potential match, we should not promote. 63 ; If the indirect call target is not available, we should not promote it. 88 ; If the indirect call target is the caller, we should not promote it. 163 ; We should not promote a direct call.
|
/external/llvm/test/CodeGen/X86/ |
D | codegen-prepare-addrmode-sext.ll | 12 ; Check that we correctly promote both operands of the promotable add. 27 ; Check that we do not promote both operands of the promotable add when 43 ; Check that we do not promote when the related instruction does not have 56 ; Check that we correctly promote constant arguments. 105 ; Check that we do not promote truncate when we cannot determine the 122 ; Check that we do not promote truncate when we cannot determine all the 141 ; Check that we are able to promote truncate when we know all the bits 158 ; On X86 truncate are free. Check that we are able to promote the add 196 ; On X86 truncate are free. Check that we are able to promote the add 244 ; case promote nothing. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | codegen-prepare-addrmode-sext.ll | 11 ; Check that we correctly promote both operands of the promotable add. 26 ; Check that we do not promote both operands of the promotable add when 42 ; Check that we do not promote when the related instruction does not have 55 ; Check that we correctly promote constant arguments. 104 ; Check that we do not promote truncate when we cannot determine the 121 ; Check that we do not promote truncate when we cannot determine all the 140 ; Check that we are able to promote truncate when we know all the bits 157 ; On X86 truncate are free. Check that we are able to promote the add 195 ; On X86 truncate are free. Check that we are able to promote the add 243 ; case promote nothing. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | f16.ll | 21 ; CHECK-LABEL: promote: 26 define float @promote(half %f) {
|