Home
last modified time | relevance | path

Searched refs:lowerIdempotentRMWIntoFencedLoad (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1724 lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *AI) const override;
H A DX86ISelLowering.cpp31879 X86TargetLowering::lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *AI) const { in lowerIdempotentRMWIntoFencedLoad() function in X86TargetLowering
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1485 if (auto ResultingLoad = TLI->lowerIdempotentRMWIntoFencedLoad(RMWI)) { in simplifyIdempotentRMW()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2183 lowerIdempotentRMWIntoFencedLoad(AtomicRMWInst *RMWI) const { in lowerIdempotentRMWIntoFencedLoad() function