HomeSort by relevance Sort by last modified time
    Searched refs:getInst (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 558 if (Instruction *Inst = LocalCache.getInst()) {
596 if (Instruction *I = LocalCache.getInst())
711 if (Instruction *Inst = ExistingResult->getResult().getInst()) {
744 if (Instruction *Inst = Dep.getInst())
    [all...]
MemDepPrinter.cpp 66 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/
MCInst.cpp 29 OS << "Inst:(" << *getInst() << ")";
MCAssembler.cpp 820 if (!getBackend().mayNeedRelaxation(F->getInst()))
844 getBackend().relaxInstruction(F.getInst(), Relaxed);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 86 Instruction *getInst(Value *base, char *instName);
NVPTXUtilities.cpp 451 Instruction *llvm::getInst(Value *base, char *instName) {
468 Instruction *I = getInst(base, instName);
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 494 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())) {
    [all...]
DeadStoreElimination.cpp 518 if (LoadInst *DepLoad = dyn_cast<LoadInst>(InstDep.getInst())) {
556 Instruction *DepWrite = InstDep.getInst();
671 Instruction *Dependency = Dep.getInst();
GVN.cpp 303 CallInst* local_cdep = cast<CallInst>(local_dep.getInst());
344 CallInst *NonLocalDepCall = dyn_cast<CallInst>(I->getResult().getInst());
    [all...]
  /external/llvm/include/llvm/MC/
MCInst.h 102 const MCInst *getInst() const {
MCAssembler.h 312 const MCInst &getInst() const { return Inst; }
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 156 /// getInst() - If this is a normal dependency, return the instruction that
158 Instruction *getInst() const {
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 728 milliseconds