reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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 {
252 if (TLI->shouldInsertFencesForAtomic(I)) { 1102 bool ShouldInsertFencesForAtomic = TLI->shouldInsertFencesForAtomic(CI);