HomeSort by: relevance | last modified time | path
    Searched refs:DefV (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Dominators.cpp 128 bool DominatorTree::dominates(const Value *DefV,
130 const Instruction *Def = dyn_cast<Instruction>(DefV);
132 assert((isa<Argument>(DefV) || isa<Constant>(DefV)) &&
268 bool DominatorTree::dominates(const Value *DefV, const Use &U) const {
269 const Instruction *Def = dyn_cast<Instruction>(DefV);
271 assert((isa<Argument>(DefV) || isa<Constant>(DefV)) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 1156 const MachineInstr *DefV = MRI->getVRegDef(VR);
1162 unsigned DSV = distance(DefS, DefV, RPO, M);
1164 unsigned DIV = distance(DefI, DefV, RPO, M);
HexagonConstExtenders.cpp 1756 // "Diff" is a difference in the "opposite direction", i.e. Ext - DefV,
1757 // not DefV - Ext, as the getOffsetRange would calculate.
1851 const ExtValue &DefV = ExtI.first;
1852 assert(ExtRoot(ExtValue(ED)) == ExtRoot(DefV) && "Extender root mismatch");
1856 int32_t Diff = EV.Offset - DefV.Offset;

Completed in 17 milliseconds