Home
last modified time | relevance | path

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

/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()
/external/llvm-project/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()
617 assert(!(UseUN.Addr->getFlags() & NodeAttrs::PhiRef) && in changeAddAsl()
746 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) && in processBlock()
DRDFCopy.cpp159 if ((F & NodeAttrs::PhiRef) || (F & NodeAttrs::Fixed)) in run()
/external/swiftshader/third_party/llvm-10.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()
616 assert(!(UseUN.Addr->getFlags() & NodeAttrs::PhiRef) && in changeAddAsl()
745 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) && in processBlock()
DRDFGraph.h286 PhiRef = 0x0004 << 5, // 0000100, Member of PhiNode. enumerator
521 assert(!(getFlags() & NodeAttrs::PhiRef)); in getOp()
581 assert(getFlags() & NodeAttrs::PhiRef); in getPredecessor()
585 assert(getFlags() & NodeAttrs::PhiRef); in setPredecessor()
828 uint16_t Flags = NodeAttrs::PhiRef);
832 RegisterRef RR, uint16_t Flags = NodeAttrs::PhiRef);
DRDFLiveness.cpp142 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
254 if (!FullChain || !(Flags & NodeAttrs::PhiRef)) in getAllReachingDefs()
284 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
301 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
476 if ((F & (NodeAttrs::Undef | NodeAttrs::PhiRef)) == 0) { in computePhiInfo()
493 if (!(Flags & NodeAttrs::PhiRef)) in computePhiInfo()
564 if (D.Addr->getFlags() & NodeAttrs::PhiRef) { in computePhiInfo()
DRDFGraph.cpp165 if (P.Obj.Addr->getFlags() & NodeAttrs::PhiRef) in operator <<()
410 if (NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef) in getRegRef()
420 assert(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef); in setRegRef()
428 assert(!(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef)); in setRegRef()
816 assert(Flags & NodeAttrs::PhiRef); in newPhiUse()
832 assert(Flags & NodeAttrs::PhiRef); in newDef()
909 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build()
934 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build()
1491 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in buildPhis()
1687 assert(NA.Addr->getFlags() & NodeAttrs::PhiRef); in linkBlockRefs()
DRDFCopy.cpp159 if ((F & NodeAttrs::PhiRef) || (F & NodeAttrs::Fixed)) in run()
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h286 PhiRef = 0x0004 << 5, // 0000100, Member of PhiNode. enumerator
521 assert(!(getFlags() & NodeAttrs::PhiRef)); in getOp()
581 assert(getFlags() & NodeAttrs::PhiRef); in getPredecessor()
585 assert(getFlags() & NodeAttrs::PhiRef); in setPredecessor()
824 uint16_t Flags = NodeAttrs::PhiRef);
828 RegisterRef RR, uint16_t Flags = NodeAttrs::PhiRef);
/external/llvm-project/llvm/lib/CodeGen/
DRDFLiveness.cpp145 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
180 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
294 if (!FullChain || !(Flags & NodeAttrs::PhiRef)) in getAllReachingDefs()
324 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
341 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
516 if ((F & (NodeAttrs::Undef | NodeAttrs::PhiRef)) == 0) { in computePhiInfo()
533 if (!(Flags & NodeAttrs::PhiRef)) in computePhiInfo()
604 if (D.Addr->getFlags() & NodeAttrs::PhiRef) { in computePhiInfo()
DRDFGraph.cpp165 if (P.Obj.Addr->getFlags() & NodeAttrs::PhiRef) in operator <<()
410 if (NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef) in getRegRef()
420 assert(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef); in setRegRef()
428 assert(!(NodeAttrs::flags(Attrs) & NodeAttrs::PhiRef)); in setRegRef()
818 assert(Flags & NodeAttrs::PhiRef); in newPhiUse()
834 assert(Flags & NodeAttrs::PhiRef); in newDef()
911 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build()
936 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in build()
1488 uint16_t PhiFlags = NodeAttrs::PhiRef | NodeAttrs::Preserving; in buildPhis()
1684 assert(NA.Addr->getFlags() & NodeAttrs::PhiRef); in linkBlockRefs()
/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp373 if (Use.Addr->getFlags() & NodeAttrs::PhiRef) { // phi node in getGadgetGraph()
394 assert(!(Use.Addr->getFlags() & NodeAttrs::PhiRef)); in getGadgetGraph()
454 MachineInstr *Source = SourceDef.Addr->getFlags() & NodeAttrs::PhiRef in getGadgetGraph()