Searched refs:hasQuadwordAtomics (Results 1 – 3 of 3) sorted by relevance
306 bool hasQuadwordAtomics() const { return HasQuadwordAtomics; } in hasQuadwordAtomics() function
1289 if (EnableQuadwordAtomics && Subtarget.hasQuadwordAtomics()) in PPCTargetLowering()17499 if (EnableQuadwordAtomics && Subtarget.hasQuadwordAtomics() && Size == 128) in shouldExpandAtomicRMWInIR()17510 if (EnableQuadwordAtomics && Subtarget.hasQuadwordAtomics() && Size == 128) in shouldExpandAtomicCmpXchgInIR()17540 assert(EnableQuadwordAtomics && Subtarget.hasQuadwordAtomics() && in emitMaskedAtomicRMWIntrinsic()17565 assert(EnableQuadwordAtomics && Subtarget.hasQuadwordAtomics() && in emitMaskedAtomicCmpXchgIntrinsic()
1179 def HasQuadwordAtomics : Predicate<"Subtarget->hasQuadwordAtomics()">;