Home
last modified time | relevance | path

Searched refs:InstTypePair (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemDepPrinter.cpp36 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; typedef
37 typedef std::pair<InstTypePair, const BasicBlock *> Dep;
63 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair()
65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
67 return InstTypePair(dep.getInst(), Def); in getInstTypePair()
69 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
71 return InstTypePair(dep.getInst(), Unknown); in getInstTypePair()
73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair()
74 return InstTypePair(inst, type); in getInstTypePair()
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp36 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; typedef
37 typedef std::pair<InstTypePair, const BasicBlock *> Dep;
63 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair()
65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
67 return InstTypePair(dep.getInst(), Def); in getInstTypePair()
69 return InstTypePair(dep.getInst(), NonFuncLocal); in getInstTypePair()
71 return InstTypePair(dep.getInst(), Unknown); in getInstTypePair()
73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair()
74 return InstTypePair(inst, type); in getInstTypePair()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemDepPrinter.cpp37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; typedef
38 typedef std::pair<InstTypePair, const BasicBlock *> Dep;
64 static InstTypePair getInstTypePair(MemDepResult dep) { in getInstTypePair()
66 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()
74 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair()
75 return InstTypePair(inst, type); in getInstTypePair()