Searched refs:hasPartwordAtomics (Results 1 – 3 of 3) sorted by relevance
303 bool hasPartwordAtomics() const { return HasPartwordAtomics; } in hasPartwordAtomics() function
11001 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()11006 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4"); in EmitAtomicBinary()11181 if (Subtarget.hasPartwordAtomics()) in EmitPartwordAtomicBinary()12089 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()12091 (Subtarget.hasPartwordAtomics() && in EmitInstrWithCustomInserter()12103 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()12108 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics."); in EmitInstrWithCustomInserter()
1166 def HasPartwordAtomics : Predicate<"Subtarget->hasPartwordAtomics()">;