Searched refs:hasPartwordAtomics (Results 1 – 3 of 3) sorted by relevance
316 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
11388 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()11393 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()11568 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()12477 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()12479 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()12491 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()12496 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
687 def HasPartwordAtomics : Predicate<"Subtarget->hasPartwordAtomics()">;