Home
last modified time | relevance | path

Searched refs:DP (Results 1 – 25 of 138) sorted by relevance

123456

/external/llvm/lib/IR/
DDiagnosticInfo.cpp109 void DiagnosticInfoInlineAsm::print(DiagnosticPrinter &DP) const { in print()
110 DP << getMsgStr(); in print()
112 DP << " at line " << getLocCookie(); in print()
115 void DiagnosticInfoResourceLimit::print(DiagnosticPrinter &DP) const { in print()
116 DP << getResourceName() << " limit"; in print()
119 DP << " of " << getResourceLimit(); in print()
121 DP << " exceeded (" << getResourceSize() << ") in " << getFunction(); in print()
124 void DiagnosticInfoDebugMetadataVersion::print(DiagnosticPrinter &DP) const { in print()
125 DP << "ignoring debug info with an invalid version (" << getMetadataVersion() in print()
130 DiagnosticPrinter &DP) const { in print()
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dfloat-cmp.ll3 …-none-eabihf -mcpu=cortex-m7 | FileCheck %s -check-prefix=CHECK -check-prefix=HARD -check-prefix=DP
4 …-none-eabihf -mcpu=cortex-a8 | FileCheck %s -check-prefix=CHECK -check-prefix=HARD -check-prefix=DP
157 ; DP: vcmpe.f64
158 ; DP: moveq r0, #1
166 ; DP: vcmpe.f64
167 ; DP: movgt r0, #1
175 ; DP: vcmpe.f64
176 ; DP: movge r0, #1
184 ; DP: vcmpe.f64
185 ; DP: movmi r0, #1
[all …]
Dfloat-ops.ll3 …tex-m7 | FileCheck %s -check-prefix=CHECK -check-prefix=HARD -check-prefix=DP -check-prefix=FP-ARM…
4 …-check-prefix=CHECK -check-prefix=HARD -check-prefix=DP -check-prefix=VFP4-ALL -check-prefix=VFP4-
20 ; DP: vadd.f64 d0, d0, d1
39 ; DP: vsub.f64 d0, d0, d1
58 ; DP: vmul.f64 d0, d0, d1
77 ; DP: vdiv.f64 d0, d0, d1
140 ; DP: vcvt.f64.f32 d0, s0
149 ; DP: vcvt.f32.f64 s0, d0
168 ; DP: vcvt.s32.f64 s0, d0
169 ; DP: vmov r0, s0
[all …]
/external/llvm/test/CodeGen/ARM/
Darm32-rounding.ll1 …triple=armv8-linux-gnueabihf -mattr=+fp-armv8 | FileCheck --check-prefix=CHECK --check-prefix=DP %s
3 … llc < %s -mtriple=thumbv7em-linux-gnueabihf -mattr=+fp-armv8,+d16 | FileCheck --check-prefix=DP %s
15 ; DP: vrintm.f64
32 ; DP: vrintp.f64
49 ; DP: vrinta.f64
66 ; DP: vrintz.f64
83 ; DP: vrintr.f64
100 ; DP: vrintx.f64
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/
Dheader_unordered_set_synop.pass.cpp45 using DP = std::equal_to<V>; in main() typedef
48 using StdSet = std::unordered_set<V, DH, DP, pmr::polymorphic_allocator<V>>; in main()
53 using StdSet = std::unordered_set<V, MH, DP, pmr::polymorphic_allocator<V>>; in main()
67 using StdSet = std::unordered_multiset<V, DH, DP, pmr::polymorphic_allocator<V>>; in main()
72 using StdSet = std::unordered_multiset<V, MH, DP, pmr::polymorphic_allocator<V>>; in main()
Dheader_unordered_map_synop.pass.cpp46 using DP = std::equal_to<K>; in main() typedef
50 using StdMap = std::unordered_map<K, V, DH, DP, pmr::polymorphic_allocator<P>>; in main()
55 using StdMap = std::unordered_map<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main()
69 using StdMap = std::unordered_multimap<K, V, DH, DP, pmr::polymorphic_allocator<P>>; in main()
74 using StdMap = std::unordered_multimap<K, V, MH, DP, pmr::polymorphic_allocator<P>>; in main()
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dllvm-ct-intrinsics.ll12 define void @ctpoptest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
20 store i64 %d, i64* %DP
32 define void @ctlztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
40 store i64 %d, i64* %DP
52 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
60 store i64 %d, i64* %DP
/external/llvm/test/CodeGen/Generic/
Dllvm-ct-intrinsics.ll12 define void @ctpoptest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
20 store i64 %d, i64* %DP
32 define void @ctlztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
40 store i64 %d, i64* %DP
52 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
60 store i64 %d, i64* %DP
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h108 virtual void print(DiagnosticPrinter &DP) const = 0;
155 void print(DiagnosticPrinter &DP) const override;
199 void print(DiagnosticPrinter &DP) const override;
245 void print(DiagnosticPrinter &DP) const override;
267 void print(DiagnosticPrinter &DP) const override;
292 void print(DiagnosticPrinter &DP) const override;
322 void print(DiagnosticPrinter &DP) const override;
391 void print(DiagnosticPrinter &DP) const override;
573 void print(DiagnosticPrinter &DP) const override;
684 void print(DiagnosticPrinter &DP) const override;
/external/llvm/test/ExecutionEngine/MCJIT/
Dtest-fp-no-external-funcs.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double, double* %DP ; <double> [#uses=1]
11 store double %Q, double* %DP
Dtest-fp.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double, double* %DP ; <double> [#uses=1]
13 store double %R, double* %DP
/external/llvm/test/ExecutionEngine/OrcMCJIT/
Dtest-fp-no-external-funcs.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double, double* %DP ; <double> [#uses=1]
11 store double %Q, double* %DP
Dtest-fp.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double, double* %DP ; <double> [#uses=1]
13 store double %R, double* %DP
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/
Dtest-fp.ll3 define double @test(double* %DP, double %Arg) {
4 %D = load double* %DP ; <double> [#uses=1]
13 store double %R, double* %DP
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.td189 def LOADimm7: F1<(outs DP:$dst), (ins i32imm:$src),
191 [(set DP:$dst, imm7:$src)]>;
230 def LOAD32p: F1<(outs DP:$dst), (ins P:$ptr),
232 [(set DP:$dst, (load P:$ptr))]>;
235 def LOAD32fi: Pseudo<(outs DP:$dst), (ins MEMii:$mem),
237 [(set DP:$dst, (load ADDRspii:$mem))]>;
250 def LOAD32p_uimm6m4: F1<(outs DP:$dst), (ins P:$ptr, i32imm:$off),
252 [(set DP:$dst, (load (add P:$ptr, uimm6m4:$off)))]>;
254 def LOAD32p_imm18m4: F2<(outs DP:$dst), (ins P:$ptr, i32imm:$off),
256 [(set DP:$dst, (load (add P:$ptr, imm18m4:$off)))]>;
[all …]
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dtest-fp-no-external-funcs-remote.ll6 define double @test(double* %DP, double %Arg) nounwind {
7 %D = load double, double* %DP ; <double> [#uses=1]
14 store double %Q, double* %DP
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dtest-fp-no-external-funcs-remote.ll6 define double @test(double* %DP, double %Arg) nounwind {
7 %D = load double, double* %DP ; <double> [#uses=1]
14 store double %Q, double* %DP
/external/iproute2/tc/
Dq_gred.c135 opt.DP = MAX_DPs; in gred_parse_opt()
168 if (get_unsigned(&opt.DP, *argv, 10)) { in gred_parse_opt()
171 } else if (opt.DP >= MAX_DPs) { in gred_parse_opt()
225 if (opt.DP == MAX_DPs || !opt.limit || !opt.qth_min || !opt.qth_max || in gred_parse_opt()
318 if (qopt->DP >= MAX_DPs) continue; in gred_print_opt()
320 qopt->DP, in gred_print_opt()
/external/clang/test/Modules/
Dadd-remove-private.m7 …dules -fimplicit-module-maps -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -verify -DP
15 …icit-module-maps -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -DP 2>&1 | FileCheck %s
20 …dules -fimplicit-module-maps -fmodules-cache-path=%t.mcp -fdisable-module-hash -F %t %s -verify -DP
/external/fec/
Dsse2bfly29.s12 .set DP,512
36 movl DP(%edx),%edx # edx -> decisions
Dmmxbfly27.s12 .set DP,128
35 movl DP(%edx),%edx # edx -> decisions
Dmmxbfly29.s10 .set DP,512
37 movl DP(%edx),%edx # edx -> decisions
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
D2009-08-11-RegScavenger-CSR.ll9 define void @cttztest(i8 %A, i16 %B, i32 %C, i64 %D, i8* %AP, i16* %BP, i32* %CP, i64* %DP) {
15 store i64 %d, i64* %DP
/external/llvm/lib/Analysis/
DDivergenceAnalysis.cpp298 DivergencePropagator DP(F, TTI, in runOnFunction() local
301 DP.populateWithSourcesOfDivergence(); in runOnFunction()
302 DP.propagate(); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreRegisterInfo.td39 def DP : Ri<13, "dp">, DwarfRegNum<[13]>;
54 def RRegs : RegisterClass<"XCore", [i32], 32, (add CP, DP, SP, LR)> {

123456