Searched refs:Artificial (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MacroFusion.cpp | 107 DAG.addEdge(SU, SDep(&SecondSU, SDep::Artificial)); in fuseInstructionPair() 119 DAG.addEdge(&FirstSU, SDep(SU, SDep::Artificial)); in fuseInstructionPair() 127 DAG.addEdge(&FirstSU, SDep(&SU, SDep::Artificial)); in fuseInstructionPair()
|
D | ScheduleDAGInstrs.cpp | 256 Dep = SDep(SU, SDep::Artificial); in addPhysRegDataDeps() 878 SDep Dep(SU, SDep::Artificial); in buildSchedGraph()
|
D | ScheduleDAG.cpp | 99 case Artificial: dbgs() << " Artificial"; break; in dump()
|
D | MachineScheduler.cpp | 1593 DAG->addEdge(Succ.getSUnit(), SDep(SUb, SDep::Artificial)); in clusterNeighboringMemOps()
|
D | MachinePipeliner.cpp | 1341 Src->addPred(SDep(I, SDep::Artificial)); in apply()
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_06.txt | 13 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid 28 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid
|
D | msg_44.txt | 13 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid
|
D | msg_04.txt | 13 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 788 SUa->addPred(SDep(SI.getSUnit(), SDep::Artificial)); in apply() 794 SI.getSUnit()->addPred(SDep(&SU, SDep::Artificial)); in apply() 864 if (SU->addPred(SDep(From, SDep::Artificial), false)) in linkSALUChain() 870 SUv->addPred(SDep(SU, SDep::Artificial), false); in linkSALUChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 72 Artificial, ///< Arbitrary strong DAG edge (no real dependence). enumerator 201 return getKind() == Order && Contents.OrdKind == Artificial; in isArtificial()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 37 HANDLE_DI_FLAG((1 << 6), Artificial)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 597 AddPred(TrySU, SDep(Copies.front(), SDep::Artificial)); in ListScheduleBottomUp() 604 AddPred(NewDef, SDep(TrySU, SDep::Artificial)); in ListScheduleBottomUp()
|
D | ScheduleDAGRRList.cpp | 1193 AddPredQueued(NewSU, SDep(SU, SDep::Artificial)); in CopyAndMoveSuccessors() 1251 AddPredQueued(SuccSU, SDep(CopyFromSU, SDep::Artificial)); in InsertCopiesAndMoveSuccs() 1526 AddPredQueued(TrySU, SDep(BtSU, SDep::Artificial)); in PickNodeToScheduleBottomUp() 1580 AddPredQueued(TrySU, SDep(Copies.front(), SDep::Artificial)); in PickNodeToScheduleBottomUp() 1587 AddPredQueued(NewDef, SDep(TrySU, SDep::Artificial)); in PickNodeToScheduleBottomUp() 3120 scheduleDAG->AddPredQueued(&SU, SDep(SuccSU, SDep::Artificial)); in AddPseudoTwoAddrDeps()
|
/third_party/node/deps/v8/tools/js/ |
D | web-api-helper.mjs | 168 // Artificial delay to allow for layout updates.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 302 SDep A(&S0, SDep::Artificial); in apply()
|
/third_party/python/Doc/whatsnew/ |
D | 3.4.rst | 2056 ``malloc`` in ``obmalloc``. Artificial benchmarks show about a 3% memory
|