Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h162 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) in ReturnValueSlot()
H A DCodeGenFunction.h1550 bool IsVolatile = hasVolatileMember(EltTy); in EmitAggregateAssign() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp58 bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy()
88 unsigned Align, bool IsVolatile, in EmitTargetCodeForMemset()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp881 bool IsVolatile = MemSD->isVolatile(); in SelectLoadVector() local
2253 bool IsVolatile = MemSD->isVolatile(); in SelectStoreVector() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp105 bool IsVolatile, unsigned NumOutputs, in ActOnGCCAsmStmt()
H A DTreeTransform.h1242 bool IsVolatile, unsigned NumOutputs, in RebuildGCCAsmStmt()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DVirtualFileSystem.cpp74 bool RequiresNullTerminator, bool IsVolatile) { in getBufferForFile()
124 bool RequiresNullTerminator, bool IsVolatile) { in getBuffer()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2109 bool IsVolatile; in createMachineMemOperandFor() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1402 bool IsVolatile; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp737 uint64_t Size, bool IsVolatile) { in handleLoadOrStore()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1474 CAMLprim value llvm_set_volatile(value IsVolatile, in llvm_set_volatile()