Home
last modified time | relevance | path

Searched refs:enableAtomicExpand (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp47 bool WebAssemblySubtarget::enableAtomicExpand() const { in enableAtomicExpand() function in WebAssemblySubtarget
DWebAssemblySubtarget.h88 bool enableAtomicExpand() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp28 bool TargetSubtargetInfo::enableAtomicExpand() const { in enableAtomicExpand() function in TargetSubtargetInfo
DAtomicExpandPass.cpp204 if (!TM.getSubtargetImpl(F)->enableAtomicExpand()) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h214 virtual bool enableAtomicExpand() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp405 bool ARMSubtarget::enableAtomicExpand() const { return hasAnyDataBarrier(); } in enableAtomicExpand() function in ARMSubtarget
DARMSubtarget.h826 bool enableAtomicExpand() const override;