Searched refs:isvolatile (Results 1 – 4 of 4) 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 …]
|