Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp24 std::optional<uint32_t> AtomicElementSize) { in createMemCpyLoopKnownSize() argument
45 AtomicElementSize); in createMemCpyLoopKnownSize()
46 assert((!AtomicElementSize || !LoopOpType->isVectorTy()) && in createMemCpyLoopKnownSize()
50 assert((!AtomicElementSize || LoopOpSize % *AtomicElementSize == 0) && in createMemCpyLoopKnownSize()
99 if (AtomicElementSize) { in createMemCpyLoopKnownSize()
122 DstAlign.value(), AtomicElementSize); in createMemCpyLoopKnownSize()
131 (!AtomicElementSize || OperandSize % *AtomicElementSize == 0) && in createMemCpyLoopKnownSize()
164 if (AtomicElementSize) { in createMemCpyLoopKnownSize()
179 std::optional<uint32_t> AtomicElementSize) { in createMemCpyLoopUnknownSize() argument
197 AtomicElementSize); in createMemCpyLoopUnknownSize()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h139 std::optional<uint32_t> AtomicElementSize) const;
H A DAMDGPUTargetTransformInfo.cpp406 std::optional<uint32_t> AtomicElementSize) const { in getMemcpyLoopLoweringType()
408 if (AtomicElementSize) in getMemcpyLoopLoweringType()
409 return Type::getIntNTy(Context, *AtomicElementSize * 8); in getMemcpyLoopLoweringType()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h752 std::optional<uint32_t> AtomicElementSize) const { in getMemcpyLoopLoweringType() argument
753 return AtomicElementSize ? Type::getIntNTy(Context, *AtomicElementSize * 8) in getMemcpyLoopLoweringType()
H A DTargetTransformInfo.h1383 std::optional<uint32_t> AtomicElementSize = std::nullopt) const;
1864 std::optional<uint32_t> AtomicElementSize) const = 0;
2485 std::optional<uint32_t> AtomicElementSize) const override { in getMemcpyLoopLoweringType() argument
2488 AtomicElementSize); in getMemcpyLoopLoweringType()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1063 std::optional<uint32_t> AtomicElementSize) const { in getMemcpyLoopLoweringType()
1066 AtomicElementSize); in getMemcpyLoopLoweringType()