Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h650 Value *emitStoreConditional(IRBuilderBase &Builder, Value *Val, Value *Addr,
H A DARMISelLowering.cpp21573 Value *ARMTargetLowering::emitStoreConditional(IRBuilderBase &Builder, in emitStoreConditional() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h354 Value *emitStoreConditional(IRBuilderBase &Builder, Value *Val, Value *Addr,
H A DHexagonISelLowering.cpp3877 Value *HexagonTargetLowering::emitStoreConditional(IRBuilderBase &Builder, in emitStoreConditional() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1240 TLI->emitStoreConditional(Builder, NewVal, Addr, MemOpOrder); in insertRMWLLSCLoop()
1421 Value *StoreSuccess = TLI->emitStoreConditional(Builder, NewValueInsert, in expandAtomicCmpXchg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h786 Value *emitStoreConditional(IRBuilderBase &Builder, Value *Val, Value *Addr,
H A DAArch64ISelLowering.cpp26689 Value *AArch64TargetLowering::emitStoreConditional(IRBuilderBase &Builder, in emitStoreConditional() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2172 virtual Value *emitStoreConditional(IRBuilderBase &Builder, Value *Val, in emitStoreConditional() function