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

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp558 if (Instruction *Inst = LocalCache.getInst()) {
596 if (Instruction *I = LocalCache.getInst())
711 if (Instruction *Inst = ExistingResult->getResult().getInst()) {
744 if (Instruction *Inst = Dep.getInst())
821 if (ExistingResult && ExistingResult->getResult().getInst()) {
822 assert(ExistingResult->getResult().getInst()->getParent() == BB &&
825 ScanPos = ExistingResult->getResult().getInst();
852 Instruction *Inst = Dep.getInst();
941 if (Instruction *Inst = DI->getResult().getInst())
962 if (Instruction *Inst = DI->getResult().getInst())
[all...]
H A DMemDepPrinter.cpp66 return InstTypePair(dep.getInst(), Clobber);
68 return InstTypePair(dep.getInst(), Def);
70 return InstTypePair(dep.getInst(), NonFuncLocal);
72 return InstTypePair(dep.getInst(), Unknown);
/external/llvm/lib/MC/
H A DMCInst.cpp29 OS << "Inst:(" << *getInst() << ")";
H A DMCAssembler.cpp851 if (!getBackend().mayNeedRelaxation(F->getInst()))
875 getBackend().relaxInstruction(F.getInst(), Relaxed);
1101 F->getInst().dump_pretty(OS);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h84 Instruction *getInst(Value *base, char *instName);
H A DNVPTXUtilities.cpp441 Instruction *llvm::getInst(Value *base, char *instName) { function in class:llvm
458 Instruction *I = getInst(base, instName);
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp494 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
495 C = dyn_cast<CallInst>(ldep.getInst());
775 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep)
845 if (CallInst *C = dyn_cast<CallInst>(DepInfo.getInst())) {
860 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.getInst()))
915 MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst());
948 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep)
H A DDeadStoreElimination.cpp518 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) {
556 Instruction *DepWrite = InstDep.getInst();
671 Instruction *Dependency = Dep.getInst();
H A DGVN.cpp305 CallInst* local_cdep = cast<CallInst>(local_dep.getInst());
346 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst());
1372 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) {
1389 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) {
1407 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) {
1425 Instruction *DepInst = DepInfo.getInst();
1806 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) {
1819 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) {
1834 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) {
1843 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\
[all...]
/external/llvm/include/llvm/MC/
H A DMCInst.h102 const MCInst *getInst() const { function in class:llvm::MCOperand
H A DMCAssembler.h312 const MCInst &getInst() const { return Inst; } function in class:llvm::MCRelaxableFragment
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h156 /// getInst() - If this is a normal dependency, return the instruction that
158 Instruction *getInst() const { function in class:llvm::MemDepResult

Completed in 273 milliseconds