Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetObjectFile.cpp301 unsigned AtomicSize = getSmallestAddressableSize(E, GV, TM); in getSmallestAddressableSize() local
302 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
303 SmallestElement = AtomicSize; in getSmallestAddressableSize()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h780 unsigned AtomicSize,
HDPPCISelLowering.cpp10647 unsigned AtomicSize, in EmitAtomicBinary() argument
10656 switch (AtomicSize) { in EmitAtomicBinary()
10703 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass in EmitAtomicBinary()
10735 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary()
10737 BuildMI(BB, dl, TII->get(AtomicSize == 1 ? PPC::EXTSB : PPC::EXTSH), in EmitAtomicBinary()