Searched refs:Clobbering (Results 1 – 15 of 15) sorted by relevance
/external/llvm/cmake/modules/ |
D | LLVMExternalProjectUtils.cmake | 80 COMMENT "Clobbering ${name} build and stamp directories" 112 COMMENT "Clobbering bootstrap build and stamp directories"
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFGraph.cpp | 89 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()
|
D | RDFLiveness.cpp | 388 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering)) in getNearestAliasedRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 89 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()
|
D | RDFGraph.h | 285 Clobbering = 0x0002 << 5, // 0000010, Produces unspecified values. enumerator
|
D | RDFLiveness.cpp | 348 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering)) in getNearestAliasedRef()
|
/external/llvm-project/llvm/cmake/modules/ |
D | LLVMExternalProjectUtils.cmake | 121 COMMENT "Clobbering ${name} build and stamp directories" 199 COMMENT "Clobbering bootstrap build and stamp directories"
|
/external/llvm-project/llvm/test/Transforms/GVN/PRE/ |
D | invariant-load.ll | 86 ; Clobbering (mayalias) stores, even in function calls, can be ignored
|
/external/llvm/test/Transforms/GVN/ |
D | invariant-load.ll | 86 ; Clobbering (mayalias) stores, even in function calls, can be ignored
|
/external/llvm-project/llvm/test/CodeGen/Mips/cconv/ |
D | callee-saved.ll | 38 ; Clobbering the stack pointer is a bad idea so we'll skip that one
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | callee-saved.ll | 26 ; Clobbering the stack pointer is a bad idea so we'll skip that one
|
/external/llvm-project/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 552 COMMENT "Clobbering ${name} build and stamp directories" 563 COMMENT "Clobbering bootstrap build and stamp directories"
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 67 if (Flags & NodeAttrs::Clobbering) in operator <<() 1220 Flags |= NodeAttrs::Clobbering; in buildStmt() 1243 Flags |= NodeAttrs::Clobbering; in buildStmt()
|
D | RDFGraph.h | 249 Clobbering = 0x0002 << 5, // 00010, Produces unspecified values. enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 285 Clobbering = 0x0002 << 5, // 0000010, Produces unspecified values. enumerator
|