Home
last modified time | relevance | path

Searched refs:Clobbering (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp84 if (Flags & NodeAttrs::Clobbering) in operator <<()
1053 if (!(DA.Addr->getFlags() & NodeAttrs::Clobbering)) in pushClobbers()
1101 if (DA.Addr->getFlags() & NodeAttrs::Clobbering) in pushDefs()
1302 Flags |= NodeAttrs::Clobbering; in buildStmt()
1319 uint16_t Flags = NodeAttrs::Clobbering | NodeAttrs::Fixed | NodeAttrs::Dead; in buildStmt()
1350 Flags |= NodeAttrs::Clobbering; in buildStmt()
1587 return IsDef(RA) && (RA.Addr->getFlags() & NodeAttrs::Clobbering); in linkBlockRefs()
1590 return IsDef(RA) && !(RA.Addr->getFlags() & NodeAttrs::Clobbering); in linkBlockRefs()
H A DRDFLiveness.cpp383 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering)) in getNearestAliasedRef()
/freebsd/
H A D.clang-format162 # Clobbering this regular expression to avoid matching prevents non-system
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h288 Clobbering = 0x0002 << 5, // 0000010, Produces unspecified values. enumerator