reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/ARM/ARMISelLowering.cpp
16525 bool ARMTargetLowering::shouldInsertFencesForAtomic(
lib/Target/Mips/MipsISelLowering.h
  687     bool shouldInsertFencesForAtomic(const Instruction *I) const override {
lib/Target/PowerPC/PPCISelLowering.h
  750     bool shouldInsertFencesForAtomic(const Instruction *I) const override {
lib/Target/RISCV/RISCVISelLowering.h
  118   bool shouldInsertFencesForAtomic(const Instruction *I) const override {
lib/Target/Sparc/SparcISelLowering.h
  198     bool shouldInsertFencesForAtomic(const Instruction *I) const override {
lib/Target/XCore/XCoreISelLowering.h
  230     bool shouldInsertFencesForAtomic(const Instruction *I) const override {

References

lib/CodeGen/AtomicExpandPass.cpp
  252     if (TLI->shouldInsertFencesForAtomic(I)) {
 1102   bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI);