Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp558 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 …]
DMemDepPrinter.cpp66 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()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp494 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()
DGVN.cpp303 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 …]
DDeadStoreElimination.cpp518 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) { in runOnBasicBlock()
556 Instruction *DepWrite = InstDep.getInst(); in runOnBasicBlock()
671 Instruction *Dependency = Dep.getInst(); in HandleFree()
/external/llvm/lib/MC/
DMCInst.cpp29 OS << "Inst:(" << *getInst() << ")"; in print()
DMCAssembler.cpp820 if (!getBackend().mayNeedRelaxation(F->getInst())) in fragmentNeedsRelaxation()
844 getBackend().relaxInstruction(F.getInst(), Relaxed); in relaxInstruction()
1068 F->getInst().dump_pretty(OS); in dump()
/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h86 Instruction *getInst(Value *base, char *instName);
DNVPTXUtilities.cpp451 Instruction *llvm::getInst(Value *base, char *instName) { in getInst() function in llvm
468 Instruction *I = getInst(base, instName); in dumpInst()
/external/llvm/include/llvm/MC/
DMCInst.h102 const MCInst *getInst() const { in getInst() function
DMCAssembler.h312 const MCInst &getInst() const { return Inst; } in getInst() function
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h158 Instruction *getInst() const { in getInst() function
/external/webkit/Tools/
DChangeLog-2009-06-1612858 (Drosera::getInst):