Searched refs:hasPartwordAtomics (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h291 bool hasPartwordAtomics() const { return HasPartwordAtomics; } function in class:llvm::PPCSubtarget
H A DPPCISelLowering.cpp11345 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4");
11350 assert(Subtarget.hasPartwordAtomics() && "Call this only with size >=4");
11452 if (Subtarget.hasPartwordAtomics())
12366 (Subtarget.hasPartwordAtomics() &&
12368 (Subtarget.hasPartwordAtomics() &&
12380 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics.");
12385 assert(Subtarget.hasPartwordAtomics() && "No support partword atomics.");

Completed in 86 milliseconds