Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h191 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h230 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h91 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h365 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h670 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp222 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction()
1133 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h649 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
H A DARMISelLowering.cpp19406 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h870 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAtomics.rst461 ``shouldInsertFencesForAtomic()``, ``emitLeadingFence()``, and
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1857 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function