Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h227 bool shouldInsertFencesForAtomic(const Instruction *I) const override { shouldInsertFencesForAtomic() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h210 bool shouldInsertFencesForAtomic(const Instruction *I) const override {
211 bool shouldInsertFencesForAtomic(const Instruction *I) const override { shouldInsertFencesForAtomic() function
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h201 bool shouldInsertFencesForAtomic(const Instruction *I) const override {
111 bool shouldInsertFencesForAtomic(const Instruction *I) const override { shouldInsertFencesForAtomic() function
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h317 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
H A DLoongArchISelLowering.cpp5594 bool LoongArchTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h679 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h670 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
H A DARMISelLowering.cpp21428 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp281 if (TLI->shouldInsertFencesForAtomic(I)) { in run()
1299 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h680 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h913 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h794 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
H A DAArch64ISelLowering.cpp26487 bool AArch64TargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2150 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function