Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaConcept.h129 bool isAtomic() const { return Constraint.is<AtomicConstraint *>(); } in isAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h267 bool isAtomic() const { return getOrdering() != AtomicOrdering::NotAtomic; } in isAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h564 static bool isAtomic(const MachineInstr &MI) { in isAtomic() function
569 bool isAtomic(uint16_t Opcode) const { in isAtomic() function
H A DSIMemoryLegalizer.cpp206 bool isAtomic() const { in isAtomic() function in __anon45e28bb20111::SIMemOpInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp583 bool Instruction::isAtomic() const { in isAtomic() function in Instruction
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp501 static bool isAtomic(Instruction *I) { in isAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp728 bool isAtomic() const { in isAtomic() function in __anon16fc0a160311::EarlyCSE::ParseMemoryInst
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp816 bool isAtomic, bool hasStrong) { in emitStructGetterCall()
891 bool isAtomic() const { return IsAtomic; } in isAtomic() function in __anonc3781cb10211::PropertyImplStrategy
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h840 bool isAtomic() const { in isAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7455 bool isAtomic = false; in parseLoad() local
7512 bool isAtomic = false; in parseStore() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1165 bool TreePredicateFn::isAtomic() const { in isAtomic() function in TreePredicateFn