Searched refs:Atomic (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelUtils.h47 assert(!BaseOpcode->Atomic);
54 if (BaseOpcode->Atomic)
H A DAMDGPULegalizerInfo.cpp3699 const int DMaskIdx = BaseOpcode->Atomic ? -1 :
3711 if (!BaseOpcode->Atomic) {
3742 if (BaseOpcode->Atomic) {
H A DAMDGPUInstructionSelector.cpp1398 if (BaseOpcode->Atomic) {
1481 if (BaseOpcode->Atomic) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h127 bool Atomic = false; member in struct:llvm::InstrProfOptions
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp203 // Atomic constraint - substitute arguments and check satisfaction.
675 AtomicConstraint &Atomic = *N.getAtomicConstraint();
679 if (!Atomic.ParameterMapping) {
681 S.MarkUsedTemplateParameters(Atomic.ConstraintExpr, /*OnlyDeduced=*/false,
683 Atomic.ParameterMapping.emplace(
689 new (&(*Atomic.ParameterMapping)[J++]) TemplateArgumentLoc(
708 if (S.SubstTemplateArguments(*Atomic.ParameterMapping, MLTAL, SubstArgs))
710 Atomic.ParameterMapping.emplace(
H A DSemaInit.cpp5874 if (const AtomicType *Atomic = DestType->getAs<AtomicType>()) {
5875 if (Context.hasSameUnqualifiedType(SourceType, Atomic->getValueType()) ||
5877 Atomic->getValueType())) {
5878 DestType = Atomic->getValueType();
H A DSemaTemplateDeduction.cpp1541 case Type::Atomic:
5946 case Type::Atomic:
H A DSemaLookup.cpp2896 // Atomic types are just wrappers; use the associations of the
2898 case Type::Atomic:
/freebsd-13-stable/lib/clang/libllvmminimal/
H A DMakefile14 SRCS+= Support/Atomic.cpp
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp101 // Atomic ops are executed under tsan internal mutex,
486 return Atomic##func(thr, pc, __VA_ARGS__); \
881 Atomic##func(thr, pc, __VA_ARGS__); \
891 (ret) = Atomic##func(thr, pc, __VA_ARGS__); \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h194 bool Atomic; member in struct:llvm::AMDGPU::MIMGBaseOpcodeInfo
/freebsd-13-stable/sys/arm64/arm64/
H A Didentcpu.c422 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR0, Atomic, NONE, IMPL),
458 MRS_FIELD(ID_AA64ISAR0, Atomic, false, MRS_LOWER, id_aa64isar0_atomic),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp743 case Type::Atomic: {
H A DCodeGenFunction.cpp253 case Type::Atomic:
2095 case Type::Atomic:
H A DBackendUtil.cpp571 Options.Atomic = LangOpts.Sanitize.has(SanitizerKind::Thread);
H A DItaniumCXXABI.cpp3318 case Type::Atomic:
3639 case Type::Atomic:
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp459 bool Atomic, bool UseNsIosOnlyMacro,
467 } else if (!Atomic) {
455 rewriteToObjCProperty(const ObjCMethodDecl *Getter, const ObjCMethodDecl *Setter, const NSAPI &NS, edit::Commit &commit, unsigned LengthOfPrefix, bool Atomic, bool UseNsIosOnlyMacro, bool AvailabilityArgsMatch) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp705 if (Options.Atomic || AtomicCounterUpdateAll ||
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3839 case Type::Atomic:
3927 case Type::Atomic:
4087 case Type::Atomic:
H A DASTStructuralEquivalence.cpp969 case Type::Atomic:
H A DTypePrinter.cpp228 case Type::Atomic:
H A DASTContext.cpp2287 case Type::Atomic: {
3446 case Type::Atomic: {
7256 case Type::Atomic:
9530 case Type::Atomic:
H A DItaniumMangle.cpp2096 case Type::Atomic:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2495 case clang::Type::Atomic:
3961 case clang::Type::Atomic:
4644 case clang::Type::Atomic:
4950 case clang::Type::Atomic:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6223 : Type(Atomic, Canonical, ValTy->getDependence()), ValueType(ValTy) {}
6242 return T->getTypeClass() == Atomic;

Completed in 792 milliseconds

12