Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 13 of 13) sorted by relevance
493 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
13025 SITargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in SITargetLowering
664 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
21108 ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
354 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
3886 HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
715 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
22332 AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
1715 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
31455 X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
444 switch (TLI->shouldExpandAtomicStoreInIR(SI)) { in tryExpandAtomicStore()
459 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``
2132 virtual AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function