Searched refs:OpsOut (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 451 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 459 OpsOut, Context, RemainingBytes, SrcAddrSpace, DestAddrSpace, SrcAlign, in getMemcpyLoopResidualLoweringType() 467 OpsOut.push_back(I64Ty); in getMemcpyLoopResidualLoweringType() 473 OpsOut.push_back(I32Ty); in getMemcpyLoopResidualLoweringType() 480 OpsOut.push_back(I16Ty); in getMemcpyLoopResidualLoweringType() 486 OpsOut.push_back(I8Ty); in getMemcpyLoopResidualLoweringType()
|
H A D | AMDGPUTargetTransformInfo.h | 146 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfo.h | 1600 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, 2140 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, 2848 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 2852 Impl.getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
|
H A D | TargetTransformInfoImpl.h | 849 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 856 OpsOut.push_back(OpType); in getMemcpyLoopResidualLoweringType()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 1209 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 1214 OpsOut, Context, RemainingBytes, SrcAddrSpace, DestAddrSpace, SrcAlign, in getMemcpyLoopResidualLoweringType()
|