Searched refs:OpsOut (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 439 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 449 OpsOut.push_back(I64Ty); in getMemcpyLoopResidualLoweringType() 455 OpsOut.push_back(I32Ty); in getMemcpyLoopResidualLoweringType() 462 OpsOut.push_back(I16Ty); in getMemcpyLoopResidualLoweringType() 468 OpsOut.push_back(I8Ty); in getMemcpyLoopResidualLoweringType()
|
| H A D | AMDGPUTargetTransformInfo.h | 145 void getMemcpyLoopResidualLoweringType(SmallVectorImpl<Type *> &OpsOut,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1273 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, 1689 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, 2216 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 2219 Impl.getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
|
| H A D | TargetTransformInfoImpl.h | 668 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 672 OpsOut.push_back(Type::getInt8Ty(Context)); in getMemcpyLoopResidualLoweringType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 947 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 950 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
|