Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h78 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h229 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h199 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h682 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h536 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
H A DARMISelLowering.cpp14592 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp253 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction()
1077 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h705 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1594 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function