Home
last modified time | relevance | path

Searched refs:getBB (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp615 DirtyBlocks.push_back(I->getBB()); in getNonLocalCallDependency()
654 if (Entry != Cache.begin() && prior(Entry)->getBB() == DirtyBB) in getNonLocalCallDependency()
659 Entry->getBB() == DirtyBB) { in getNonLocalCallDependency()
765 if (Entry != Cache->begin() && (Entry-1)->getBB() == BB) in GetNonLocalInfoForBlock()
769 if (Entry != Cache->begin()+NumSortedEntries && Entry->getBB() == BB) in GetNonLocalInfoForBlock()
949 DenseMap<BasicBlock*, Value*>::iterator VI = Visited.find(I->getBB()); in getNonLocalPointerDepFromBB()
963 Visited.insert(std::make_pair(I->getBB(), Addr)); in getNonLocalPointerDepFromBB()
965 Result.push_back(NonLocalDepResult(I->getBB(), I->getResult(), Addr)); in getNonLocalPointerDepFromBB()
1193 if (I->getBB() != BB) in getNonLocalPointerDepFromBB()
1199 Result.push_back(NonLocalDepResult(I->getBB(), I->getResult(), in getNonLocalPointerDepFromBB()
[all …]
DMemDepPrinter.cpp119 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB())); in runOnFunction()
152 InstDeps.insert(std::make_pair(getInstTypePair(Res), I->getBB())); in runOnFunction()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp771 DirtyBlocks.push_back(Entry.getBB()); in getNonLocalCallDependency()
810 if (Entry != Cache.begin() && std::prev(Entry)->getBB() == DirtyBB) in getNonLocalCallDependency()
815 Entry->getBB() == DirtyBB) { in getNonLocalCallDependency()
938 if (Entry != Cache->begin() && (Entry - 1)->getBB() == BB) in GetNonLocalInfoForBlock()
942 if (Entry != Cache->begin() + NumSortedEntries && Entry->getBB() == BB) in GetNonLocalInfoForBlock()
1119 Visited.find(Entry.getBB()); in getNonLocalPointerDepFromBB()
1132 Visited.insert(std::make_pair(Entry.getBB(), Addr)); in getNonLocalPointerDepFromBB()
1137 if (DT.isReachableFromEntry(Entry.getBB())) { in getNonLocalPointerDepFromBB()
1139 NonLocalDepResult(Entry.getBB(), Entry.getResult(), Addr)); in getNonLocalPointerDepFromBB()
1396 if (I.getBB() != BB) in getNonLocalPointerDepFromBB()
[all …]
DMemDepPrinter.cpp116 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
127 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h201 BasicBlock *getBB() const { return BB; } in getBB() function
223 BasicBlock *getBB() const { return Entry.getBB(); } in getBB() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp807 DirtyBlocks.push_back(Entry.getBB()); in getNonLocalCallDependency()
846 if (Entry != Cache.begin() && std::prev(Entry)->getBB() == DirtyBB) in getNonLocalCallDependency()
851 Entry->getBB() == DirtyBB) { in getNonLocalCallDependency()
984 if (Entry != Cache->begin() && (Entry - 1)->getBB() == BB) in GetNonLocalInfoForBlock()
988 if (Entry != Cache->begin() + NumSortedEntries && Entry->getBB() == BB) in GetNonLocalInfoForBlock()
1165 Visited.find(Entry.getBB()); in getNonLocalPointerDepFromBB()
1178 Visited.insert(std::make_pair(Entry.getBB(), Addr)); in getNonLocalPointerDepFromBB()
1183 if (DT.isReachableFromEntry(Entry.getBB())) { in getNonLocalPointerDepFromBB()
1185 NonLocalDepResult(Entry.getBB(), Entry.getResult(), Addr)); in getNonLocalPointerDepFromBB()
1442 if (I.getBB() != BB) in getNonLocalPointerDepFromBB()
[all …]
DMemDepPrinter.cpp116 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
127 InstDeps.insert(std::make_pair(getInstTypePair(Res), I.getBB())); in runOnFunction()
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h213 BasicBlock *getBB() const { return BB; } in getBB() function
235 BasicBlock *getBB() const { return Entry.getBB(); } in getBB() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h224 BasicBlock *getBB() const { return BB; } in getBB() function
246 BasicBlock *getBB() const { return Entry.getBB(); } in getBB() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp193 MachineRelocation::getBB(JTSection.size(), MachineRelTy, MBBs[mi]); in emitJumpTables()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType,
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp229 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitMachineBasicBlock()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp171 return MachineRelocation::getBB(MCE.getCurrentPCOffset(), in GetRelocation()
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1214 DAG->getBB()->splice(CurrentTopFastSched, DAG->getBB(), MI); in scheduleInsideBlocks()
1244 DAG->getBB()->splice(POld, DAG->getBB(), PNew); in scheduleInsideBlocks()
DSIMachineScheduler.h447 MachineBasicBlock *getBB() { return BB; } in getBB() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h456 MachineBasicBlock *getBB() { return BB; } in getBB() function
DSIMachineScheduler.cpp1374 DAG->getBB()->splice(CurrentTopFastSched, DAG->getBB(), MI); in scheduleInsideBlocks()
1404 DAG->getBB()->splice(POld, DAG->getBB(), PNew); in scheduleInsideBlocks()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.h43 inline BasicBlock *getBB() { return bb; } in getBB() function
Dnv50_ir_lowering_nv50.cpp1124 bld.getBB()->remove(i); in handleWRSV()
1221 bld.getBB()->remove(i); in handleRDSV()
Dnv50_ir_from_tgsi.cpp3700 if (getBB()->cfg.incidentCount() == 0) in handleInstruction()
3701 loopBB->cfg.attach(&getBB()->cfg, Graph::Edge::TREE); in handleInstruction()
3763 BasicBlock *pos = getBB(); in handleInstruction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DGVN.cpp301 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){ in lookup_or_add_call()
1301 BasicBlock *DepBB = Deps[i].getBB(); in processNonLocalLoad()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp251 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitPCRelativeBlockAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVN.cpp459 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){ in lookupOrAddCall()
1007 BasicBlock *DepBB = Deps[i].getBB(); in AnalyzeLoadAvailability()
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp429 if (NonLocalDepCall && DT->properlyDominates(I->getBB(), C->getParent())){ in lookupOrAddCall()
1358 BasicBlock *DepBB = Deps[i].getBB(); in AnalyzeLoadAvailability()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp510 MCE.addRelocation(MachineRelocation::getBB(MCE.getCurrentPCOffset(), in emitMachineBasicBlock()

12