Home
last modified time | relevance | path

Searched refs:DU (Results 1 – 25 of 213) sorted by relevance

123456789

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1008 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/
DIndVarSimplify.cpp916 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/
DIndVarSimplify.cpp840 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/
DTestNames_SerbianSH.txt133 Č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/
DDwarfGenerator.h152 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/
DHexagonGenMux.cpp247 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()
DRDFGraph.h440 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/
DHexagonGenMux.cpp287 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()
DRDFGraph.h480 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/
DDwarfExpression.h139 DwarfUnit &DU; variable
143 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DDwarfUnit.cpp47 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()
DDwarfCompileUnit.cpp443 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()
DDwarfUnit.h84 DwarfFile *DU; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.h268 DwarfUnit &DU; variable
277 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
DDwarfUnit.cpp50 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 …]
DDwarfCompileUnit.h98 return DU->getAbstractSPDies(); in getAbstractSPDies()
104 return DU->getAbstractVariables(); in getAbstractVariables()
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp106 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/
DCompilerRTCompile.cmake12 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/
Dsymtab.ll38 ; CHECK: DU------ _g4
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/X86/
Dirsymtab.ll23 ; SYMTAB-NEXT: DU-----X bar
/external/scapy/scapy/contrib/
Dopenflow.uts76 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\…
Dopenflow3.uts86 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/
DScheduleDAGRRList.cpp2807 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/
DScheduleDAGRRList.cpp2680 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/
DScheduleDAGRRList.cpp2614 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()

123456789