Home
last modified time | relevance | path

Searched refs:hasQuadwordAtomics (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.h306 bool hasQuadwordAtomics() const { return HasQuadwordAtomics; } in hasQuadwordAtomics() function
DPPCISelLowering.cpp1289 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()
DPPCInstrInfo.td1179 def HasQuadwordAtomics : Predicate<"Subtarget->hasQuadwordAtomics()">;