Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 10 of 10) sorted by relevance
325 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
3352 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
565 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
16771 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
479 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
13058 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
1435 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
27311 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
304 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
1808 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function