Searched defs:Volatile (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp321 auto *Volatile = dyn_cast<ConstantInt>(Inst->getArgOperand(4)); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h302 Volatile = 0x0002, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions
360 Volatile = 0x00000200, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h148 Volatile = 0x4, enumerator in enum:clang::Qualifiers::TQ
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3434 llvm::Value *EmitLoadOfScalar(Address Addr, bool Volatile, QualType Ty, argument
3456 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, AlignmentSource Source = AlignmentSource::Type, bool isInit = false, bool isNontemporal = false) argument
H A DCGExpr.cpp1637 llvm::Value *CodeGenFunction::EmitLoadOfScalar(Address Addr, bool Volatile, argument
1719 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo, bool isInit, bool isNontemporal) argument

Completed in 153 milliseconds