Searched refs:hasPartwordAtomics (Results 1 – 3 of 3) sorted by relevance
246 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
7844 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()7849 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()7920 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()8548 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()8550 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()8562 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()8567 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
726 def HasPartwordAtomics : Predicate<"PPCSubTarget->hasPartwordAtomics()">;