Searched refs:hasPartwordAtomics (Results 1 – 3 of 3) sorted by relevance
251 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
8136 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()8141 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()8211 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()8839 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()8841 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()8853 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()8858 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
744 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;