Searched refs:isAtomic (Results 51 - 72 of 72) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1709 if (MMO.isVolatile() || MMO.isAtomic())
2288 (*Op0->memoperands_begin())->isAtomic())
H A DARMFastISel.cpp1005 if (cast<LoadInst>(I)->isAtomic())
1137 if (cast<StoreInst>(I)->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp487 if (MMO.isAtomic() && UseMI.getOpcode() != TargetOpcode::G_ANYEXT)
707 if (MMO.isAtomic() || MMO.isVolatile())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h839 /// isAtomic - Return true if the property is atomic.
840 bool isAtomic() const { function in class:clang::ObjCPropertyDecl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp183 if (I->isAtomic() && !isa<FenceInst>(I))
H A DModuloSchedule.cpp960 // TODO: Figure out whether isAtomic is really necessary (see D57601).
961 if (MMO->isVolatile() || MMO->isAtomic() ||
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1155 if (MMO->getSize() == Size && !MMO->isVolatile() && !MMO->isAtomic()) {
H A DSystemZISelLowering.cpp4076 if (SI->isAtomic())
4079 if (LI->isAtomic())
4082 if (AI->isAtomic())
4085 if (AI->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp514 if (MemOp.isAtomic()) {
H A DX86FastISel.cpp1129 if (S->isAtomic())
1321 if (LI->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h258 bool isSimple() const { return !isAtomic() && !isVolatile(); }
390 bool isSimple() const { return !isAtomic() && !isVolatile(); }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp1390 assert(!(isAtomic() && getAlignment() == 0) &&
1470 assert(!(isAtomic() && getAlignment() == 0) &&
H A DVerifier.cpp3734 if (LI.isAtomic()) {
3762 if (SI.isAtomic()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2536 if (NewLI->isAtomic())
2732 if (NewSI->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp1931 cast<LoadInst>(I)->isAtomic())
2172 if (SI->isAtomic()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp3107 if (!load || load->isAtomic() || load->isVolatile() ||
3154 assert(!SI->isAtomic() && !SI->isVolatile());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2308 if (!Mo->isVolatile() && !Mo->isAtomic())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3157 if (N->isAtomic()) {
4502 if (N->isAtomic()) {
H A DSelectionDAGBuilder.cpp4035 if (I.isAtomic())
4212 if (I.isAtomic())
H A DDAGCombiner.cpp15708 if (OptLevel != CodeGenOpt::None && LD->isUnindexed() && !LD->isAtomic()) {
17830 if (OptLevel != CodeGenOpt::None && ST->isUnindexed() && !ST->isAtomic()) {
22743 return {LSN->isVolatile(), LSN->isAtomic(), LSN->getBasePtr(),
22749 return {false /*isVolatile*/, /*isAtomic*/ false, LN->getOperand(1),
22755 return {false /*isvolatile*/, /*isAtomic*/ false, SDValue(),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp449 !MMO->isAtomic() &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1291 if (!I->isAtomic())

Completed in 942 milliseconds

123