Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp608 if (Instruction *Inst = LocalCache.getInst()) { in getDependency()
646 if (Instruction *I = LocalCache.getInst()) in getDependency()
761 if (Instruction *Inst = ExistingResult->getResult().getInst()) { in getNonLocalCallDependency()
794 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency()
871 if (ExistingResult && ExistingResult->getResult().getInst()) { in GetNonLocalInfoForBlock()
872 assert(ExistingResult->getResult().getInst()->getParent() == BB && in GetNonLocalInfoForBlock()
875 ScanPos = ExistingResult->getResult().getInst(); in GetNonLocalInfoForBlock()
902 Instruction *Inst = Dep.getInst(); in GetNonLocalInfoForBlock()
992 if (Instruction *Inst = DI->getResult().getInst()) in getNonLocalPointerDepFromBB()
1013 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()
740 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep) in processMemCpyMemCpyDependence()
810 if (CallInst *C = dyn_cast<CallInst>(DepInfo.getInst())) { in processMemCpy()
824 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.getInst())) in processMemCpy()
879 MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst()); in processByValArgument()
912 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep) in processByValArgument()
DGVN.cpp297 CallInst* local_cdep = cast<CallInst>(local_dep.getInst()); in lookup_or_add_call()
338 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst()); in lookup_or_add_call()
1373 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) { in processNonLocalLoad()
1390 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) { in processNonLocalLoad()
1408 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) { in processNonLocalLoad()
1426 Instruction *DepInst = DepInfo.getInst(); in processNonLocalLoad()
1759 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) { in processLoad()
1772 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) { in processLoad()
1787 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) { in processLoad()
1796 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\n' in processLoad()
[all …]
DDeadStoreElimination.cpp500 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) { in runOnBasicBlock()
538 Instruction *DepWrite = InstDep.getInst(); in runOnBasicBlock()
653 Instruction *Dependency = Dep.getInst(); in HandleFree()
/external/llvm/lib/MC/
DMCInst.cpp29 OS << "Inst:(" << *getInst() << ")"; in print()
DMCAssembler.cpp665 if (!getBackend().mayNeedRelaxation(IF->getInst())) in fragmentNeedsRelaxation()
689 getBackend().relaxInstruction(IF.getInst(), Relaxed); in relaxInstruction()
894 IF->getInst().dump_pretty(OS); in dump()
/external/llvm/include/llvm/MC/
DMCInst.h102 const MCInst *getInst() const { in getInst() function
DMCAssembler.h199 MCInst &getInst() { return Inst; } in getInst() function
200 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):