Searched defs:IsVolatile (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 31 bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() 66 unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 78 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
|
D | TreeTransform.h | 1192 bool IsVolatile, unsigned NumOutputs, in RebuildGCCAsmStmt()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 446 bool IsVolatile = MemSD->isVolatile(); in SelectLoadVector() local 1547 bool IsVolatile = MemSD->isVolatile(); in SelectStoreVector() local
|
/external/clang/lib/CodeGen/ |
D | CGCall.h | 318 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) in ReturnValueSlot()
|
D | CodeGenFunction.h | 1435 bool IsVolatile = hasVolatileMember(EltTy); in EmitAggregateAssign() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 387 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1371 bool IsVolatile; variable
|