Searched refs:shouldExpandAtomicCmpXchgInIR (Results 1 – 9 of 9) sorted by relevance
260 bool shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
3125 bool HexagonTargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in HexagonTargetLowering
243 } else if (CASI && !TLI->shouldExpandAtomicCmpXchgInIR(CASI) && in runOnFunction()311 assert(!TLI->shouldExpandAtomicCmpXchgInIR(CASI) && in runOnFunction()315 if (TLI->shouldExpandAtomicCmpXchgInIR(CASI)) in runOnFunction()
359 bool shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
10194 bool AArch64TargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in AArch64TargetLowering
467 bool shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
12431 bool ARMTargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in ARMTargetLowering
1245 virtual bool shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const { in shouldExpandAtomicCmpXchgInIR() function
454 by overriding ``shouldExpandAtomicCmpXchgInIR()``, ``emitLoadLinked()``,