HomeSort by: relevance | last modified time | path
    Searched defs:DU (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LegacyDivergenceAnalysis.cpp 99 DenseSet<const Use *> &DU)
100 : F(F), TTI(TTI), DT(DT), PDT(PDT), DV(DV), DU(DU) {}
124 DenseSet<const Use *> &DU; // Stores divergent uses of possibly uniform
131 DU.clear();
222 DU.insert(&Use);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 53 DwarfFile *DU;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 286 const DefUseInfo &DU = DUM.lookup(X);
287 if (!DU.Defs[PR])
310 const DefUseInfo &DU = DUM.lookup(X);
311 if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) {
315 if (CanDown && DU.Defs[SR1])
317 if (CanUp && DU.Defs[SR2])
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_div.c 86 UINT64 A2, Q, Q2, B2, B4, B5, R, T, DU, res;
211 DU = (A - B) >> 63;
212 ed1 = 15 + (int) DU;
261 DU = power10_index_binexp[bin_expon_cx] - Q - 1;
262 DU >>= 63;
264 ed2 = 16 - estimate_decimal_digits[bin_expon_cx] - (int) DU;
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_div.c 86 UINT64 A2, Q, Q2, B2, B4, B5, R, T, DU, res;
211 DU = (A - B) >> 63;
212 ed1 = 15 + (int) DU;
261 DU = power10_index_binexp[bin_expon_cx] - Q - 1;
262 DU >>= 63;
264 ed2 = 16 - estimate_decimal_digits[bin_expon_cx] - (int) DU;
  /src/usr.bin/tip/
tip.c 107 long DU;
  /src/usr.sbin/lpr/common_source/
common.c 74 long DU; /* daemon user-id */
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 479 NodeId DD, DU; // Ids of the first reached def and use.
566 return Ref.Def.DU;
569 Ref.Def.DU = U;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
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,
1203 unsigned Opcode = DU.NarrowUse->getOpcode()
    [all...]

Completed in 26 milliseconds