Searched refs:RetTypes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 466 std::vector<ASTNodeKind> &RetTypes) {} 470 static void build(std::vector<ASTNodeKind> &RetTypes) { 1059 std::vector<ASTNodeKind> RetTypes; 1060 BuildReturnTypeVector<ReturnType>::build(RetTypes); 1063 MatcherName, RetTypes, std::nullopt); 1070 std::vector<ASTNodeKind> RetTypes; 1071 BuildReturnTypeVector<ReturnType>::build(RetTypes); 1083 std::vector<ASTNodeKind> RetTypes; 1084 BuildReturnTypeVector<ReturnType>::build(RetTypes); 1096 std::vector<ASTNodeKind> RetTypes; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 783 std::vector<Type *> RetTypes; in removeDeadStuffFromFunction() local 811 RetTypes.push_back(getRetComponentType(F, Ri)); in removeDeadStuffFromFunction() 812 NewRetIdxs[Ri] = RetTypes.size() - 1; in removeDeadStuffFromFunction() 820 if (RetTypes.size() > 1) { in removeDeadStuffFromFunction() 825 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in removeDeadStuffFromFunction() 828 NRetTy = ArrayType::get(RetTypes[0], RetTypes.size()); in removeDeadStuffFromFunction() 830 } else if (RetTypes.size() == 1) in removeDeadStuffFromFunction() 833 NRetTy = RetTypes.front(); in removeDeadStuffFromFunction() 834 else if (RetTypes.empty()) in removeDeadStuffFromFunction() 990 if (RetTypes.size() > 1) in removeDeadStuffFromFunction() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 743 SmallVector<QualType, 1> &RetTypes, in GetQualTypesForOpenCLBuiltin() argument 747 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin() 748 GenTypeMaxCnt = RetTypes.size(); in GetQualTypesForOpenCLBuiltin() 772 std::vector<QualType> &FunctionList, SmallVector<QualType, 1> &RetTypes, in GetOpenCLBuiltinFctOverloads() argument 780 if (RetTypes.size() == 0) in GetOpenCLBuiltinFctOverloads() 802 RetTypes[(RetTypes.size() != 1) ? IGenType : 0], ArgList, PI)); in GetOpenCLBuiltinFctOverloads() 856 SmallVector<QualType, 1> RetTypes; in InsertOCLBuiltinDeclarationsFromTable() local 860 GetQualTypesForOpenCLBuiltin(S, OpenCLBuiltin, GenTypeMaxCnt, RetTypes, in InsertOCLBuiltinDeclarationsFromTable() 868 GetOpenCLBuiltinFctOverloads(Context, GenTypeMaxCnt, FunctionList, RetTypes, in InsertOCLBuiltinDeclarationsFromTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 727 list<LLVMType> RetTypes = []; 737 !foldl(0, !listconcat(RetTypes, !foreach(arg, DataArgs, arg.Type)), a, b, 764 let RetTypes = base.RetTypes; 778 let RetTypes = [llvm_any_ty]; 792 let RetTypes = retty; 800 let RetTypes = [llvm_anyint_ty]; 808 let RetTypes = [llvm_anyfloat_ty]; 813 let RetTypes = [llvm_anyfloat_ty]; 852 P_.RetTypes, // vdata(VGPR) -- for load/atomic-with-return
|
| H A D | Intrinsics.td | 597 list<LLVMType> RetTypes, 599 list<LLVMType> AllTypes = !listconcat(RetTypes, ParamTypes); 624 [IIT_RetNumbers[!size(RetTypes)]], 643 // * RetTypes is a list containing the return types expected for the 657 list<LLVMType> RetTypes = ret_types; 668 TypeInfoGen TypeInfo = TypeInfoGen<RetTypes, ParamTypes>;
|