Searched refs:isvolatile (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/Bitcode/ |
D | standardCIntrinsic.3.2.ll | 16 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* %dest, i8* %src, i32 %len, i32 %align, i1 %isvolatile)
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 692 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument 697 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt() 716 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument 722 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1431 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument 1433 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 1578 bool isvolatile, unsigned numoutputs, unsigned numinputs, 1758 SourceLocation lbraceloc, bool issimple, bool isvolatile,
|
/external/llvm/docs/ |
D | LangRef.rst | 9775 i32 <len>, i32 <align>, i1 <isvolatile>) 9777 i64 <len>, i32 <align>, i1 <isvolatile>) 9786 intrinsics do not return a value, takes extra alignment/isvolatile 9802 If the ``isvolatile`` parameter is ``true``, the ``llvm.memcpy`` call is 9828 i32 <len>, i32 <align>, i1 <isvolatile>) 9830 i64 <len>, i32 <align>, i1 <isvolatile>) 9841 intrinsics do not return a value, takes extra alignment/isvolatile 9857 If the ``isvolatile`` parameter is ``true``, the ``llvm.memmove`` call 9883 i32 <len>, i32 <align>, i1 <isvolatile>) 9885 i64 <len>, i32 <align>, i1 <isvolatile>) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LangRef.rst | 10846 i32 <len>, i1 <isvolatile>) 10848 i64 <len>, i1 <isvolatile>) 10857 intrinsics do not return a value, takes extra isvolatile 10871 If the ``isvolatile`` parameter is ``true``, the ``llvm.memcpy`` call is 10899 i32 <len>, i1 <isvolatile>) 10901 i64 <len>, i1 <isvolatile>) 10912 intrinsics do not return a value, takes an extra isvolatile 10926 If the ``isvolatile`` parameter is ``true``, the ``llvm.memmove`` call 10954 i32 <len>, i1 <isvolatile>) 10956 i64 <len>, i1 <isvolatile>) [all …]
|