Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 11 of 11) sorted by relevance
331 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
3610 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
652 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
19347 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
1587 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
28965 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
661 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
16830 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
273 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
459 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``
1958 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function