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 | 685 bool issimple, bool isvolatile, unsigned numoutputs, in GCCAsmStmt() argument 690 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt() 709 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument 715 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1409 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument 1411 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 1556 bool isvolatile, unsigned numoutputs, unsigned numinputs, 1736 SourceLocation lbraceloc, bool issimple, bool isvolatile,
|
/external/llvm/docs/ |
D | LangRef.rst | 9527 i32 <len>, i32 <align>, i1 <isvolatile>) 9529 i64 <len>, i32 <align>, i1 <isvolatile>) 9538 intrinsics do not return a value, takes extra alignment/isvolatile 9554 If the ``isvolatile`` parameter is ``true``, the ``llvm.memcpy`` call is 9580 i32 <len>, i32 <align>, i1 <isvolatile>) 9582 i64 <len>, i32 <align>, i1 <isvolatile>) 9593 intrinsics do not return a value, takes extra alignment/isvolatile 9609 If the ``isvolatile`` parameter is ``true``, the ``llvm.memmove`` call 9635 i32 <len>, i32 <align>, i1 <isvolatile>) 9637 i64 <len>, i32 <align>, i1 <isvolatile>) [all …]
|