Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 12 of 12) sorted by relevance
545 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
16329 SITargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in SITargetLowering
357 AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
3912 HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
674 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
21341 ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
801 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
26526 AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
1747 shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
30477 X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
475 switch (TLI->shouldExpandAtomicStoreInIR(SI)) { in tryExpandAtomicStore()
2298 virtual AtomicExpansionKind shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function