HomeSort by relevance Sort by last modified time
    Searched defs:Dereference (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/meta/generators/
neon_emitter.py 335 def Dereference(self, value, alignment):
342 return '%s!' % self.Dereference(value, alignment)
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 17 // location. The "actions" can be one of Dereference, Reference, or Assign.
114 // weight (Assign has Assign; Reference has Dereference).
124 // %b = load %a (%b Dereference %a)
125 // %b = extractelement %a, 0 (%a Dereference %b)
126 Dereference,
193 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone));
199 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone));
238 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone));
419 Output.push_back(Edge(&Inst, Val, EdgeType::Dereference, AttrNone));
433 Output.push_back(Edge(&Inst, Val, EdgeType::Dereference, AttrNone))
    [all...]

Completed in 67 milliseconds