Home
last modified time | relevance | path

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

/external/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake80 COMMENT "Clobbering ${name} build and stamp directories"
112 COMMENT "Clobbering bootstrap build and stamp directories"
/external/llvm-project/llvm/lib/CodeGen/
DRDFGraph.cpp89 if (Flags & NodeAttrs::Clobbering) in operator <<()
1046 if (!(DA.Addr->getFlags() & NodeAttrs::Clobbering)) in pushClobbers()
1092 if (DA.Addr->getFlags() & NodeAttrs::Clobbering) in pushDefs()
1302 Flags |= NodeAttrs::Clobbering; in buildStmt()
1319 uint16_t Flags = NodeAttrs::Clobbering | NodeAttrs::Fixed | in buildStmt()
1348 Flags |= NodeAttrs::Clobbering; in buildStmt()
1645 return IsDef(RA) && (RA.Addr->getFlags() & NodeAttrs::Clobbering); in linkBlockRefs()
1648 return IsDef(RA) && !(RA.Addr->getFlags() & NodeAttrs::Clobbering); in linkBlockRefs()
DRDFLiveness.cpp388 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering)) in getNearestAliasedRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp89 if (Flags & NodeAttrs::Clobbering) in operator <<()
1049 if (!(DA.Addr->getFlags() & NodeAttrs::Clobbering)) in pushClobbers()
1095 if (DA.Addr->getFlags() & NodeAttrs::Clobbering) in pushDefs()
1305 Flags |= NodeAttrs::Clobbering; in buildStmt()
1322 uint16_t Flags = NodeAttrs::Clobbering | NodeAttrs::Fixed | in buildStmt()
1351 Flags |= NodeAttrs::Clobbering; in buildStmt()
1648 return IsDef(RA) && (RA.Addr->getFlags() & NodeAttrs::Clobbering); in linkBlockRefs()
1651 return IsDef(RA) && !(RA.Addr->getFlags() & NodeAttrs::Clobbering); in linkBlockRefs()
DRDFGraph.h285 Clobbering = 0x0002 << 5, // 0000010, Produces unspecified values. enumerator
DRDFLiveness.cpp348 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering)) in getNearestAliasedRef()
/external/llvm-project/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake121 COMMENT "Clobbering ${name} build and stamp directories"
199 COMMENT "Clobbering bootstrap build and stamp directories"
/external/llvm-project/llvm/test/Transforms/GVN/PRE/
Dinvariant-load.ll86 ; Clobbering (mayalias) stores, even in function calls, can be ignored
/external/llvm/test/Transforms/GVN/
Dinvariant-load.ll86 ; Clobbering (mayalias) stores, even in function calls, can be ignored
/external/llvm-project/llvm/test/CodeGen/Mips/cconv/
Dcallee-saved.ll38 ; Clobbering the stack pointer is a bad idea so we'll skip that one
/external/llvm/test/CodeGen/Mips/cconv/
Dcallee-saved.ll26 ; Clobbering the stack pointer is a bad idea so we'll skip that one
/external/llvm-project/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake552 COMMENT "Clobbering ${name} build and stamp directories"
563 COMMENT "Clobbering bootstrap build and stamp directories"
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp67 if (Flags & NodeAttrs::Clobbering) in operator <<()
1220 Flags |= NodeAttrs::Clobbering; in buildStmt()
1243 Flags |= NodeAttrs::Clobbering; in buildStmt()
DRDFGraph.h249 Clobbering = 0x0002 << 5, // 00010, Produces unspecified values. enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h285 Clobbering = 0x0002 << 5, // 0000010, Produces unspecified values. enumerator