Home
last modified time | relevance | path

Searched refs:FTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreloadKernelArguments.cpp126 SmallVector<Type *, 16> FTypes(FT->param_begin(), FT->param_end()); in cloneFunctionWithPreloadImplicitArgs() local
128 FTypes.push_back(getHiddenArgType(Ctx, HiddenArg(I))); in cloneFunctionWithPreloadImplicitArgs()
131 FunctionType::get(FT->getReturnType(), FTypes, FT->isVarArg()); in cloneFunctionWithPreloadImplicitArgs()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp1212 SmallVector<SmallVector<std::string, 2>, 4> FTypes; in emit() local
1213 expandTypesInSignature(B->getValueAsListOfDefs("Signature"), FTypes); in emit()
1220 for (const auto &Signature : FTypes) { in emit()
1281 SmallVector<SmallVector<std::string, 2>, 4> FTypes; in emit() local
1282 expandTypesInSignature(B->getValueAsListOfDefs("Signature"), FTypes); in emit()
1284 for (const auto &Signature : FTypes) { in emit()