Searched refs:shouldExpandAtomicStoreInIR (Results 1 – 9 of 9) sorted by relevance
349 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
8931 bool AArch64TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in AArch64TargetLowering
131 } else if (SI && TLI->shouldExpandAtomicStoreInIR(SI)) { in runOnFunction()
412 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
11083 bool ARMTargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in ARMTargetLowering
999 bool shouldExpandAtomicStoreInIR(StoreInst *SI) const override;
16687 bool X86TargetLowering::shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function in X86TargetLowering
1080 virtual bool shouldExpandAtomicStoreInIR(StoreInst *SI) const { in shouldExpandAtomicStoreInIR() function
452 by overriding ``shouldExpandAtomicStoreInIR()``/``shouldExpandAtomicLoadInIR()``