Home
last modified time | relevance | path

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/
DMemoryDependenceAnalysis.cpp810 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 …]
DMemDepPrinter.cpp115 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/
DMemoryDependenceAnalysis.h222 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/
DSIMachineScheduler.h454 MachineBasicBlock *getBB() { return BB; } in getBB() function
DSIMachineScheduler.cpp1363 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/
Dnv50_ir_build_util.h43 inline BasicBlock *getBB() { return bb; } in getBB() function
Dnv50_ir_lowering_nv50.cpp1242 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()
Dnv50_ir_lowering_nvc0.cpp2799 bld.getBB()->remove(i); in handleWRSV()
3103 bld.getBB()->remove(i); in handleRDSV()
3281 bld.getBB()->remove(i); in handlePIXLD()
Dnv50_ir_from_tgsi.cpp3694 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/
DGVN.cpp442 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){ in lookupOrAddCall()
990 BasicBlock *DepBB = Deps[i].getBB(); in AnalyzeLoadAvailability()