Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h114 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h230 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h204 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h106 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h459 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h678 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h665 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
H A DARMISelLowering.cpp21104 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp224 if (TLI->shouldInsertFencesForAtomic(I)) { in runOnFunction()
1178 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h904 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h692 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
H A DAArch64ISelLowering.cpp20407 bool AArch64TargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/docs/
H A DAtomics.rst461 ``shouldInsertFencesForAtomic()``, ``emitLeadingFence()``, and
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1941 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function