| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1094 Instruction *cloneIVUser(NarrowIVDefUse DU, const SCEVAddRecExpr *WideAR); 1095 Instruction *cloneArithmeticIVUser(NarrowIVDefUse DU, 1097 Instruction *cloneBitwiseIVUser(NarrowIVDefUse DU); 1103 WidenedRecTy getWideRecurrence(NarrowIVDefUse DU); 1105 WidenedRecTy getExtendedOperandRecurrence(NarrowIVDefUse DU); 1110 Instruction *widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter); 1112 bool widenLoopCompare(NarrowIVDefUse DU); 1113 bool widenWithVariantUse(NarrowIVDefUse DU); 1201 Instruction *WidenIV::cloneIVUser(WidenIV::NarrowIVDefUse DU, in cloneIVUser() argument 1203 unsigned Opcode = DU.NarrowUse->getOpcode(); in cloneIVUser() [all …]
|
| /netbsd-src/usr.bin/tip/ |
| H A D | remote.c | 97 DU = 0; in getremcap() 126 if (DU < 0) in getremcap() 127 DU = 0; in getremcap() 129 DU = cgetflag("du"); in getremcap() 133 if (DU && CU == NULL) in getremcap() 135 if (DU && PN == NULL) { in getremcap() 146 HW = (CU == NULL) || (DU && strcmp(DV, CU) == 0); in getremcap()
|
| H A D | cu.c | 165 HW = 1, DU = -1, DC = 1; in cumain() 189 HW = 1; DU = -1; DC = 1; in cumain() 198 HW = 1; DU = -1; DC = 1; in cumain()
|
| H A D | acu.c | 76 if (!DU) { /* regular connect message */ in tip_connect()
|
| H A D | tip.h | 80 extern long DU; /* this host is dialed up */
|
| H A D | tip.c | 107 long DU; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMux.cpp | 286 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local 287 if (!DU.Defs[PR]) in genMuxInBlock() 310 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local 311 if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) { in genMuxInBlock() 315 if (CanDown && DU.Defs[SR1]) in genMuxInBlock() 317 if (CanUp && DU.Defs[SR2]) in genMuxInBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | LegacyDivergenceAnalysis.cpp | 99 DenseSet<const Use *> &DU) in DivergencePropagator() argument 100 : F(F), TTI(TTI), DT(DT), PDT(PDT), DV(DV), DU(DU) {} in DivergencePropagator() 124 DenseSet<const Use *> &DU; // Stores divergent uses of possibly uniform member in __anonaa55da030111::DivergencePropagator 131 DU.clear(); in populateWithSourcesOfDivergence() 222 DU.insert(&Use); in findUsersOutsideInfluenceRegion()
|
| /netbsd-src/usr.sbin/lpr/lpr/ |
| H A D | lpr.c | 271 if (userid != DU || person == 0) { in main() 279 if (RG != NULL && userid != DU) { in main() 306 (void)fchown(tfd, DU, -1); /* owned by daemon for protection */ in main() 684 if (cgetnum(bp, "du", &DU) < 0) in chkprinter() 685 DU = DEFUID; in chkprinter()
|
| /netbsd-src/usr.sbin/lpr/common_source/ |
| H A D | lp.h | 43 extern long DU; /* daemon user-id */
|
| H A D | common.c | 74 long DU; /* daeomon user-id */ variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.h | 98 return DU->getAbstractSPDies(); in getAbstractSPDies() 104 return DU->getAbstractEntities(); in getAbstractEntities()
|
| H A D | DwarfUnit.cpp | 92 : DIEUnit(UnitTag), CUNode(Node), Asm(A), DD(DW), DU(DWU), in DwarfUnit() 204 return DU->getDIE(D); in getDIE() 210 DU->insertDIE(Desc, D); in insertDIE() 269 ? DU->getStringPool().getIndexedEntry(*Asm, String) in addString() 270 : DU->getStringPool().getEntry(*Asm, String); in addString() 1168 (DD->useAllLinkageNames() || DU->getAbstractSPDies().lookup(SP))) in applySubprogramDefinitionAttributes() 1784 DU->getStringOffsetsStartSym(), in addStringOffsetsStart() 1793 DU->getRnglistsTableBaseSym(), in addRnglistsBase()
|
| H A D | DwarfCompileUnit.cpp | 566 (DD->getDwarfVersion() < 5 && Skeleton ? Skeleton->DU : DU) in addScopeRangeList() 1004 auto Vars = DU->getScopeVariables().lookup(Scope); in createScopeChildrenDIE() 1024 for (DbgLabel *DL : DU->getScopeLabels().lookup(Scope)) in createScopeChildrenDIE() 1324 DU->addScopeVariable(Scope, cast<DbgVariable>(Entity.get())); in createAbstractEntity() 1328 DU->addScopeLabel(Scope, cast<DbgLabel>(Entity.get())); in createAbstractEntity()
|
| H A D | DwarfUnit.h | 53 DwarfFile *DU; variable
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 1218 pw = getpwuid(DU); in dofork() 1221 DU); in dofork() 1226 setuid(DU); in dofork() 1270 if (cgetnum(bp, "du", &DU) < 0) in init() 1271 DU = DEFUID; in init()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | digital | 31 # byte of the version number as well; DU 5.0 appears only to be up to
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid64_div.c | 86 UINT64 A2, Q, Q2, B2, B4, B5, R, T, DU, res; in bid64_div() local 211 DU = (A - B) >> 63; in bid64_div() 212 ed1 = 15 + (int) DU; in bid64_div() 261 DU = power10_index_binexp[bin_expon_cx] - Q - 1; in bid64_div() 262 DU >>= 63; in bid64_div() 264 ed2 = 16 - estimate_decimal_digits[bin_expon_cx] - (int) DU; in bid64_div()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid64_div.c | 86 UINT64 A2, Q, Q2, B2, B4, B5, R, T, DU, res; in bid64_div() local 211 DU = (A - B) >> 63; in bid64_div() 212 ed1 = 15 + (int) DU; in bid64_div() 261 DU = power10_index_binexp[bin_expon_cx] - Q - 1; in bid64_div() 262 DU >>= 63; in bid64_div() 264 ed2 = 16 - estimate_decimal_digits[bin_expon_cx] - (int) DU; in bid64_div()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 479 NodeId DD, DU; // Ids of the first reached def and use. member 566 return Ref.Def.DU; in getReachedUse() 569 Ref.Def.DU = U; in setReachedUse()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGRRList.cpp | 2827 SDNode *DU = SU->getNode()->getOperand(i).getNode(); in canClobber() local 2828 if (DU->getNodeId() != -1 && in canClobber() 2829 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber() 3073 SDNode *DU = SU.getNode()->getOperand(j).getNode(); in AddPseudoTwoAddrDeps() local 3074 if (DU->getNodeId() == -1) in AddPseudoTwoAddrDeps() 3076 const SUnit *DUSU = &(*SUnits)[DU->getNodeId()]; in AddPseudoTwoAddrDeps()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| H A D | r8a77995-draak.dts | 481 * enabled to supply a pixel clock to the DU for the DPAD output when
|
| H A D | beacon-renesom-baseboard.dtsi | 220 /* External DU dot clocks */
|
| H A D | r8a77990-ebisu.dts | 541 * enabled to supply a pixel clock to the DU for the DPAD output when
|
| H A D | salvator-common.dtsi | 307 /* External DU dot clocks */
|