Home
last modified time | relevance | path

Searched refs:DA (Results 1 – 25 of 150) sorted by relevance

123456

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp247 return DA.getRelocatedValue(ItemSize, &Offset); in getStringOffsetSectionItem()
1058 DWARFDataExtractor &DA) { in validateContributionSize() argument
1074 if (!DA.isValidOffsetForDataOfSize(Offset, 16)) in parseDWARF64StringOffsetsTableHeader()
1080 uint64_t Size = DA.getU64(&Offset); in parseDWARF64StringOffsetsTableHeader()
1081 uint8_t Version = DA.getU16(&Offset); in parseDWARF64StringOffsetsTableHeader()
1082 (void)DA.getU16(&Offset); // padding in parseDWARF64StringOffsetsTableHeader()
1092 if (!DA.isValidOffsetForDataOfSize(Offset, 8)) in parseDWARF32StringOffsetsTableHeader()
1099 uint8_t Version = DA.getU16(&Offset); in parseDWARF32StringOffsetsTableHeader()
1100 (void)DA.getU16(&Offset); // padding in parseDWARF32StringOffsetsTableHeader()
1132 return Desc.validateContributionSize(DA); in parseDWARFStringOffsetsTableHeader()
[all …]
H A DDWARFVerifier.cpp1726 DWARFDataExtractor DA(DObj, Section, DCtx.isLittleEndian(), 0); in verifyDebugStrOffsets() local
1731 while (C.seek(NextUnit), C.tell() < DA.getData().size()) { in verifyDebugStrOffsets()
1737 Length = DA.getData().size(); in verifyDebugStrOffsets()
1740 std::tie(Length, Format) = DA.getInitialLength(C); in verifyDebugStrOffsets()
1743 if (C.tell() + Length > DA.getData().size()) { in verifyDebugStrOffsets()
1750 C.tell() + Length, DA.getData().size()); in verifyDebugStrOffsets()
1756 uint8_t Version = DA.getU16(C); in verifyDebugStrOffsets()
1765 (void)DA.getU16(C); // padding in verifyDebugStrOffsets()
1768 DA.setAddressSize(OffsetByteSize); in verifyDebugStrOffsets()
1779 uint64_t StrOff = DA.getAddress(C); in verifyDebugStrOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp282 Ds.push_back(DA); in getAllReachingDefs()
285 for (NodeAddr<DefNode *> DA : Ds) { in getAllReachingDefs()
288 uint16_t Flags = DA.Addr->getFlags(); in getAllReachingDefs()
335 for (NodeAddr<DefNode *> DA : RDs) { in getAllReachingDefsRecImpl()
336 Result.insert(DA.Id); in getAllReachingDefsRecImpl()
439 auto DA = DFG.addr<DefNode *>(D); in getAllReachedUses() local
440 NextD = DA.Addr->getSibling(); in getAllReachedUses()
447 if (DFG.IsPreservingDef(DA)) { in getAllReachedUses()
521 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo()
566 if (PhiDefs.count(DA.Id)) in computePhiInfo()
[all …]
H A DRDFGraph.cpp441 RefData.RD = DA.Id; in linkToDef()
448 RefData.RD = DA.Id; in linkToDef()
793 Def DA = NA; in cloneNode() local
821 return DA; in newDef()
828 return DA; in newDef()
1070 DefM[A].push(DA); in pushClobbers()
1126 DefM[A].push(DA); in pushDefs()
1470 Def DA = M; in removeUnusedPhis() local
1471 if (DA.Addr->getReachedDef() != 0 || DA.Addr->getReachedUse() != 0) in removeUnusedPhis()
1744 if (TA.Id == DA.Id) { in unlinkDefDF()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp95 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 DHexagonRDFOpt.cpp255 auto IsDead = [this] (NodeAddr<DefNode*> DA) -> bool { in rewrite() argument
256 return getDeadNodes().count(DA.Id); in rewrite()
260 for (NodeAddr<DefNode*> DA : IA.Addr->members_if(DFG.IsDef, DFG)) { in rewrite()
261 if (&DA.Addr->getOp() != &Op) in rewrite()
263 Defs = DFG.getRelatedRefs(IA, DA); in rewrite()
H A DRDFCopy.cpp184 for (NodeAddr<DefNode*> DA : SA.Addr->members_if(DFG.IsDef, DFG)) { in run()
185 RegisterRef DR = DA.Addr->getRegRef(DFG); in run()
196 for (NodeId N = DA.Addr->getReachedUse(), NextN; N; N = NextN) { in run()
H A DRDFDeadCode.h60 void processDef(NodeAddr<DefNode*> DA, SetQueue<NodeId> &WorkQ);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h50 DA->initialize(); in compute()
51 DA->compute(); in compute()
84 std::unique_ptr<ImplT, GenericUniformityAnalysisImplDeleter<ImplT>> DA; variable
H A DGenericUniformityImpl.h1146 DA.reset(new ImplT{DT, CI, TTI}); in GenericUniformityInfo()
1219 return DA->hasDivergence(); in hasDivergence()
1225 return DA->getFunction(); in getFunction()
1231 return DA->isDivergent(V); in isDivergent()
1236 return DA->isDivergent(*I); in isDivergent()
1241 return DA->isDivergentUse(U); in isDivergentUse()
1246 return DA->hasDivergentTerminator(B); in hasDivergentTerminator()
1252 DA->print(out); in print()
/freebsd-14.2/contrib/arm-optimized-routines/math/
H A Derf.c16 #define DA __erf_data.erf_ratio_D_A macro
81 r1d = fma (x2, DA[0], 1.0); in erf()
82 r2d = fma (x2, DA[2], DA[1]); in erf()
83 r3d = fma (x2, DA[4], DA[3]); in erf()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dasf14 >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-14.2/contrib/ntp/ntpd/
H A Drefclock_wwv.c311 #define DA 4 /* day digits (3) */ macro
349 {DECIM9, DA}, /* 34 */
354 {DECIM9, DA + 1}, /* 39 p4 */
359 {DECIM3, DA + 2}, /* 44 */
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()
2255 day = up->decvec[DA].digit + up->decvec[DA + 1].digit * 10 + in wwv_tsec()
2256 up->decvec[DA + 2].digit * 100; in wwv_tsec()
2281 temp = carry(&up->decvec[DA + 1]); in wwv_tsec()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit() argument
30 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
H A DDWARFTypeUnit.h27 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFTypeUnit() argument
32 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
H A DDWARFUnit.h178 const DWARFSection &Section, const DWARFDebugAbbrev *DA,
208 validateContributionSize(DWARFDataExtractor &DA);
298 determineStringOffsetsTableContribution(DWARFDataExtractor &DA);
305 determineStringOffsetsTableContributionDWO(DWARFDataExtractor &DA);
309 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h594 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()
880 void unlinkDefDF(Def DA);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp20 DwarfFile::DwarfFile(AsmPrinter *AP, StringRef Pref, BumpPtrAllocator &DA) in DwarfFile() argument
21 : Asm(AP), Abbrevs(AbbrevAllocator), StrPool(DA, *Asm, Pref) {} in DwarfFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp194 for (auto *DA : It->second) in hasEscapePath() local
195 Visited.insert(DA->getParent()); in hasEscapePath()
302 return llvm::any_of(It.second, [&](auto *DA) { in shouldElide() argument
303 return DT.dominates(DA, TI->getTerminator()); in shouldElide()
/freebsd-14.2/share/msgdef/
H A Dsl_SI.ISO8859-2.src6 da:d:DA:D:yes:y:YES:Y
H A Dro_RO.ISO8859-2.src13 da:d:DA:D:yes:y:YES:Y
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Deverest,es7134.txt1 ES7134 i2s DA converter
/freebsd-14.2/share/msgdef_unicode/
H A Dro_RO.UTF-8.src13 da:d:DA:D:yes:y:YES:Y
H A D[email protected]13 da:d:DA:D:yes:y:YES:Y
/freebsd-14.2/contrib/libxo/tests/gettext/
H A Dldns.pot11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

123456