/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1008 Instruction *cloneIVUser(NarrowIVDefUse DU, const SCEVAddRecExpr *WideAR); 1009 Instruction *cloneArithmeticIVUser(NarrowIVDefUse DU, 1011 Instruction *cloneBitwiseIVUser(NarrowIVDefUse DU); 1017 WidenedRecTy getWideRecurrence(NarrowIVDefUse DU); 1019 WidenedRecTy getExtendedOperandRecurrence(NarrowIVDefUse DU); 1024 Instruction *widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter); 1026 bool widenLoopCompare(NarrowIVDefUse DU); 1061 Instruction *WidenIV::cloneIVUser(NarrowIVDefUse DU, in cloneIVUser() argument 1063 unsigned Opcode = DU.NarrowUse->getOpcode(); in cloneIVUser() 1071 return cloneArithmeticIVUser(DU, WideAR); in cloneIVUser() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 916 Instruction *cloneIVUser(NarrowIVDefUse DU, const SCEVAddRecExpr *WideAR); 917 Instruction *cloneArithmeticIVUser(NarrowIVDefUse DU, 919 Instruction *cloneBitwiseIVUser(NarrowIVDefUse DU); 923 const SCEVAddRecExpr* getExtendedOperandRecurrence(NarrowIVDefUse DU); 928 Instruction *widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter); 930 bool widenLoopCompare(NarrowIVDefUse DU); 964 Instruction *WidenIV::cloneIVUser(NarrowIVDefUse DU, in cloneIVUser() argument 966 unsigned Opcode = DU.NarrowUse->getOpcode(); in cloneIVUser() 974 return cloneArithmeticIVUser(DU, WideAR); in cloneIVUser() 982 return cloneBitwiseIVUser(DU); in cloneIVUser() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 840 Instruction *CloneIVUser(NarrowIVDefUse DU); 844 const SCEVAddRecExpr* GetExtendedOperandRecurrence(NarrowIVDefUse DU); 846 Instruction *WidenIVUse(NarrowIVDefUse DU); 880 Instruction *WidenIV::CloneIVUser(NarrowIVDefUse DU) { in CloneIVUser() argument 881 unsigned Opcode = DU.NarrowUse->getOpcode(); in CloneIVUser() 895 DEBUG(dbgs() << "Cloning IVUser: " << *DU.NarrowUse << "\n"); in CloneIVUser() 902 Value *LHS = (DU.NarrowUse->getOperand(0) == DU.NarrowDef) ? DU.WideDef : in CloneIVUser() 903 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse); in CloneIVUser() 904 Value *RHS = (DU.NarrowUse->getOperand(1) == DU.NarrowDef) ? DU.WideDef : in CloneIVUser() 905 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse); in CloneIVUser() [all …]
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 133 ČAMPRAG DUŠAN 163 ČANGALIĆ DUŠAN 285 ČEŠLJEVIĆ DUŠAN 328 ČEKERINAC DUŠAN 441 ČEREVICKI DUŠAN 454 ČERKEZ DUŠANKA 458 ČERKEZOV DUŠANKA 469 ČERNIĆ DUŠAN 667 ČOBANOV DUŠAN 683 ČOBANOVIĆ DUŠAN [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.h | 152 BasicDIEUnit DU; variable 156 : DG(D), DU(V, A, dwarf::DW_TAG_compile_unit) {} in CompileUnit() 159 uint64_t getOffset() const { return DU.getDebugSectionOffset(); } in getOffset() 160 uint64_t getLength() const { return DU.getLength(); } in getLength() 161 uint16_t getVersion() const { return DU.getDwarfVersion(); } in getVersion() 162 uint16_t getAddressSize() const { return DU.getAddressSize(); } in getAddressSize() 163 void setOffset(uint64_t Offset) { DU.setDebugSectionOffset(Offset); } in setOffset() 164 void setLength(uint64_t Length) { DU.setLength(Length); } in setLength()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 247 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local 248 if (!DU.Defs[PR]) in genMuxInBlock() 271 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local 272 if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) { in genMuxInBlock() 276 if (CanDown && DU.Defs[SR1]) in genMuxInBlock() 278 if (CanUp && DU.Defs[SR2]) in genMuxInBlock()
|
D | RDFGraph.h | 440 NodeId DD, DU; // Ids of the first reached def and use. member 520 return Ref.Def.DU; in getReachedUse() 523 Ref.Def.DU = U; in setReachedUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 287 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local 288 if (!DU.Defs[PR]) in genMuxInBlock() 311 const DefUseInfo &DU = DUM.lookup(X); in genMuxInBlock() local 312 if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) { in genMuxInBlock() 316 if (CanDown && DU.Defs[SR1]) in genMuxInBlock() 318 if (CanUp && DU.Defs[SR2]) in genMuxInBlock()
|
D | RDFGraph.h | 480 NodeId DD, DU; // Ids of the first reached def and use. member 567 return Ref.Def.DU; in getReachedUse() 570 Ref.Def.DU = U; in setReachedUse()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 139 DwarfUnit &DU; variable 143 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
|
D | DwarfUnit.cpp | 47 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, in DIEDwarfExpression() argument 49 : DwarfExpression(AP.getDwarfDebug()->getDwarfVersion()), AP(AP), DU(DU), in DIEDwarfExpression() 53 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op); in EmitOp() 56 DU.addSInt(DIE, dwarf::DW_FORM_sdata, Value); in EmitSigned() 59 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value); in EmitUnsigned() 69 DD(DW), DU(DWU), IndexTyDie(nullptr), Section(nullptr) { in DwarfUnit() 172 return DU->getDIE(D); in getDIE() 178 DU->insertDIE(Desc, D); in insertDIE() 221 DIEString(DU->getStringPool().getEntry(*Asm, String))); in addString() 1157 (DD->useAllLinkageNames() || DU->getAbstractSPDies().lookup(SP))) in applySubprogramDefinitionAttributes()
|
D | DwarfCompileUnit.cpp | 443 DIE *OriginDIE = DU->getAbstractSPDies()[InlinedSP]; in constructInlinedScopeDIE() 577 for (DbgVariable *DV : DU->getScopeVariables().lookup(Scope)) in createScopeChildrenDIE() 634 DIE *&AbsDef = DU->getAbstractSPDies()[Scope->getScopeNode()]; in constructAbstractSubprogramScopeDIE() 696 if (DIE *AbsSPDIE = DU->getAbstractSPDies().lookup(SP)) { in finishSubprogramDefinition()
|
D | DwarfUnit.h | 84 DwarfFile *DU; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 268 DwarfUnit &DU; variable 277 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
|
D | DwarfUnit.cpp | 50 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, in DIEDwarfExpression() argument 52 : DwarfExpression(AP.getDwarfVersion()), AP(AP), DU(DU), in DIEDwarfExpression() 56 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op); in emitOp() 60 DU.addSInt(DIE, dwarf::DW_FORM_sdata, Value); in emitSigned() 64 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value); in emitUnsigned() 75 CUNode(Node), Asm(A), DD(DW), DU(DWU), IndexTyDie(nullptr) { in DwarfUnit() 188 return DU->getDIE(D); in getDIE() 194 DU->insertDIE(Desc, D); in insertDIE() 243 auto StringPoolEntry = DU->getStringPool().getEntry(*Asm, String); in addString() 1251 (DD->useAllLinkageNames() || DU->getAbstractSPDies().lookup(SP))) in applySubprogramDefinitionAttributes() [all …]
|
D | DwarfCompileUnit.h | 98 return DU->getAbstractSPDies(); in getAbstractSPDies() 104 return DU->getAbstractVariables(); in getAbstractVariables()
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | common_type.pass.cpp | 106 using DU = Decay<U>; in test_bullet_three_one_imp() typedef 107 static_assert(!std::is_same<T, DT>::value || !std::is_same<U, DU>::value, ""); in test_bullet_three_one_imp() 110 static_assert(std::is_same<CommonType<T, U>, CommonType<DT, DU>>::value, ""); in test_bullet_three_one_imp()
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTCompile.cmake | 12 string(REGEX REPLACE ";-\([DU]\);" ";-\\1" msvc_flags "${msvc_flags}") 16 if ("${flag}" MATCHES "^-[DU]")
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/ |
D | symtab.ll | 38 ; CHECK: DU------ _g4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/X86/ |
D | irsymtab.ll | 23 ; SYMTAB-NEXT: DU-----X bar
|
/external/scapy/scapy/contrib/ |
D | openflow.uts | 76 s = b'\x01#Eg\x89\xab\x00\x11"3DU\x08\x00E\x00\x000\x00\x01\x00\x00@\x06\xaf\xee\n\x00\x00\x07\xc0\…
|
D | openflow3.uts | 86 s = b'\x01#Eg\x89\xab\x00\x11"3DU\x08\x00E\x00\x000\x00\x01\x00\x00@\x06\xaf\xee\n\x00\x00\x07\xc0\…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2807 SDNode *DU = SU->getNode()->getOperand(i).getNode(); in canClobber() local 2808 if (DU->getNodeId() != -1 && in canClobber() 2809 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber() 3030 SDNode *DU = SU.getNode()->getOperand(j).getNode(); in AddPseudoTwoAddrDeps() local 3031 if (DU->getNodeId() == -1) in AddPseudoTwoAddrDeps() 3033 const SUnit *DUSU = &(*SUnits)[DU->getNodeId()]; in AddPseudoTwoAddrDeps()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2680 SDNode *DU = SU->getNode()->getOperand(i).getNode(); in canClobber() local 2681 if (DU->getNodeId() != -1 && in canClobber() 2682 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber() 2903 SDNode *DU = SU.getNode()->getOperand(j).getNode(); in AddPseudoTwoAddrDeps() local 2904 if (DU->getNodeId() == -1) in AddPseudoTwoAddrDeps() 2906 const SUnit *DUSU = &(*SUnits)[DU->getNodeId()]; in AddPseudoTwoAddrDeps()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 2614 SDNode *DU = SU->getNode()->getOperand(i).getNode(); in canClobber() local 2615 if (DU->getNodeId() != -1 && in canClobber() 2616 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber() 2832 SDNode *DU = SU->getNode()->getOperand(j).getNode(); in AddPseudoTwoAddrDeps() local 2833 if (DU->getNodeId() == -1) in AddPseudoTwoAddrDeps() 2835 const SUnit *DUSU = &(*SUnits)[DU->getNodeId()]; in AddPseudoTwoAddrDeps()
|