Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 13 of 13) sorted by relevance
328 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
3674 HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
486 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
12822 SITargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in SITargetLowering
669 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
21017 ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
697 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
20416 AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
1653 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
30859 X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
431 switch (TLI->shouldExpandAtomicStoreInIR(SI)) { in tryExpandAtomicStore()
459 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``
2066 virtual AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function