Searched refs:IsVolatile (Results 1 - 15 of 15) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.h162 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) argument
163 : Value(Value, IsVolatile) {}
H A DCodeGenFunction.h1465 bool IsVolatile = hasVolatileMember(EltTy); local
1466 EmitAggregateCopy(DestPtr, SrcPtr, EltTy, IsVolatile, CharUnits::Zero(),
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h31 bool IsVolatile, bool AlwaysInline,
37 SDValue Size, unsigned Align, bool IsVolatile,
H A DSystemZSelectionDAGInfo.cpp58 bool IsVolatile, bool AlwaysInline,
61 if (IsVolatile)
88 unsigned Align, bool IsVolatile,
92 if (IsVolatile)
56 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument
86 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h96 bool IsVolatile = false) = 0;
200 bool IsVolatile = false);
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp78 bool IsVolatile, unsigned NumOutputs,
205 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
485 /*IsVolatile*/ true, AsmToks, NumOutputs, NumInputs,
77 ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg constraints, MultiExprArg Exprs, Expr *asmString, MultiExprArg clobbers, SourceLocation RParenLoc) argument
H A DTreeTransform.h1215 bool IsVolatile, unsigned NumOutputs,
1220 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
1214 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp72 int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) {
78 F->getBuffer(Name, Result, FileSize, RequiresNullTerminator, IsVolatile);
103 bool IsVolatile = false) override;
127 bool IsVolatile) {
131 RequiresNullTerminator, IsVolatile);
70 getBufferForFile( const llvm::Twine &Name, std::unique_ptr<MemoryBuffer> &Result, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) argument
123 getBuffer(const Twine &Name, std::unique_ptr<MemoryBuffer> &Result, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1754 bool IsVolatile; local
1758 IsVolatile = LI->isVolatile();
1764 IsVolatile = SI->isVolatile();
1782 if (IsVolatile)
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp647 bool IsVolatile = MemSD->isVolatile(); local
651 IsVolatile = false;
739 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
793 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
896 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
998 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
2019 bool IsVolatile = MemSD->isVolatile(); local
2023 IsVolatile = false;
2059 StOps.push_back(getI32Imm(IsVolatile));
/external/clang/include/clang/AST/
H A DStmt.h1397 bool IsVolatile; member in class:clang::AsmStmt
1407 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1423 bool isVolatile() const { return IsVolatile; }
1424 void setVolatile(bool V) { IsVolatile = V; }
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1383 CAMLprim value llvm_set_volatile(value IsVolatile, argument
1385 LLVMSetVolatile(MemoryInst, Bool_val(IsVolatile));
/external/llvm/include/llvm-c/
H A DCore.h2637 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp442 uint64_t Size, bool IsVolatile) {
452 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize;
441 handleLoadOrStore(Type *Ty, Instruction &I, const APInt &Offset, uint64_t Size, bool IsVolatile) argument
/external/clang/include/clang/Sema/
H A DSema.h3106 bool IsVolatile, unsigned NumOutputs,

Completed in 2291 milliseconds