reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
179 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) 189 if ((OffsetRegDN.Addr->getFlags() & NodeAttrs::PhiRef) && 260 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) { 303 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) 316 if ((LRExtRegDN.Addr->getFlags() & NodeAttrs::PhiRef) && 394 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) && 615 assert(!(UseUN.Addr->getFlags() & NodeAttrs::PhiRef) && 744 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) &&lib/Target/Hexagon/RDFCopy.cpp
159 if ((F & NodeAttrs::PhiRef) || (F & NodeAttrs::Fixed))
lib/Target/Hexagon/RDFGraph.cpp165 if (P.Obj.Addr->getFlags() & NodeAttrs::PhiRef) 410 if (NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef) 420 assert(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef); 428 assert(!(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef)); 816 assert(Flags & NodeAttrs::PhiRef); 832 assert(Flags & NodeAttrs::PhiRef); 909 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; 934 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; 1491 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; 1687 assert(NA.Addr->getFlags() & NodeAttrs::PhiRef);lib/Target/Hexagon/RDFGraph.h
521 assert(!(getFlags() & NodeAttrs::PhiRef)); 581 assert(getFlags() & NodeAttrs::PhiRef); 585 assert(getFlags() & NodeAttrs::PhiRef); 828 uint16_t Flags = NodeAttrs::PhiRef); 832 RegisterRef RR, uint16_t Flags = NodeAttrs::PhiRef);lib/Target/Hexagon/RDFLiveness.cpp
142 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) 161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; 254 if (!FullChain || !(Flags & NodeAttrs::PhiRef)) 284 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) 301 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) 476 if ((F & (NodeAttrs::Undef | NodeAttrs::PhiRef)) == 0) { 493 if (!(Flags & NodeAttrs::PhiRef)) 564 if (D.Addr->getFlags() & NodeAttrs::PhiRef) {