Home
last modified time | relevance | path

Searched refs:PhiRef (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp180 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) in canRemoveAddasl()
190 if ((OffsetRegDN.Addr->getFlags() & NodeAttrs::PhiRef) && in canRemoveAddasl()
261 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) { in getAllRealUses()
304 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) in isSafeToExtLR()
317 if ((LRExtRegDN.Addr->getFlags() & NodeAttrs::PhiRef) && in isSafeToExtLR()
395 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) && in processAddUses()
613 assert(!(UseUN.Addr->getFlags() & NodeAttrs::PhiRef) && in changeAddAsl()
742 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) && in processBlock()
DRDFGraph.h287 PhiRef = 0x0004 << 5, // 0000100, Member of PhiNode. enumerator
522 assert(!(getFlags() & NodeAttrs::PhiRef)); in getOp()
582 assert(getFlags() & NodeAttrs::PhiRef); in getPredecessor()
586 assert(getFlags() & NodeAttrs::PhiRef); in setPredecessor()
829 uint16_t Flags = NodeAttrs::PhiRef);
833 RegisterRef RR, uint16_t Flags = NodeAttrs::PhiRef);
DRDFLiveness.cpp144 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
163 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
256 if (!FullChain || !(Flags & NodeAttrs::PhiRef)) in getAllReachingDefs()
286 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
303 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
478 if ((F & (NodeAttrs::Undef | NodeAttrs::PhiRef)) == 0) { in computePhiInfo()
495 if (!(Flags & NodeAttrs::PhiRef)) in computePhiInfo()
566 if (D.Addr->getFlags() & NodeAttrs::PhiRef) { in computePhiInfo()
DRDFGraph.cpp172 if (P.Obj.Addr->getFlags() & NodeAttrs::PhiRef) in operator <<()
429 if (NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef) in getRegRef()
439 assert(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef); in setRegRef()
447 assert(!(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef)); in setRegRef()
835 assert(Flags & NodeAttrs::PhiRef); in newPhiUse()
851 assert(Flags & NodeAttrs::PhiRef); in newDef()
928 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build()
953 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build()
1510 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in buildPhis()
1706 assert(NA.Addr->getFlags() & NodeAttrs::PhiRef); in linkBlockRefs()
DRDFCopy.cpp160 if ((F & NodeAttrs::PhiRef) || (F & NodeAttrs::Fixed)) in run()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h250 PhiRef = 0x0004 << 5, // 00100, Member of PhiNode. enumerator
480 assert(!(getFlags() & NodeAttrs::PhiRef)); in getOp()
535 assert(getFlags() & NodeAttrs::PhiRef); in getPredecessor()
539 assert(getFlags() & NodeAttrs::PhiRef); in setPredecessor()
747 uint16_t Flags = NodeAttrs::PhiRef);
751 RegisterRef RR, uint16_t Flags = NodeAttrs::PhiRef);
DRDFLiveness.cpp108 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
129 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
223 if (!FullChain || !(Flags & NodeAttrs::PhiRef)) in getAllReachingDefs()
247 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRec()
264 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRec()
361 if (!(A.Addr->getFlags() & NodeAttrs::PhiRef)) in computePhiInfo()
373 if (!(Flags & NodeAttrs::PhiRef)) in computePhiInfo()
431 if (DA.Addr->getFlags() & NodeAttrs::PhiRef) in computePhiInfo()
DHexagonOptAddrMode.cpp161 if ((UA.Addr->getFlags() & NodeAttrs::PhiRef) || in canRemoveAddasl()
168 if ((OffsetRegDN.Addr->getFlags() & NodeAttrs::PhiRef) && in canRemoveAddasl()
229 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) { in getAllRealUses()
435 assert(!(UseUN.Addr->getFlags() & NodeAttrs::PhiRef) && in changeAddAsl()
546 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) && in processBlock()
DRDFGraph.cpp149 if (P.Obj.Addr->getFlags() & NodeAttrs::PhiRef) in operator <<()
381 if (NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef) in getRegRef()
391 assert(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef); in setRegRef()
399 assert(!(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef)); in setRegRef()
880 assert(Flags & NodeAttrs::PhiRef); in newPhiUse()
896 assert(Flags & NodeAttrs::PhiRef); in newDef()
956 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build()
1416 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in buildPhis()
1595 assert(NA.Addr->getFlags() & NodeAttrs::PhiRef); in linkBlockRefs()
DRDFCopy.cpp198 if ((F & NodeAttrs::PhiRef) || (F & NodeAttrs::Fixed)) in run()