Searched refs:getInst (Results 1 – 13 of 13) sorted by relevance
558 if (Instruction *Inst = LocalCache.getInst()) { in getDependency()596 if (Instruction *I = LocalCache.getInst()) in getDependency()711 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()744 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()821 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock()822 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock()825 ScanPos = ExistingResult->getResult().getInst(); in GetNonLocalInfoForBlock()852 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock()942 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()963 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()769 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep) in processMemCpyMemCpyDependence()839 if (CallInst *C = dyn_cast<CallInst>(DepInfo.getInst())) { in processMemCpy()854 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.getInst())) in processMemCpy()909 MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst()); in processByValArgument()942 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()1386 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) { in processNonLocalLoad()1403 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) { in processNonLocalLoad()1421 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in processNonLocalLoad()1439 Instruction *DepInst = DepInfo.getInst(); in processNonLocalLoad()1795 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) { in processLoad()1808 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) { in processLoad()1823 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) { in processLoad()1832 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\n' in processLoad()[all …]
518 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) { in runOnBasicBlock()556 Instruction *DepWrite = InstDep.getInst(); in runOnBasicBlock()671 Instruction *Dependency = Dep.getInst(); in HandleFree()
29 OS << "Inst:(" << *getInst() << ")"; in print()
820 if (!getBackend().mayNeedRelaxation(F->getInst())) in fragmentNeedsRelaxation()844 getBackend().relaxInstruction(F.getInst(), Relaxed); in relaxInstruction()1068 F->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
312 const MCInst &getInst() const { return Inst; } in getInst() function
158 Instruction *getInst() const { in getInst() function
12858 (Drosera::getInst):