Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp300 unsigned AtomicSize = getSmallestAddressableSize(E, GV, TM); in getSmallestAddressableSize() local
301 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
302 SmallestElement = AtomicSize; in getSmallestAddressableSize()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DLowerMemIntrinsics.h39 std::optional<unsigned> AtomicSize = std::nullopt);
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h944 unsigned AtomicSize,
DPPCISelLowering.cpp11537 unsigned AtomicSize, in EmitAtomicBinary() argument
11546 switch (AtomicSize) { in EmitAtomicBinary()
11593 RegInfo.createVirtualRegister( AtomicSize == 8 ? &PPC::G8RCRegClass in EmitAtomicBinary()
11626 if (CmpOpcode == PPC::CMPW && AtomicSize < 4) { in EmitAtomicBinary()
11628 BuildMI(BB, dl, TII->get(AtomicSize == 1 ? PPC::EXTSB : PPC::EXTSH), in EmitAtomicBinary()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DOpenCLBuiltins.td420 def AtomicSize : Type<"atomic_size_t", QualType<"Context.getAtomicType(Context.getSizeTy…