Home
last modified time | relevance | path

Searched defs:RMWI (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp24 bool isIdempotentRMW(AtomicRMWInst& RMWI) { in isIdempotentRMW()
62 bool isSaturating(AtomicRMWInst& RMWI) { in isSaturating()
103 Instruction *InstCombinerImpl::visitAtomicRMWInst(AtomicRMWInst &RMWI) { in visitAtomicRMWInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAtomicLower.cpp48 if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(&I)) in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerAtomicPass.cpp47 else if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(&Inst)) in runOnBasicBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp102 bool llvm::lowerAtomicRMWInst(AtomicRMWInst *RMWI) { in lowerAtomicRMWInst()
H A DFunctionComparator.cpp759 if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(L)) { in cmpOperations() local
H A DInlineFunction.cpp1181 else if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I)) in AddAliasScopeMetadata() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp68 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp185 static unsigned getAtomicOpSize(AtomicRMWInst *RMWI) { in getAtomicOpSize()
225 auto RMWI = dyn_cast<AtomicRMWInst>(I); in run() local
425 AtomicExpandImpl::convertAtomicXchgToIntegerType(AtomicRMWInst *RMWI) { in convertAtomicXchgToIntegerType()
1534 bool AtomicExpandImpl::isIdempotentRMW(AtomicRMWInst *RMWI) { in isIdempotentRMW()
1554 bool AtomicExpandImpl::simplifyIdempotentRMW(AtomicRMWInst *RMWI) { in simplifyIdempotentRMW()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp742 } else if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I)) { in instrumentAtomic() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp840 if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I1)) in hasSameSpecialState() local
H A DAsmWriter.cpp4272 if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(&I)) in printInstruction() local
4634 } else if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(&I)) { in printInstruction() local
H A DCore.cpp2120 if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(P)) in LLVMGetAlignment() local
2140 else if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(P)) in LLVMSetAlignment() local
H A DVerifier.cpp4310 void Verifier::visitAtomicRMWInst(AtomicRMWInst &RMWI) { in visitAtomicRMWInst()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp729 llvm::AtomicRMWInst *RMWI = in EmitAtomicOp() local
H A DCGBuiltin.cpp12337 AtomicRMWInst *RMWI = in EmitAArch64BuiltinExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2328 shouldCastAtomicRMWIInIR(AtomicRMWInst *RMWI) const { in shouldCastAtomicRMWIInIR()
2349 lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *RMWI) const { in lowerIdempotentRMWIntoFencedLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp286 if (auto *RMWI = dyn_cast<AtomicRMWInst>(I)) { in getPointerOperand() local
1870 if (auto *RMWI = dyn_cast<AtomicRMWInst>(Usr)) in updateImpl() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8420 AtomicRMWInst *RMWI = in parseAtomicRMW() local