Home
last modified time | relevance | path

Searched refs:emitAtomicCmpXchgNoStoreLLBalance (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h654 emitAtomicCmpXchgNoStoreLLBalance(IRBuilderBase &Builder) const override;
H A DARMISelLowering.cpp21565 void ARMTargetLowering::emitAtomicCmpXchgNoStoreLLBalance( in emitAtomicCmpXchgNoStoreLLBalance() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp497 TLI->emitAtomicCmpXchgNoStoreLLBalance(Builder); in expandAtomicLoadToLL()
1464 TLI->emitAtomicCmpXchgNoStoreLLBalance(Builder); in expandAtomicCmpXchg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h789 void emitAtomicCmpXchgNoStoreLLBalance(IRBuilderBase &Builder) const override;
H A DAArch64ISelLowering.cpp26686 void AArch64TargetLowering::emitAtomicCmpXchgNoStoreLLBalance( in emitAtomicCmpXchgNoStoreLLBalance() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2269 virtual void emitAtomicCmpXchgNoStoreLLBalance(IRBuilderBase &Builder) const {} in emitAtomicCmpXchgNoStoreLLBalance() function