HomeSort by relevance Sort by last modified time
    Searched refs:DU (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 746 Instruction *CloneIVUser(NarrowIVDefUse DU);
750 const SCEVAddRecExpr* GetExtendedOperandRecurrence(NarrowIVDefUse DU);
752 Instruction *WidenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter);
786 Instruction *WidenIV::CloneIVUser(NarrowIVDefUse DU) {
787 unsigned Opcode = DU.NarrowUse->getOpcode();
801 DEBUG(dbgs() << "Cloning IVUser: " << *DU.NarrowUse << "\n");
808 Value *LHS = (DU.NarrowUse->getOperand(0) == DU.NarrowDef) ? DU.WideDef :
809 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse)
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 106 BEGIN_MNEMONIC(DEC, MF_AFFECTS_FLAGS, DU)
108 {OpcodeInfo::all, {0xFE, _1}, {r_m8}, DU },
109 {OpcodeInfo::em64t, {REX_W, 0xFF, _1}, {r_m64}, DU },
111 DU here - one argument, it's used and defined
115 The operand roles (DU here) are used by Jitrino's optimizing engine to
436 {OpcodeInfo::all, {0x0F, 0xC7, _1}, {m64}, DU },
592 BEGIN_MNEMONIC(DEC, MF_AFFECTS_FLAGS, DU )
594 {OpcodeInfo::all, {0xFE, _1}, {r_m8}, DU },
596 {OpcodeInfo::all, {Size16, 0xFF, _1}, {r_m16}, DU },
597 {OpcodeInfo::all, {0xFF, _1}, {r_m32}, DU },
    [all...]
enc_prvt.h 93 #define DU {1, 1, 1, OpndRole_Def|OpndRole_Use }
  /external/eigen/blas/
drotmg.f 53 + DU,GAM,GAMSQ,ONE,RGAMSQ,TWO,ZERO
84 DU = ONE - DH12*DH21
86 IF (.NOT.DU.LE.ZERO) GO TO 30
91 DD1 = DD1/DU
92 DD2 = DD2/DU
93 DX1 = DX1*DU
104 DU = ONE + DH11*DH22
105 DTEMP = DD2/DU
106 DD2 = DD1/DU
108 DX1 = DY1*DU
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 38 : UniqueID(UID), Language(L), CUDie(D), Asm(A), DD(DW), DU(DWU),
138 MCSymbol *Symb = DU->getStringPoolEntry(String);
142 MCSymbol *StringPool = DU->getStringPoolSym();
147 unsigned idx = DU->getStringPoolIndex(String);
159 MCSymbol *Symb = DU->getStringPoolEntry(String);
164 MCSymbol *StringPool = DU->getStringPoolSym();
200 unsigned idx = DU->getAddrPoolIndex(Label);
215 addUInt(Die, 0, dwarf::DW_FORM_GNU_addr_index, DU->getAddrPoolIndex(Sym));
    [all...]
DwarfCompileUnit.h 55 DwarfUnits *DU;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 571 milliseconds