Searched refs:AtomicSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp301 unsigned AtomicSize = getSmallestAddressableSize(E, GV, TM); local
302 if (AtomicSize < SmallestElement)
303 SmallestElement = AtomicSize;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h780 unsigned AtomicSize,
H A DPPCISelLowering.cpp10647 unsigned AtomicSize,
10656 switch (AtomicSize) {
10703 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass
10735 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) {
10737 BuildMI(BB, dl, TII->get(AtomicSize == 1 ? PPC::EXTSB : PPC::EXTSH),
10646 EmitAtomicBinary(MachineInstr &MI, MachineBasicBlock *BB, unsigned AtomicSize, unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const argument

Completed in 87 milliseconds