Home
last modified time | relevance | path

Searched defs:IsVolatile (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp31 bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
66 unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
/external/clang/lib/Sema/
DSemaStmtAsm.cpp78 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
DTreeTransform.h1192 bool IsVolatile, unsigned NumOutputs, in RebuildGCCAsmStmt()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp446 bool IsVolatile = MemSD->isVolatile(); in SelectLoadVector() local
1547 bool IsVolatile = MemSD->isVolatile(); in SelectStoreVector() local
/external/clang/lib/CodeGen/
DCGCall.h318 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) in ReturnValueSlot()
DCodeGenFunction.h1435 bool IsVolatile = hasVolatileMember(EltTy); in EmitAggregateAssign() local
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp387 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
/external/clang/include/clang/AST/
DStmt.h1371 bool IsVolatile; variable