Home
last modified time | relevance | path

Searched defs:isAtomic (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSemaConcept.h128 bool isAtomic() const { return Constraint.is<AtomicConstraint *>(); } in isAtomic() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h50 bool isAtomic() const { return getMMO().isAtomic(); } in isAtomic() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h296 bool isAtomic() const { in isAtomic() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h587 static bool isAtomic(const MachineInstr &MI) { in isAtomic() function
592 bool isAtomic(uint16_t Opcode) const { in isAtomic() function
H A DSIMemoryLegalizer.cpp206 bool isAtomic() const { in isAtomic() function in __anon623980fe0111::SIMemOpInfo
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp666 bool Instruction::isAtomic() const { in isAtomic() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp747 bool isAtomic() const { in isAtomic() function in __anon76457fe20311::EarlyCSE::ParseMemoryInst
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp819 bool isAtomic, bool hasStrong) { in emitStructGetterCall()
895 bool isAtomic() const { return IsAtomic; } in isAtomic() function in __anonb505f9fd0211::PropertyImplStrategy
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h836 bool isAtomic() const { in isAtomic() function
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp7547 bool isAtomic = false; in parseLoad() local
7604 bool isAtomic = false; in parseStore() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1218 bool TreePredicateFn::isAtomic() const { in isAtomic() function in TreePredicateFn