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

/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h32 bool IsVolatile, bool AlwaysInline,
40 SDValue Size, unsigned Align, bool IsVolatile,
H A DSystemZSelectionDAGInfo.cpp31 bool IsVolatile, bool AlwaysInline,
34 if (IsVolatile)
66 unsigned Align, bool IsVolatile,
70 if (IsVolatile)
29 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
64 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
/external/clang/lib/CodeGen/
H A DCGCall.h318 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) argument
319 : Value(Value, IsVolatile) {}
H A DCodeGenFunction.h1435 bool IsVolatile = hasVolatileMember(EltTy); local
1436 EmitAggregateCopy(DestPtr, SrcPtr, EltTy, IsVolatile, CharUnits::Zero(),
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp78 bool IsVolatile, unsigned NumOutputs,
205 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
483 /*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.h1192 bool IsVolatile, unsigned NumOutputs,
1197 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
1191 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/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp446 bool IsVolatile = MemSD->isVolatile(); local
450 IsVolatile = false;
538 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
592 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
695 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
797 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
1547 bool IsVolatile = MemSD->isVolatile(); local
1551 IsVolatile = false;
1587 StOps.push_back(getI32Imm(IsVolatile));
/external/clang/include/clang/AST/
H A DStmt.h1371 bool IsVolatile; member in class:clang::AsmStmt
1381 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1397 bool isVolatile() const { return IsVolatile; }
1398 void setVolatile(bool V) { IsVolatile = V; }
/external/llvm/include/llvm-c/
H A DCore.h2496 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp387 uint64_t Size, bool IsVolatile) {
397 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize;
386 handleLoadOrStore(Type *Ty, Instruction &I, const APInt &Offset, uint64_t Size, bool IsVolatile) argument
/external/clang/include/clang/Sema/
H A DSema.h2900 bool IsVolatile, unsigned NumOutputs,

Completed in 420 milliseconds