Home
last modified time | relevance | path

Searched refs:emitStoreConditional (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h325 Value *emitStoreConditional(IRBuilderBase &Builder, Value *Val, Value *Addr,
H A DHexagonISelLowering.cpp3641 Value *HexagonTargetLowering::emitStoreConditional(IRBuilderBase &Builder, in emitStoreConditional() function in HexagonTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h645 Value *emitStoreConditional(IRBuilderBase &Builder, Value *Val, Value *Addr,
H A DARMISelLowering.cpp21227 Value *ARMTargetLowering::emitStoreConditional(IRBuilderBase &Builder, in emitStoreConditional() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1117 TLI->emitStoreConditional(Builder, NewVal, Addr, MemOpOrder); in insertRMWLLSCLoop()
1301 Value *StoreSuccess = TLI->emitStoreConditional(Builder, NewValueInsert, in expandAtomicCmpXchg()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h686 Value *emitStoreConditional(IRBuilderBase &Builder, Value *Val, Value *Addr,
H A DAArch64ISelLowering.cpp20554 Value *AArch64TargetLowering::emitStoreConditional(IRBuilderBase &Builder, in emitStoreConditional() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/docs/
H A DAtomics.rst457 ``emitStoreConditional()``
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1956 virtual Value *emitStoreConditional(IRBuilderBase &Builder, Value *Val, in emitStoreConditional() function