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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h138 ReturnValueSlot(llvm::Value *Value, bool IsVolatile) argument
139 : Value(Value, IsVolatile) {}
H A DCodeGenFunction.h1436 bool IsVolatile = hasVolatileMember(EltTy); local
1437 EmitAggregateCopy(DestPtr, SrcPtr, EltTy, IsVolatile, CharUnits::Zero(),
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h32 bool IsVolatile, bool AlwaysInline,
40 SDValue Size, unsigned Align, bool IsVolatile,
H A DSystemZSelectionDAGInfo.cpp59 bool IsVolatile, bool AlwaysInline,
62 if (IsVolatile)
89 unsigned Align, bool IsVolatile,
93 if (IsVolatile)
57 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
87 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
/freebsd-10.3-release/contrib/llvm/tools/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.h1208 bool IsVolatile, unsigned NumOutputs,
1213 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
1207 RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, bool IsVolatile, unsigned NumOutputs, unsigned NumInputs, IdentifierInfo **Names, MultiExprArg Constraints, MultiExprArg Exprs, Expr *AsmString, MultiExprArg Clobbers, SourceLocation RParenLoc) argument
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp448 bool IsVolatile = MemSD->isVolatile(); local
452 IsVolatile = false;
540 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
594 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
697 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
799 SDValue Ops[] = { getI32Imm(IsVolatile), getI32Imm(CodeAddrSpace),
1548 bool IsVolatile = MemSD->isVolatile(); local
1552 IsVolatile = false;
1588 StOps.push_back(getI32Imm(IsVolatile));
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1374 bool IsVolatile; member in class:clang::AsmStmt
1384 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1400 bool isVolatile() const { return IsVolatile; }
1401 void setVolatile(bool V) { IsVolatile = V; }
/freebsd-10.3-release/contrib/llvm/include/llvm-c/
H A DCore.h2584 void LLVMSetVolatile(LLVMValueRef MemoryAccessInst, LLVMBool IsVolatile);
/freebsd-10.3-release/contrib/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
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp315 SDValue &Ptr, int64_t &Size, bool &IsVolatile,
10905 SDValue &Ptr, int64_t &Size, bool &IsVolatile,
10914 IsVolatile = LS->isVolatile();
10919 return isa<LoadSDNode>(LS) && !IsVolatile;
10932 bool IsVolatile; local
10937 bool IsLoad = FindAliasInfo(N, Ptr, Size, IsVolatile, SrcValue,
10991 isAlias(Ptr, Size, IsVolatile, SrcValue, SrcValueOffset,
10904 FindAliasInfo(SDNode *N, SDValue &Ptr, int64_t &Size, bool &IsVolatile, const Value *&SrcValue, int &SrcValueOffset, unsigned &SrcValueAlign, const MDNode *&TBAAInfo) const argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2972 bool IsVolatile, unsigned NumOutputs,

Completed in 324 milliseconds