Home
last modified time | relevance | path

Searched refs:AtomicSize (Results 1 – 10 of 10) 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-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp301 unsigned AtomicSize = getSmallestAddressableSize(E, GV, TM); in getSmallestAddressableSize() local
302 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
303 SmallestElement = AtomicSize; in getSmallestAddressableSize()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp301 unsigned AtomicSize = getSmallestAddressableSize(E, GV, TM); in getSmallestAddressableSize() local
302 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
303 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-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h780 unsigned AtomicSize,
DPPCISelLowering.cpp10619 unsigned AtomicSize, in EmitAtomicBinary() argument
10628 switch (AtomicSize) { in EmitAtomicBinary()
10675 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass in EmitAtomicBinary()
10707 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary()
10709 BuildMI(BB, dl, TII->get(AtomicSize == 1 ? PPC::EXTSB : PPC::EXTSH), in EmitAtomicBinary()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h836 unsigned AtomicSize,
DPPCISelLowering.cpp11211 unsigned AtomicSize, in EmitAtomicBinary() argument
11220 switch (AtomicSize) { in EmitAtomicBinary()
11267 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass in EmitAtomicBinary()
11299 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary()
11301 BuildMI(BB, dl, TII->get(AtomicSize == 1 ? PPC::EXTSB : PPC::EXTSH), in EmitAtomicBinary()
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td305 def AtomicSize : Type<"atomic_size_t", QualType<"getAtomicType(Context.getSizeType())">>;