Home
last modified time | relevance | path

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

/external/v8/
D.landmines11 Clobbering to hopefully resolve problem with mksnapshot
/external/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake80 COMMENT "Clobbering ${name} build and stamp directories"
112 COMMENT "Clobbering bootstrap build and stamp directories"
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DLLVMExternalProjectUtils.cmake87 COMMENT "Clobbering ${name} build and stamp directories"
140 COMMENT "Clobbering bootstrap build and stamp directories"
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp92 if (Flags & NodeAttrs::Clobbering) in operator <<()
1068 if (!(DA.Addr->getFlags() & NodeAttrs::Clobbering)) in pushClobbers()
1114 if (DA.Addr->getFlags() & NodeAttrs::Clobbering) in pushDefs()
1324 Flags |= NodeAttrs::Clobbering; in buildStmt()
1341 uint16_t Flags = NodeAttrs::Clobbering | NodeAttrs::Fixed | in buildStmt()
1370 Flags |= NodeAttrs::Clobbering; in buildStmt()
1667 return IsDef(RA) && (RA.Addr->getFlags() & NodeAttrs::Clobbering); in linkBlockRefs()
1670 return IsDef(RA) && !(RA.Addr->getFlags() & NodeAttrs::Clobbering); in linkBlockRefs()
DRDFGraph.h286 Clobbering = 0x0002 << 5, // 0000010, Produces unspecified values. enumerator
DRDFLiveness.cpp350 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering)) in getNearestAliasedRef()
/external/swiftshader/third_party/llvm-7.0/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/test/CodeGen/Mips/cconv/
Dcallee-saved.ll26 ; Clobbering the stack pointer is a bad idea so we'll skip that one
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/
Dcallee-saved.ll26 ; Clobbering the stack pointer is a bad idea so we'll skip that one
/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