Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 10 of 10) sorted by relevance
316 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
3149 bool HexagonTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in HexagonTargetLowering
395 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
11587 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
539 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
14548 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
1306 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
25121 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
304 if (TLI->shouldExpandAtomicStoreInIR(SI)) in runOnFunction()
1695 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function