Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h128 bool isAtomic() const { return Constraint.is<AtomicConstraint *>(); } isAtomic() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryData.h95 bool isAtomic() const { return isTopLevelJumpTable() || !Parent; } in isAtomic() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h304 bool isAtomic() const { isAtomic() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h681 static bool isAtomic(const MachineInstr &MI) { isAtomic() function
686 bool isAtomic(uint16_t Opcode) const { isAtomic() function
H A DSIMemoryLegalizer.cpp212 bool isAtomic() const { in isAtomic() function in __anonb377849a0111::SIMemOpInfo
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h59 bool isAtomic() const { return getMMO().isAtomic(); } in isAtomic() function
/llvm-project/llvm/lib/IR/
H A DInstruction.cpp969 bool Instruction::isAtomic() const { isAtomic() function in Instruction
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp861 bool isAtomic() const { isAtomic() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp819 emitStructGetterCall(CodeGenFunction & CGF,ObjCIvarDecl * ivar,bool isAtomic,bool hasStrong) emitStructGetterCall() argument
892 bool isAtomic() const { return IsAtomic; } isAtomic() function in __anon704845990211::PropertyImplStrategy
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h842 bool isAtomic() const { in isAtomic() function
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8151 bool isAtomic = false; parseLoad() local
8201 bool isAtomic = false; parseStore() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1201 bool TreePredicateFn::isAtomic() const { isAtomic() function in TreePredicateFn
[all...]