| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 67 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in addUnitsImpl() argument 109 U = std::make_unique<DWARFTypeUnit>(Context, InfoSection, Header, DA, in addUnitsImpl() 114 DA, RS, LocSection, SS, SOS, in addUnitsImpl() 195 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFUnit() argument 200 : Context(DC), InfoSection(Section), Header(Header), Abbrev(DA), in DWARFUnit() 231 DWARFDataExtractor DA(Context.getDWARFObj(), *AddrOffsetSection, in getAddrOffsetSectionItem() local 234 uint64_t Address = DA.getRelocatedAddress(&Offset, &Section); in getAddrOffsetSectionItem() 249 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in getStringOffsetSectionItem() local 251 return DA.getRelocatedValue(ItemSize, &Offset); in getStringOffsetSectionItem() 535 DWARFDataExtractor DA(Context.getDWARFObj(), StringOffsetSection, in tryExtractDIEsIfNeeded() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 271 for (NodeAddr<DefNode *> DA : TA.Addr->members_if(DefInSet, DFG)) { in getAllReachingDefs() 272 RegisterRef QR = DA.Addr->getRegRef(DFG); in getAllReachingDefs() 282 Ds.push_back(DA); in getAllReachingDefs() 285 for (NodeAddr<DefNode *> DA : Ds) { in getAllReachingDefs() 288 uint16_t Flags = DA.Addr->getFlags(); in getAllReachingDefs() 291 RRs.insert(DA.Addr->getRegRef(DFG)); in getAllReachingDefs() 295 auto DeadP = [](const NodeAddr<DefNode *> DA) -> bool { in getAllReachingDefs() argument 296 return DA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachingDefs() 319 const auto DA = DFG.addr<const DefNode *>(D); in getAllReachingDefsRecImpl() local 320 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl() [all …]
|
| H A D | RDFGraph.cpp | 439 void DefNode::linkToDef(NodeId Self, Def DA) { in linkToDef() argument 440 RefData.RD = DA.Id; in linkToDef() 441 RefData.Sib = DA.Addr->getReachedDef(); in linkToDef() 442 DA.Addr->setReachedDef(Self); in linkToDef() 446 void UseNode::linkToDef(NodeId Self, Def DA) { in linkToDef() argument 447 RefData.RD = DA.Id; in linkToDef() 448 RefData.Sib = DA.Addr->getReachedUse(); in linkToDef() 449 DA.Addr->setReachedUse(Self); in linkToDef() 792 Def DA = NA; in cloneNode() local 793 DA.Addr->setReachedDef(0); in cloneNode() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFDeadCode.cpp | 95 void DeadCodeElimination::processDef(NodeAddr<DefNode*> DA, in processDef() argument 97 NodeAddr<InstrNode*> IA = DA.Addr->getOwner(DFG); in processDef() 102 for (NodeAddr<DefNode*> TA : DFG.getRelatedRefs(IA, DA)) in processDef() 108 for (NodeAddr<DefNode*> DA : LV.getAllReachingDefs(UA)) { in processUse() 109 if (!LiveNodes.count(DA.Id)) in processUse() 110 WorkQ.push_back(DA.Id); in processUse() 152 for (NodeAddr<DefNode*> DA : IA.Addr->members_if(DFG.IsDef, DFG)) in collect() 153 if (LiveNodes.count(DA.Id)) in collect()
|
| H A D | HexagonRDFOpt.cpp | 251 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() argument 252 return getDeadNodes().count(DA.Id); in rewrite() 256 for (NodeAddr<DefNode*> DA : IA.Addr->members_if(DFG.IsDef, DFG)) { in rewrite() 257 if (&DA.Addr->getOp() != &Op) in rewrite() 259 Defs = DFG.getRelatedRefs(IA, DA); in rewrite()
|
| H A D | RDFCopy.cpp | 183 for (NodeAddr<DefNode*> DA : SA.Addr->members_if(DFG.IsDef, DFG)) { in run() 184 RegisterRef DR = DA.Addr->getRegRef(DFG); in run() 195 for (NodeId N = DA.Addr->getReachedUse(), NextN; N; N = NextN) { in run()
|
| H A D | RDFDeadCode.h | 60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | kresults.expected | 18 1B 39 DA 37 40 D3 DF FE AC 89 D6 BB 4C 29 F1 0A 44 86 D8 A3 C0 E5 6D BB 39 5F C0 CC 0A DA 8F 87 C6 69 D9 A9 50 DA 1D FC EE 71 DA 94 1D 9A B5 03 3E BE 71 2F AD EB 4C A9 D9 BD 84 6E DA 1E 23 DE 5C E1 D8 87 1B 39 DA 37 40 D3 DF FE AC 89 D6 BB 4C 29 F1 0A 104 D7 7C 5F B0 DA F7 80 2E 3F 3A 2E B7 5D F0 B3 23 138 D9 A9 50 DA 1D FC EE 71 DA 94 1D 9A B5 03 3E BE 140 2F AD EB 4C A9 D9 BD 84 6E DA 1E 23 DE 5C E1 D8 175 D7 7C 5F B0 DA F7 80 2E 3F 3A 2E B7 5D F0 B3 23 213 D9 A9 50 DA 1D FC EE 71 DA 94 1D 9A B5 03 3E BE [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | GenericUniformityInfo.h | 53 DA->initialize(); in compute() 54 DA->compute(); in compute() 89 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; variable
|
| H A D | GenericUniformityImpl.h | 1165 DA.reset(new ImplT{DT, CI, TTI}); in GenericUniformityInfo() 1256 return make_range(DA->TemporalDivergenceList.begin(), in getTemporalDivergenceList() 1257 DA->TemporalDivergenceList.end()); in getTemporalDivergenceList() 1262 return DA->hasDivergence(); in hasDivergence() 1268 return DA->getFunction(); in getFunction() 1274 return DA->isDivergent(V); in isDivergent() 1279 return DA->isDivergent(*I); in isDivergent() 1284 return DA->isDivergentUse(U); in isDivergentUse() 1289 return DA->hasDivergentTerminator(B); in hasDivergentTerminator() 1295 DA->print(out); in print()
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | erf.c | 18 #define DA __erf_data.erf_ratio_D_A macro 83 r1d = fma (x2, DA[0], 1.0); in erf() 84 r2d = fma (x2, DA[2], DA[1]); in erf() 85 r3d = fma (x2, DA[4], DA[3]); in erf()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_wwv.c | 311 #define DA 4 /* day digits (3) */ macro 349 {DECIM9, DA}, /* 34 */ 354 {DECIM9, DA + 1}, /* 39 p4 */ 359 {DECIM3, DA + 2}, /* 44 */ 705 up->decvec[DA].radix = 10; /* days */ in wwv_start() 706 up->decvec[DA + 1].radix = 10; in wwv_start() 707 up->decvec[DA + 2].radix = 4; in wwv_start() 2075 pp->day = up->decvec[DA].digit + up->decvec[DA + in wwv_clock() 2076 1].digit * 10 + up->decvec[DA in wwv_clock() [all...] |
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | asf | 14 >0 guid D6E229D3-35DA-11D1-9034-00A0C90349BE ASF_Index_Object 60 >0 guid D6E229DC-35DA-11D1-9034-00A0C90349BE ASF_Bitrate_Mutual_Exclusion_Object 85 >0 guid D6E229DF-35DA-11D1-9034-00A0C90349BE ASF_Index_Parameters_Object 105 >0 guid D6E22A00-35DA-11D1-9034-00A0C90349BE ASF_Mutex_Language 106 >0 guid D6E22A01-35DA-11D1-9034-00A0C90349BE ASF_Mutex_Bitrate 107 >0 guid D6E22A02-35DA-11D1-9034-00A0C90349BE ASF_Mutex_Unknown
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 26 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit() argument 31 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
|
| H A D | DWARFTypeUnit.h | 27 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFTypeUnit() argument 32 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
|
| H A D | DWARFUnit.h | 182 const DWARFSection &Section, const DWARFDebugAbbrev *DA, 212 validateContributionSize(DWARFDataExtractor &DA); 302 determineStringOffsetsTableContribution(DWARFDataExtractor &DA); 309 determineStringOffsetsTableContributionDWO(DWARFDataExtractor &DA); 313 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 594 void linkToDef(NodeId Self, Def DA); 598 void linkToDef(NodeId Self, Def DA); 750 void push(Def DA) { Stack.push_back(DA); } in push() 807 void unlinkDef(Def DA, bool RemoveFromOwner) { in unlinkDef() 808 unlinkDefDF(DA); in unlinkDef() 810 removeFromOwner(DA); in unlinkDef() 840 static bool IsPreservingDef(const Def DA) { in IsPreservingDef() 841 uint16_t Flags = DA.Addr->getFlags(); in IsPreservingDef() 881 void unlinkDefDF(Def DA);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfFile.cpp | 20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument 21 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
|
| /freebsd/share/msgdef/ |
| H A D | sl_SI.ISO8859-2.src | 6 da:d:DA:D:yes:y:YES:Y
|
| H A D | ro_RO.ISO8859-2.src | 13 da:d:DA:D:yes:y:YES:Y
|
| /freebsd/contrib/pkgconf/tests/lib1/ |
| H A D | quotes.pc | 10 Cflags: -DQUOTED=\"bla\" -DA=\"escaped\ string\'\ \literal\" -DB="\1\$" -DC='bla'
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | everest,es7134.txt | 1 ES7134 i2s DA converter
|
| /freebsd/share/msgdef_unicode/ |
| H A D | sr_RS.UTF-8@latin.src | 13 da:d:DA:D:yes:y:YES:Y
|
| H A D | ro_RO.UTF-8.src | 13 da:d:DA:D:yes:y:YES:Y
|
| /freebsd/contrib/libxo/tests/gettext/ |
| H A D | ldns.pot | 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|