Searched refs:OpsOut (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 440 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 D | AMDGPUTargetTransformInfo.h | 145 void getMemcpyLoopResidualLoweringType(SmallVectorImpl<Type *> &OpsOut,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1259 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 D | TargetTransformInfoImpl.h | 670 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 D | TargetTransformInfo.cpp | 944 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 947 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
|