Searched refs:hasPartwordAtomics (Results 1 – 3 of 3) sorted by relevance
264 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
8433 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()8438 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()8508 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()9134 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()9136 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()9148 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()9153 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
790 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;