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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFGraph.cpp 92 if (Flags & NodeAttrs::Clobbering)
    [all...]
RDFGraph.h 143 // ~ - clobbering def,
175 // - Clobbering: applied only to defs, indicates that the value generated
286 Clobbering = 0x0002 << 5, // 0000010, Produces unspecified values.
    [all...]
RDFLiveness.cpp 349 // If it's a non-clobbering def, just return it.
350 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering))
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFGraph.cpp 67 if (Flags & NodeAttrs::Clobbering)
    [all...]
RDFGraph.h 143 // ~ - clobbering def,
175 // - Clobbering: applied only to defs, indicates that the value generated
249 Clobbering = 0x0002 << 5, // 00010, Produces unspecified values.

Completed in 329 milliseconds