Searched refs:OpsOut (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.cpp | 433 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 441 OpsOut, Context, RemainingBytes, SrcAddrSpace, DestAddrSpace, SrcAlign, in getMemcpyLoopResidualLoweringType() 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 | 139 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context,
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1338 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, 1802 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, 2387 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 2391 Impl.getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
|
| H A D | TargetTransformInfoImpl.h | 721 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 728 OpsOut.push_back(OpType); in getMemcpyLoopResidualLoweringType()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1011 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 1016 OpsOut, Context, RemainingBytes, SrcAddrSpace, DestAddrSpace, SrcAlign, in getMemcpyLoopResidualLoweringType()
|