Searched defs:RMWI (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp23 bool isIdempotentRMW(AtomicRMWInst& RMWI) { argument
61 bool isSaturating(AtomicRMWInst& RMWI) { argument
96 visitAtomicRMWInst(AtomicRMWInst &RMWI) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerAtomic.cpp43 static bool LowerAtomicRMWInst(AtomicRMWInst *RMWI) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp75 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp671 llvm::AtomicRMWInst *RMWI = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp145 static unsigned getAtomicOpSize(AtomicRMWInst *RMWI) { argument
190 auto RMWI = dyn_cast<AtomicRMWInst>(I); local
1353 isIdempotentRMW(AtomicRMWInst* RMWI) argument
1373 simplifyIdempotentRMW(AtomicRMWInst* RMWI) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3661 void Verifier::visitAtomicRMWInst(AtomicRMWInst &RMWI) { argument
[all...]

Completed in 186 milliseconds