Home
last modified time | relevance | path

Searched refs:getInst (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp667 if (Instruction *Inst = LocalCache.getInst()) { in getDependency()
705 if (Instruction *I = LocalCache.getInst()) in getDependency()
820 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
853 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()
958 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock()
959 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock()
962 ScanPos = ExistingResult->getResult().getInst(); in GetNonLocalInfoForBlock()
990 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock()
1080 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
1101 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
[all …]
DMemDepPrinter.cpp65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
67 return InstTypePair(dep.getInst(), Def); in getInstTypePair()
69 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
71 return InstTypePair(dep.getInst(), Unknown); in getInstTypePair()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp505 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst())) in processStore()
506 C = dyn_cast<CallInst>(ldep.getInst()); in processStore()
808 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep) in processMemCpyMemCpyDependence()
884 if (CallInst *C = dyn_cast<CallInst>(DepInfo.getInst())) { in processMemCpy()
899 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.getInst())) in processMemCpy()
902 Instruction *I = SrcDepInfo.getInst(); in processMemCpy()
972 MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst()); in processByValArgument()
1010 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep) in processByValArgument()
DGVN.cpp311 CallInst* local_cdep = cast<CallInst>(local_dep.getInst()); in lookup_or_add_call()
352 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst()); in lookup_or_add_call()
1410 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) { in AnalyzeLoadAvailability()
1427 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) { in AnalyzeLoadAvailability()
1444 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in AnalyzeLoadAvailability()
1462 Instruction *DepInst = DepInfo.getInst(); in AnalyzeLoadAvailability()
1852 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) { in processLoad()
1864 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) { in processLoad()
1878 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) { in processLoad()
1886 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\n' in processLoad()
[all …]
DDeadStoreElimination.cpp504 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) { in runOnBasicBlock()
542 Instruction *DepWrite = InstDep.getInst(); in runOnBasicBlock()
660 Instruction *Dependency = Dep.getInst(); in HandleFree()
/external/llvm/lib/MC/
DMCInst.cpp29 OS << "Inst:(" << *getInst() << ")"; in print()
DMCAssembler.cpp990 if (!getBackend().mayNeedRelaxation(F->getInst())) in fragmentNeedsRelaxation()
1014 getBackend().relaxInstruction(F.getInst(), Relaxed); in relaxInstruction()
1240 F->getInst().dump_pretty(OS); in dump()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h88 Instruction *getInst(Value *base, char *instName);
DNVPTXUtilities.cpp478 Instruction *llvm::getInst(Value *base, char *instName) { in getInst() function in llvm
495 Instruction *I = getInst(base, instName); in dumpInst()
/external/llvm/include/llvm/MC/
DMCInst.h102 const MCInst *getInst() const { in getInst() function
DMCAssembler.h317 const MCInst &getInst() const { return Inst; } in getInst() function
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h157 Instruction *getInst() const { in getInst() function