Searched refs:getInst (Results 1 – 13 of 13) sorted by relevance
542 if (Instruction *Inst = LocalCache.getInst()) { in getDependency()580 if (Instruction *I = LocalCache.getInst()) in getDependency()695 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()728 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()805 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock()806 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock()809 ScanPos = ExistingResult->getResult().getInst(); in GetNonLocalInfoForBlock()836 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock()926 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()947 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()[all …]
66 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()68 return InstTypePair(dep.getInst(), Def); in getInstTypePair()70 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()72 return InstTypePair(dep.getInst(), Unknown); in getInstTypePair()
494 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst())) in processStore()495 C = dyn_cast<CallInst>(ldep.getInst()); in processStore()744 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep) in processMemCpyMemCpyDependence()814 if (CallInst *C = dyn_cast<CallInst>(DepInfo.getInst())) { in processMemCpy()828 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.getInst())) in processMemCpy()883 MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst()); in processByValArgument()916 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep) in processByValArgument()
303 CallInst* local_cdep = cast<CallInst>(local_dep.getInst()); in lookup_or_add_call()344 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst()); in lookup_or_add_call()1385 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) { in processNonLocalLoad()1402 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) { in processNonLocalLoad()1420 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in processNonLocalLoad()1438 Instruction *DepInst = DepInfo.getInst(); in processNonLocalLoad()1818 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) { in processLoad()1831 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) { in processLoad()1846 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) { in processLoad()1855 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\n' in processLoad()[all …]
477 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) { in runOnBasicBlock()515 Instruction *DepWrite = InstDep.getInst(); in runOnBasicBlock()630 Instruction *Dependency = Dep.getInst(); in HandleFree()
29 OS << "Inst:(" << *getInst() << ")"; in print()
672 if (!getBackend().mayNeedRelaxation(IF->getInst())) in fragmentNeedsRelaxation()696 getBackend().relaxInstruction(IF.getInst(), Relaxed); in relaxInstruction()902 IF->getInst().dump_pretty(OS); in dump()
86 Instruction *getInst(Value *base, char *instName);
451 Instruction *llvm::getInst(Value *base, char *instName) { in getInst() function in llvm468 Instruction *I = getInst(base, instName); in dumpInst()
102 const MCInst *getInst() const { in getInst() function
199 MCInst &getInst() { return Inst; } in getInst() function200 const MCInst &getInst() const { return Inst; } in getInst() function
158 Instruction *getInst() const { in getInst() function
12858 (Drosera::getInst):