Searched defs:IsVolatile (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuilder.h90 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile, argument
143 llvm::LoadInst *CreateDefaultAlignedLoad(llvm::Value *Addr, bool IsVolatile, argument
113 CreateAlignedLoad(llvm::Value *Addr, CharUnits Align, bool IsVolatile, const llvm::Twine &Name = �) argument
[all...]
H A DCGCall.h163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false) argument
H A DCGAtomic.cpp1266 EmitAtomicLoadOp(llvm::AtomicOrdering AO, bool IsVolatile) argument
1287 bool IsVolatile = LV.isVolatile() || hasVolatileMember(LV.getType()); local
1307 bool IsVolatile = LV.isVolatileQualified(); local
1317 EmitAtomicLoad(AggValueSlot ResultSlot, SourceLocation Loc, bool AsValue, llvm::AtomicOrdering AO, bool IsVolatile) argument
1350 EmitAtomicLoad(LValue src, SourceLocation loc, llvm::AtomicOrdering AO, bool IsVolatile, AggValueSlot resultSlot) argument
1564 EmitAtomicUpdateLibcall( llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, bool IsVolatile) argument
1593 EmitAtomicUpdateOp( llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, bool IsVolatile) argument
1652 EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, RValue UpdateRVal, bool IsVolatile) argument
1677 EmitAtomicUpdateOp(llvm::AtomicOrdering AO, RValue UpdateRVal, bool IsVolatile) argument
1706 EmitAtomicUpdate( llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, bool IsVolatile) argument
1716 EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, bool IsVolatile) argument
1727 bool IsVolatile = lvalue.isVolatileQualified(); local
1743 EmitAtomicStore(RValue rvalue, LValue dest, llvm::AtomicOrdering AO, bool IsVolatile, bool isInit) argument
1828 EmitAtomicUpdate( LValue LVal, llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, bool IsVolatile) argument
[all...]
H A DCodeGenFunction.h1690 bool IsVolatile = hasVolatileMember(EltTy); local
H A DMicrosoftCXXABI.cpp3670 bool IsConst, IsVolatile; local
4090 bool IsConst, IsVolatile; local
3633 decomposeTypeForEH(ASTContext &Context, QualType T, bool &IsConst, bool &IsVolatile) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp50 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
81 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Dst, SDValue Byte, SDValue Size, unsigned Align, bool IsVolatile, MachinePointerInfo DstPtrInfo) const argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp141 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.h1265 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-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp920 bool IsVolatile = MemSD->isVolatile(); local
2303 bool IsVolatile = MemSD->isVolatile(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp2641 mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile, uint32_t NumEntries, raw_ostream &Out) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DVirtualFileSystem.cpp92 getBufferForFile(const llvm::Twine &Name, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) argument
154 getBuffer(const Twine &Name, int64_t FileSize, bool RequiresNullTerminator, bool IsVolatile) argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2142 bool IsVolatile; local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1401 bool IsVolatile; member in class:clang::AsmStmt

Completed in 391 milliseconds