Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp440 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument
450 OpsOut.push_back(I64Ty); in getMemcpyLoopResidualLoweringType()
456 OpsOut.push_back(I32Ty); in getMemcpyLoopResidualLoweringType()
463 OpsOut.push_back(I16Ty); in getMemcpyLoopResidualLoweringType()
469 OpsOut.push_back(I8Ty); in getMemcpyLoopResidualLoweringType()
H A DAMDGPUTargetTransformInfo.h145 void getMemcpyLoopResidualLoweringType(SmallVectorImpl<Type *> &OpsOut,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1259 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context,
1677 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context,
2202 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument
2205 Impl.getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
H A DTargetTransformInfoImpl.h670 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument
674 OpsOut.push_back(Type::getInt8Ty(Context)); in getMemcpyLoopResidualLoweringType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp944 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument
947 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()