Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h313 Value *emitStoreConditional(IRBuilder<> &Builder, Value *Val,
H A DHexagonISelLowering.cpp3125 Value *HexagonTargetLowering::emitStoreConditional(IRBuilder<> &Builder, in emitStoreConditional() function in HexagonTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h388 Value *emitStoreConditional(IRBuilder<> &Builder, Value *Val,
H A DAArch64ISelLowering.cpp11669 Value *AArch64TargetLowering::emitStoreConditional(IRBuilder<> &Builder, in emitStoreConditional() function in AArch64TargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h517 Value *emitStoreConditional(IRBuilder<> &Builder, Value *Val,
H A DARMISelLowering.cpp14683 Value *ARMTargetLowering::emitStoreConditional(IRBuilder<> &Builder, Value *Val, in emitStoreConditional() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1014 TLI->emitStoreConditional(Builder, NewVal, Addr, MemOpOrder); in insertRMWLLSCLoop()
1182 Value *StoreSuccess = TLI->emitStoreConditional( in expandAtomicCmpXchg()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1609 virtual Value *emitStoreConditional(IRBuilder<> &Builder, Value *Val, in emitStoreConditional() function