Searched refs:enableAtomicExpand (Results 1 – 5 of 5) sorted by relevance
31 bool TargetSubtargetInfo::enableAtomicExpand() const { in enableAtomicExpand() function in TargetSubtargetInfo
148 virtual bool enableAtomicExpand() const;
303 bool ARMSubtarget::enableAtomicExpand() const { in enableAtomicExpand() function in ARMSubtarget
594 bool enableAtomicExpand() const override;
176 if (!TM || !TM->getSubtargetImpl(F)->enableAtomicExpand()) in runOnFunction()