Searched refs:enableAtomicExpand (Results 1 – 5 of 5) sorted by relevance
33 bool TargetSubtargetInfo::enableAtomicExpand() const { in enableAtomicExpand() function in TargetSubtargetInfo
139 virtual bool enableAtomicExpand() const;
335 bool ARMSubtarget::enableAtomicExpand() const { in enableAtomicExpand() function in ARMSubtarget
469 bool enableAtomicExpand() const override;
80 if (!TM || !TM->getSubtargetImpl(F)->enableAtomicExpand()) in runOnFunction()