Searched refs:getBB (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 810 DirtyBlocks.push_back(Entry.getBB()); in getNonLocalCallDependency() 849 if (Entry != Cache.begin() && std::prev(Entry)->getBB() == DirtyBB) in getNonLocalCallDependency() 854 Entry->getBB() == DirtyBB) { in getNonLocalCallDependency() 986 if (Entry != Cache->begin() && (Entry - 1)->getBB() == BB) in GetNonLocalInfoForBlock() 990 if (Entry != Cache->begin() + NumSortedEntries && Entry->getBB() == BB) in GetNonLocalInfoForBlock() 1182 Visited.find(Entry.getBB()); in getNonLocalPointerDepFromBB() 1195 Visited.insert(std::make_pair(Entry.getBB(), Addr)); in getNonLocalPointerDepFromBB() 1200 if (DT.isReachableFromEntry(Entry.getBB())) { in getNonLocalPointerDepFromBB() 1202 NonLocalDepResult(Entry.getBB(), Entry.getResult(), Addr)); in getNonLocalPointerDepFromBB() 1459 if (I.getBB() != BB) in getNonLocalPointerDepFromBB() [all …]
|
D | MemDepPrinter.cpp | 115 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction() 126 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 222 BasicBlock *getBB() const { return BB; } in getBB() function 244 BasicBlock *getBB() const { return Entry.getBB(); } in getBB() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMachineScheduler.h | 454 MachineBasicBlock *getBB() { return BB; } in getBB() function
|
D | SIMachineScheduler.cpp | 1363 DAG->getBB()->splice(CurrentTopFastSched, DAG->getBB(), MI); in scheduleInsideBlocks() 1393 DAG->getBB()->splice(POld, DAG->getBB(), PNew); in scheduleInsideBlocks()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_build_util.h | 43 inline BasicBlock *getBB() { return bb; } in getBB() function
|
D | nv50_ir_lowering_nv50.cpp | 1242 bld.getBB()->remove(i); in handleWRSV() 1341 bld.getBB()->remove(i); in handleRDSV() 1950 bld.getBB()->remove(su); in handleSULDP() 1976 bld.getBB()->remove(su); in handleSUREDP() 2127 bld.getBB()->remove(su); in handleSUSTP()
|
D | nv50_ir_lowering_nvc0.cpp | 2799 bld.getBB()->remove(i); in handleWRSV() 3103 bld.getBB()->remove(i); in handleRDSV() 3281 bld.getBB()->remove(i); in handlePIXLD()
|
D | nv50_ir_from_tgsi.cpp | 3694 if (getBB()->cfg.incidentCount() == 0) in handleInstruction() 3695 loopBB->cfg.attach(&getBB()->cfg, Graph::Edge::TREE); in handleInstruction() 3757 BasicBlock *pos = getBB(); in handleInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 442 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){ in lookupOrAddCall() 990 BasicBlock *DepBB = Deps[i].getBB(); in AnalyzeLoadAvailability()
|