Searched refs:OpsOut (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 1065 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()
|
D | TargetTransformInfoImpl.h | 541 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/ |
D | TargetTransformInfo.cpp | 777 SmallVectorImpl<Type *> &OpsOut, LLVMContext &Context, in getMemcpyLoopResidualLoweringType() argument 779 TTIImpl->getMemcpyLoopResidualLoweringType(OpsOut, Context, RemainingBytes, in getMemcpyLoopResidualLoweringType()
|