Searched refs:shouldInsertFencesForAtomic (Results 1 – 16 of 16) sorted by relevance
185 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
261 bool shouldInsertFencesForAtomic(const Instruction *) const override;
6272 bool NVPTXTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in NVPTXTargetLowering
202 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
393 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
7720 bool LoongArchTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in LoongArchTargetLowering
717 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
233 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
24244 bool RISCVTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in RISCVTargetLowering
691 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
21358 bool ARMTargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in ARMTargetLowering
315 if (TLI->shouldInsertFencesForAtomic(I)) { in processAtomicInstr()1348 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI); in expandAtomicCmpXchg()
315 bool shouldInsertFencesForAtomic(const Instruction *I) const override;
28018 bool AArch64TargetLowering::shouldInsertFencesForAtomic( in shouldInsertFencesForAtomic() function in AArch64TargetLowering
926 bool shouldInsertFencesForAtomic(const Instruction *I) const override { in shouldInsertFencesForAtomic() function
2211 virtual bool shouldInsertFencesForAtomic(const Instruction *I) const { in shouldInsertFencesForAtomic() function