Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1065 void getMemcpyLoopResidualLoweringType(SmallVectorImpl<Type *> &OpsOut,
1370 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context,
1815 void getMemcpyLoopResidualLoweringType(SmallVectorImpl<Type *> &OpsOut, in getMemcpyLoopResidualLoweringType() argument
1820 Impl.getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
DTargetTransformInfoImpl.h541 void getMemcpyLoopResidualLoweringType(SmallVectorImpl<Type *> &OpsOut, in getMemcpyLoopResidualLoweringType() argument
547 OpsOut.push_back(Type::getInt8Ty(Context)); in getMemcpyLoopResidualLoweringType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp777 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument
779 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()