Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp267 unsigned AtomicSize = getSmallestAddressableSize(E, GV, TM); in getSmallestAddressableSize() local
268 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
269 SmallestElement = AtomicSize; in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp294 unsigned AtomicSize = getSmallestAddressableSize(E, GV, TM); in getSmallestAddressableSize() local
295 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
296 SmallestElement = AtomicSize; in getSmallestAddressableSize()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h587 unsigned AtomicSize,
DPPCISelLowering.cpp8420 unsigned AtomicSize, in EmitAtomicBinary() argument
8427 switch (AtomicSize) { in EmitAtomicBinary()
8470 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass in EmitAtomicBinary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h695 unsigned AtomicSize,
DPPCISelLowering.cpp9673 unsigned AtomicSize, in EmitAtomicBinary() argument
9682 switch (AtomicSize) { in EmitAtomicBinary()
9729 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass in EmitAtomicBinary()
9761 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary()
9763 BuildMI(BB, dl, TII->get(AtomicSize == 1 ? PPC::EXTSB : PPC::EXTSH), in EmitAtomicBinary()