/external/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 109 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/ |
D | float-cmp.ll | 3 …-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 …]
|
D | float-ops.ll | 3 …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/ |
D | arm32-rounding.ll | 1 …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/ |
D | header_unordered_set_synop.pass.cpp | 45 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()
|
D | header_unordered_map_synop.pass.cpp | 46 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/ |
D | llvm-ct-intrinsics.ll | 12 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/ |
D | llvm-ct-intrinsics.ll | 12 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/ |
D | DiagnosticInfo.h | 108 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/ |
D | test-fp-no-external-funcs.ll | 3 define double @test(double* %DP, double %Arg) { 4 %D = load double, double* %DP ; <double> [#uses=1] 11 store double %Q, double* %DP
|
D | test-fp.ll | 3 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/ |
D | test-fp-no-external-funcs.ll | 3 define double @test(double* %DP, double %Arg) { 4 %D = load double, double* %DP ; <double> [#uses=1] 11 store double %Q, double* %DP
|
D | test-fp.ll | 3 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/ |
D | test-fp.ll | 3 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/ |
D | BlackfinInstrInfo.td | 189 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/ |
D | test-fp-no-external-funcs-remote.ll | 6 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/ |
D | test-fp-no-external-funcs-remote.ll | 6 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/ |
D | q_gred.c | 135 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/ |
D | add-remove-private.m | 7 …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/ |
D | sse2bfly29.s | 12 .set DP,512 36 movl DP(%edx),%edx # edx -> decisions
|
D | mmxbfly27.s | 12 .set DP,128 35 movl DP(%edx),%edx # edx -> decisions
|
D | mmxbfly29.s | 10 .set DP,512 37 movl DP(%edx),%edx # edx -> decisions
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/ |
D | 2009-08-11-RegScavenger-CSR.ll | 9 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/ |
D | DivergenceAnalysis.cpp | 298 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/ |
D | XCoreRegisterInfo.td | 39 def DP : Ri<13, "dp">, DwarfRegNum<[13]>; 54 def RRegs : RegisterClass<"XCore", [i32], 32, (add CP, DP, SP, LR)> {
|