Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp28 std::optional<uint32_t> AtomicElementSize) { in createMemCpyLoopKnownSize() argument
49 AtomicElementSize); in createMemCpyLoopKnownSize()
50 assert((!AtomicElementSize || !LoopOpType->isVectorTy()) && in createMemCpyLoopKnownSize()
54 assert((!AtomicElementSize || LoopOpSize % *AtomicElementSize == 0) && in createMemCpyLoopKnownSize()
92 if (AtomicElementSize) { in createMemCpyLoopKnownSize()
115 DstAlign.value(), AtomicElementSize); in createMemCpyLoopKnownSize()
124 (!AtomicElementSize || OperandSize % *AtomicElementSize == 0) && in createMemCpyLoopKnownSize()
148 if (AtomicElementSize) { in createMemCpyLoopKnownSize()
183 std::optional<uint32_t> AtomicElementSize) { in createMemCpyLoopUnknownSize() argument
201 AtomicElementSize); in createMemCpyLoopUnknownSize()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h143 std::optional<uint32_t> AtomicElementSize) const;
H A DAMDGPUTargetTransformInfo.cpp422 std::optional<uint32_t> AtomicElementSize) const { in getMemcpyLoopLoweringType()
424 if (AtomicElementSize) in getMemcpyLoopLoweringType()
425 return Type::getIntNTy(Context, *AtomicElementSize * 8); in getMemcpyLoopLoweringType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h843 std::optional<uint32_t> AtomicElementSize) const { in getMemcpyLoopLoweringType() argument
844 return AtomicElementSize ? Type::getIntNTy(Context, *AtomicElementSize * 8) in getMemcpyLoopLoweringType()
H A DTargetTransformInfo.h1591 std::optional<uint32_t> AtomicElementSize = std::nullopt) const;
2137 std::optional<uint32_t> AtomicElementSize) const = 0;
2842 std::optional<uint32_t> AtomicElementSize) const override { in getMemcpyLoopLoweringType() argument
2845 AtomicElementSize); in getMemcpyLoopLoweringType()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1202 std::optional<uint32_t> AtomicElementSize) const { in getMemcpyLoopLoweringType()
1205 AtomicElementSize); in getMemcpyLoopLoweringType()