Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 12 of 12) sorted by relevance
557 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
17507 SITargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in SITargetLowering
695 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
21271 ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
373 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
3947 HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
322 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
28057 AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
1839 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
31694 X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
546 switch (TLI->shouldExpandAtomicStoreInIR(SI)) { in tryExpandAtomicStore()
2372 virtual AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function