Home
last modified time | relevance | path

Searched refs:dr (Results 1 – 25 of 127) sorted by relevance

123456

/llvm-project-15.0.7/clang/www/
H A Dmake_cxx_dr_status23 def parse(dr): argument
26 for col in dr.split('</TR>', 1)[0].split('<TD')[1:]
47 drs = sorted((parse(dr) for dr in open(index, 'r').read().split('<TR>')[2:]),
48 key = lambda dr: dr.issue)
152 assert False, 'unknown status %s for issue %s' % (status, dr.issue)
156 for dr in drs:
157 if dr.status in ('concepts',):
164 if dr.status == 'extension':
169 assert dr.issue not in status_map, "have status for not-ready dr %s" % dr.issue
172 avail, avail_style = availability(dr.issue)
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcoff-fp-section-name.ll49 ; CHECK: .section .rdata,"dr",discard,__real@7ff0000000000000
53 ; CHECK: .section .rdata,"dr",discard,__real@7ff8000000000000
57 ; CHECK: .section .rdata,"dr",discard,__real@4020000000000000
61 ; CHECK: .section .rdata,"dr",discard,__real@3ff0000000000000
65 ; CHECK: .section .rdata,"dr",discard,__real@7f800000
69 ; CHECK: .section .rdata,"dr",discard,__real@7fc00000
73 ; CHECK: .section .rdata,"dr",discard,__real@41000000
77 ; CHECK: .section .rdata,"dr",discard,__real@3109705f
81 ; CHECK: .section .rdata,"dr",discard,__xmm@73e717a35985531cbb2c11d0ae2e087d
85 ; CHECK: .section .rdata,"dr",discard,__xmm@40020000000000000000000000000000
[all …]
H A Dwin_cst_pool.ll14 ; CHECK-NEXT: .section .rdata,"dr",discard,__real@0000000000800000
22 ; MINGW: .section .rdata,"dr"
34 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000000000000010000000200000003
49 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000001000200030004000500060007
69 ; CHECK-NEXT: .section .rdata,"dr",discard,__xmm@00000000000000003f8000003f800000
88 ; CHECK-NEXT: .section .rdata,"dr",discard,__real@bf8000003f800000
100 ; CHECK: .section .rdata,"dr",discard,__ymm@0000000400000003000000020000000100000004000000030000000…
H A Ddtor-priority-coff.ll6 ; CHECK: .section .CRT$XTA00042,"dr"
9 ; CHECK: .section .CRT$XTT12345,"dr"
12 ; CHECK: .section .CRT$XTT23456,"dr",associative,h
15 ; CHECK: .section .CRT$XTX,"dr"
H A Dctor-priority-coff.ll6 ; CHECK: .section .CRT$XCA00042,"dr"
9 ; CHECK: .section .CRT$XCT12345,"dr"
12 ; CHECK: .section .CRT$XCT23456,"dr",associative,h
H A Dglobal-sections.ll54 ; WIN32-FUNC-SECTIONS: .section .rdata,"dr",associative,_F2
141 ; WIN32-SECTIONS: .section .rdata,"dr",one_only,_G3
216 ; WIN32-SECTIONS: .section .rdata,"dr",one_only,_G7
279 ; WIN32-SECTIONS: .section .rdata,"dr",one_only,_G14
301 ; WIN32-SECTIONS: .section .rdata,"dr",one_only,_G15
312 ; WIN32-SECTIONS: .section .rdata,"dr",one_only,_G16
/llvm-project-15.0.7/lld/ELF/
H A DMapFile.cpp60 if (auto *dr = dyn_cast<Defined>(b)) in getSymbols() local
61 if (!dr->isSection() && dr->section && dr->section->isLive() && in getSymbols()
62 (dr->file == file || dr->needsCopy || dr->section->bss)) in getSymbols()
63 v.push_back(dr); in getSymbols()
70 for (Defined *dr : syms) in getSectionSyms()
71 ret[dr->section].emplace_back(dr, dr->getVA()); in getSectionSyms()
/llvm-project-15.0.7/lld/wasm/
H A DMapFile.cpp57 if (auto *dr = dyn_cast<Symbol>(b)) in getSymbols() local
58 if ((!isa<SectionSymbol>(dr)) && dr->isLive() && in getSymbols()
59 (dr->getFile() == file)) in getSymbols()
60 v.push_back(dr); in getSymbols()
67 for (Symbol *dr : syms) in getSectionSyms()
68 ret[dr->getChunk()].push_back(dr); in getSectionSyms()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp224 const DeclRefExpr *dr; member in __anon812707660311::FindVarResult
227 FindVarResult(const VarDecl *vd, const DeclRefExpr *dr) : vd(vd), dr(dr) {} in FindVarResult() argument
229 const DeclRefExpr *getDeclRefExpr() const { return dr; } in getDeclRefExpr()
489 void VisitDeclRefExpr(DeclRefExpr *dr);
745 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *dr) { in VisitDeclRefExpr() argument
746 switch (classification.get(dr)) { in VisitDeclRefExpr()
750 reportUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()
753 vals[cast<VarDecl>(dr->getDecl())] = Initialized; in VisitDeclRefExpr()
756 handler.handleSelfInit(cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()
759 reportConstRefUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h280 DEFINE_DR(dr, 0), DEFINE_DR(dr, 1), DEFINE_DR(dr, 2), DEFINE_DR(dr, 3),
281 DEFINE_DR(dr, 4), DEFINE_DR(dr, 5), DEFINE_DR(dr, 6), DEFINE_DR(dr, 7)};
H A DRegisterContextOpenBSD_i386.cpp36 uint32_t dr[8]; /* debug registers */ member
51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index]))
H A DRegisterContextFreeBSD_i386.cpp39 uint32_t dr[8]; /* debug registers */ member
57 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
H A DRegisterInfos_x86_64.h59 #define DR_SIZE sizeof(((DBG *)nullptr)->dr[0])
312 DEFINE_DR(dr, 0), DEFINE_DR(dr, 1), DEFINE_DR(dr, 2), DEFINE_DR(dr, 3),
313 DEFINE_DR(dr, 4), DEFINE_DR(dr, 5), DEFINE_DR(dr, 6), DEFINE_DR(dr, 7)};
H A DRegisterContextOpenBSD_x86_64.cpp45 uint64_t dr[16]; /* debug registers */ member
59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmulti-vector-store-size.ll24 %dr = fadd <4 x float> %dl, %al
32 …on.st4.v4f32.p0f32(<4 x float> %ar, <4 x float> %br, <4 x float> %cr, <4 x float> %dr, float* %res)
47 %dr = fadd <4 x float> %dl, %al
55 ….st1x4.v4f32.p0f32(<4 x float> %ar, <4 x float> %br, <4 x float> %cr, <4 x float> %dr, float* %res)
70 %dr = fadd <4 x float> %dl, %al
78 …v4f32.p0f32(<4 x float> %ar, <4 x float> %br, <4 x float> %cr, <4 x float> %dr, i64 1, float* %res)
H A Dwin_cst_pool.ll8 ; CHECK-NEXT: .section .rdata,"dr",discard,"__real@2000000000800001"
17 ; MINGW: .section .rdata,"dr"
/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_aux_runtime.pass.cpp45 try { D &dr = dynamic_cast<D&> (*bp); ((void)dr); } in bad_cast_test() local
/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DRegisterContextNetBSDTest_i386.cpp40 EXPECT_OFF(dr##num##_i386, offsetof(dbreg, dr[num]), \
41 sizeof(dbreg::dr[num]))
H A DRegisterContextNetBSDTest_x86_64.cpp42 EXPECT_OFF(dr##num##_x86_64, offsetof(dbreg, dr[num]), sizeof(dbreg::dr[num]))
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dconst-gv-with-rel-init.ll8 ; CHECK: .section .CRT$XLB,"dr"
11 ; CHECK: .section .rdata,"dr"
H A Dglobal_ctors_dtors.ll52 ; WIN32: .section .CRT$XCU,"dr"
54 ; WIN32: .section .CRT$XCU,"dr",associative,{{_?}}b
57 ; WIN32: .section .CRT$XTX,"dr"
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-unavailable-message.c18 double dr = dfoo(1.0); // expected-error {{'dfoo' is unavailable: NO LONGER}} in test_foo() local
32 double dr = dfoo(1.0); in unavail() local
H A Dbuiltins-arm.c326 double dr; in test_VFP() local
333 dr = __builtin_arm_vcvtr_f(d, 0); in test_VFP()
334 dr = __builtin_arm_vcvtr_f(d, 1); in test_VFP()
335dr = __builtin_arm_vcvtr_f(d, -1); // expected-error-re {{argument value {{.*}} is outside the val… in test_VFP()
336dr = __builtin_arm_vcvtr_f(d, 2); // expected-error-re {{argument value {{.*}} is outside the val… in test_VFP()
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/
H A Delf-disassemble-relocs-exec.test1 ## Check that 'llvm-objdump -dr' correctly prints relocations in executables.
4 # RUN: llvm-objdump -dr %t | FileCheck %s
/llvm-project-15.0.7/lld/test/ELF/
H A Demit-relocs-synthetic.s8 # RUN: llvm-objdump -dr %t/a1 | FileCheck %s --check-prefixes=CHECK,CHECK1
10 # RUN: llvm-objdump -dr %t/a2 | FileCheck %s --check-prefixes=CHECK,CHECK2

123456