Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp433 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 DAMDGPUTargetTransformInfo.h139 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context,
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1338 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 DTargetTransformInfoImpl.h721 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 DTargetTransformInfo.cpp1011 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument
1016 OpsOut, Context, RemainingBytes, SrcAddrSpace, DestAddrSpace, SrcAlign, in getMemcpyLoopResidualLoweringType()