Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h548 void emitExpandAtomicRMW(AtomicRMWInst *AI) const override;
H A DSIISelLowering.cpp16503 void SITargetLowering::emitExpandAtomicRMW(AtomicRMWInst *AI) const { in emitExpandAtomicRMW() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp670 TLI->emitExpandAtomicRMW(AI); in tryExpandAtomicRMW()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2192 virtual void emitExpandAtomicRMW(AtomicRMWInst *AI) const { in emitExpandAtomicRMW() function