Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp439 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 DAMDGPUTargetTransformInfo.h145 void getMemcpyLoopResidualLoweringType(SmallVectorImpl<Type *> &OpsOut,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1273 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 DTargetTransformInfoImpl.h668 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 DTargetTransformInfo.cpp947 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument
950 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()