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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp542 if (Instruction *Inst = LocalCache.getInst()) {
580 if (Instruction *I = LocalCache.getInst())
695 if (Instruction *Inst = ExistingResult->getResult().getInst()) {
728 if (Instruction *Inst = Dep.getInst())
805 if (ExistingResult && ExistingResult->getResult().getInst()) {
806 assert(ExistingResult->getResult().getInst()->getParent() == BB &&
809 ScanPos = ExistingResult->getResult().getInst();
836 Instruction *Inst = Dep.getInst();
926 if (Instruction *Inst = DI->getResult().getInst())
947 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);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCInst.cpp29 OS << "Inst:(" << *getInst() << ")";
H A DMCAssembler.cpp665 if (!getBackend().mayNeedRelaxation(IF->getInst()))
689 getBackend().relaxInstruction(IF.getInst(), Relaxed);
895 IF->getInst().dump_pretty(OS);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXUtilities.h86 Instruction *getInst(Value *base, char *instName);
H A DNVPTXUtilities.cpp451 Instruction *llvm::getInst(Value *base, char *instName) { function in class:llvm
468 Instruction *I = getInst(base, instName);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp494 if (ldep.isClobber() && !isa<MemCpyInst>(ldep.getInst()))
495 C = dyn_cast<CallInst>(ldep.getInst());
769 if (!SourceDep.isClobber() || SourceDep.getInst() != MDep)
839 if (CallInst *C = dyn_cast<CallInst>(DepInfo.getInst())) {
854 if (MemCpyInst *MDep = dyn_cast<MemCpyInst>(SrcDepInfo.getInst()))
909 MemCpyInst *MDep = dyn_cast<MemCpyInst>(DepInfo.getInst());
942 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.cpp303 CallInst* local_cdep = cast<CallInst>(local_dep.getInst());
344 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst());
1385 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInfo.getInst())) {
1402 if (LoadInst *DepLI = dyn_cast<LoadInst>(DepInfo.getInst())) {
1420 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(DepInfo.getInst())) {
1438 Instruction *DepInst = DepInfo.getInst();
1818 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) {
1831 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) {
1846 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) {
1855 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCInst.h102 const MCInst *getInst() const { function in class:llvm::MCOperand
H A DMCAssembler.h191 MCInst &getInst() { return Inst; } function in class:llvm::MCInstFragment
192 const MCInst &getInst() const { return Inst; } function in class:llvm::MCInstFragment
/macosx-10.10.1/llvmCore-3425.0.34/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 244 milliseconds