/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAtomicRMW.cpp | 24 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 D | NVPTXAtomicLower.cpp | 48 if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(&I)) in runOnFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerAtomicPass.cpp | 47 else if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(&Inst)) in runOnBasicBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerAtomic.cpp | 102 bool llvm::lowerAtomicRMWInst(AtomicRMWInst *RMWI) { in lowerAtomicRMWInst()
|
H A D | FunctionComparator.cpp | 759 if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(L)) { in cmpOperations() local
|
H A D | InlineFunction.cpp | 1181 else if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I)) in AddAliasScopeMetadata() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 68 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 185 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 D | ThreadSanitizer.cpp | 742 } else if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I)) { in instrumentAtomic() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 840 if (const AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(I1)) in hasSameSpecialState() local
|
H A D | AsmWriter.cpp | 4272 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 D | Core.cpp | 2120 if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(P)) in LLVMGetAlignment() local 2140 else if (AtomicRMWInst *RMWI = dyn_cast<AtomicRMWInst>(P)) in LLVMSetAlignment() local
|
H A D | Verifier.cpp | 4310 void Verifier::visitAtomicRMWInst(AtomicRMWInst &RMWI) { in visitAtomicRMWInst()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 729 llvm::AtomicRMWInst *RMWI = in EmitAtomicOp() local
|
H A D | CGBuiltin.cpp | 12337 AtomicRMWInst *RMWI = in EmitAArch64BuiltinExpr() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2328 shouldCastAtomicRMWIInIR(AtomicRMWInst *RMWI) const { in shouldCastAtomicRMWIInIR() 2349 lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *RMWI) const { in lowerIdempotentRMWIntoFencedLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 286 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 D | LLParser.cpp | 8420 AtomicRMWInst *RMWI = in parseAtomicRMW() local
|