Searched refs:hasPartwordAtomics (Results 1 – 3 of 3) sorted by relevance
246 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
8073 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()8078 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()8149 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()8780 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()8782 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()8794 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()8799 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
742 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;