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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1058 // Atomic
5828 if (BaseOpcode->Atomic) {
6067 if (BaseOpcode->Atomic) {
6079 if (BaseOpcode->Store || BaseOpcode->Atomic)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp705 if (const AtomicType *Atomic = T->getAs<AtomicType>()) {
706 T = Atomic->getValueType().getUnqualifiedType();
4365 case Type::Atomic:
12977 // Atomic types can be used for increment / decrement where the non-atomic
H A DSemaOverload.cpp1773 if (const AtomicType *Atomic = FromType->getAs<AtomicType>())
1774 FromType = Atomic->getValueType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3247 case Type::Atomic:
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10601 case Type::Atomic:
13770 // Atomic expression evaluation, essentially just handling the NonAtomicToAtomic

Completed in 226 milliseconds

12