Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.h230 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.h198 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h118 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.h687 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h562 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
DARMISelLowering.cpp16815 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp253 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction()
1103 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h766 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1707 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function