Searched refs:shouldExpandAtomicLoadInIR (Results 1 – 9 of 9) sorted by relevance
129 if (LI && TLI->shouldExpandAtomicLoadInIR(LI)) { in runOnFunction()559 if (TLI->shouldExpandAtomicLoadInIR(ResultingLoad)) in simplifyIdempotentRMW()
348 bool shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
8939 bool AArch64TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in AArch64TargetLowering
411 bool shouldExpandAtomicLoadInIR(LoadInst *LI) const override;
11095 bool ARMTargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in ARMTargetLowering
998 bool shouldExpandAtomicLoadInIR(LoadInst *SI) const override;
16693 bool X86TargetLowering::shouldExpandAtomicLoadInIR(LoadInst *LI) const { in shouldExpandAtomicLoadInIR() function in X86TargetLowering
1092 virtual bool shouldExpandAtomicLoadInIR(LoadInst *LI) const { return false; } in shouldExpandAtomicLoadInIR() function
452 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``