| /llvm-project-15.0.7/clang/www/ |
| H A D | make_cxx_dr_status | 23 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 D | coff-fp-section-name.ll | 49 ; 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 D | win_cst_pool.ll | 14 ; 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 D | dtor-priority-coff.ll | 6 ; 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 D | ctor-priority-coff.ll | 6 ; CHECK: .section .CRT$XCA00042,"dr" 9 ; CHECK: .section .CRT$XCT12345,"dr" 12 ; CHECK: .section .CRT$XCT23456,"dr",associative,h
|
| H A D | global-sections.ll | 54 ; 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 D | MapFile.cpp | 60 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 D | MapFile.cpp | 57 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 D | UninitializedValues.cpp | 224 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 D | RegisterInfos_i386.h | 280 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 D | RegisterContextOpenBSD_i386.cpp | 36 uint32_t dr[8]; /* debug registers */ member 51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index]))
|
| H A D | RegisterContextFreeBSD_i386.cpp | 39 uint32_t dr[8]; /* debug registers */ member 57 LLVM_EXTENSION offsetof(DBG, dr[reg_index]))
|
| H A D | RegisterInfos_x86_64.h | 59 #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 D | RegisterContextOpenBSD_x86_64.cpp | 45 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 D | multi-vector-store-size.ll | 24 %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 D | win_cst_pool.ll | 8 ; CHECK-NEXT: .section .rdata,"dr",discard,"__real@2000000000800001" 17 ; MINGW: .section .rdata,"dr"
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | test_aux_runtime.pass.cpp | 45 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 D | RegisterContextNetBSDTest_i386.cpp | 40 EXPECT_OFF(dr##num##_i386, offsetof(dbreg, dr[num]), \ 41 sizeof(dbreg::dr[num]))
|
| H A D | RegisterContextNetBSDTest_x86_64.cpp | 42 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 D | const-gv-with-rel-init.ll | 8 ; CHECK: .section .CRT$XLB,"dr" 11 ; CHECK: .section .rdata,"dr"
|
| H A D | global_ctors_dtors.ll | 52 ; 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 D | attr-unavailable-message.c | 18 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 D | builtins-arm.c | 326 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() 335 …dr = __builtin_arm_vcvtr_f(d, -1); // expected-error-re {{argument value {{.*}} is outside the val… in test_VFP() 336 …dr = __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 D | elf-disassemble-relocs-exec.test | 1 ## 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 D | emit-relocs-synthetic.s | 8 # 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
|