Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 10 of 10) sorted by relevance
331 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
3649 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
667 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
20067 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
662 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
17392 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
1587 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
29143 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
275 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
1978 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function