Searched refs:insertRMWLLSCLoop (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 88 insertRMWLLSCLoop(IRBuilderBase &Builder, Type *ResultTy, Value *Addr, 892 OldResult = insertRMWLLSCLoop(Builder, PMV.WordType, PMV.AlignedAddr, in expandPartwordAtomicRMW() 1067 Value *Loaded = insertRMWLLSCLoop(Builder, ResultType, Addr, AddrAlign, in expandAtomicOpToLLSC() 1127 Value *AtomicExpand::insertRMWLLSCLoop( in insertRMWLLSCLoop() function in AtomicExpand
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 61 insertRMWLLSCLoop(IRBuilder<> &Builder, Type *ResultTy, Value *Addr, 858 insertRMWLLSCLoop(Builder, ResultType, Addr, MemOpOrder, PerformOp); in expandAtomicOpToLLSC() 864 Value *AtomicExpand::insertRMWLLSCLoop( in insertRMWLLSCLoop() function in AtomicExpand
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 82 insertRMWLLSCLoop(IRBuilder<> &Builder, Type *ResultTy, Value *Addr, 941 insertRMWLLSCLoop(Builder, ResultType, Addr, MemOpOrder, PerformOp); in expandAtomicOpToLLSC() 1003 Value *AtomicExpand::insertRMWLLSCLoop( in insertRMWLLSCLoop() function in AtomicExpand
|