Home
last modified time | relevance | path

Searched defs:RMW (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp503 else if (auto *RMW = dyn_cast<AtomicRMWInst>(&I)) in collectFlatAddressExpressions() local
1025 if (auto *RMW = dyn_cast<AtomicRMWInst>(Inst)) isSimplePointerUseValidToReplace() local
H A DLoopStrengthReduce.cpp887 } else if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(Inst)) { isAddressUse() local
911 } else if (const AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(Inst)) { getAccessType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp805 } else if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(I)) { getInterestingMemoryOperands() local
833 if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(I)) getPointerOperandIndex() local
H A DMemProfiler.cpp305 } else if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(I)) { isInterestingMemoryAccess() local
H A DAddressSanitizer.cpp1340 } else if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(I)) { getInterestingMemoryOperands() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp584 getModRefInfo(const AtomicRMWInst * RMW,const MemoryLocation & Loc,AAQueryInfo & AAQI) getModRefInfo() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1098 } else if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(UseInst)) { collectUsesWithPtrTypes() local
H A DSIISelLowering.cpp15731 fpModeMatchesGlobalFPAtomicMode(const AtomicRMWInst * RMW) fpModeMatchesGlobalFPAtomicMode() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2341 if (const AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(&AI)) { getAtomicMemOperandFlags() local
H A DCodeGenPrepare.cpp5137 if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(UserI)) { FindAllMemoryUses() local
8265 if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(I)) { optimizeInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp2320 AtomicRMWInst *RMW = upgradeAMDGCNIntrinsicCall() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2243 shouldExpandAtomicRMWInIR(AtomicRMWInst * RMW) shouldExpandAtomicRMWInIR() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4655 AtomicRMWInst *RMW = Builder.CreateAtomicRMW(llvm::AtomicRMWInst::Xchg, EmitBuiltinExpr() local
18570 llvm::AtomicRMWInst *RMW = EmitAMDGPUBuiltinExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp18606 Function *RMW = Intrinsic::getDeclaration( emitMaskedAtomicRMWIntrinsic() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25014 if (const auto *RMW = dyn_cast<AtomicRMWInst>(I)) isOpSuitableForLSE128() local
[all...]