Searched refs:RetTypes (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/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, None); 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 …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 768 std::vector<Type *> RetTypes; in removeDeadStuffFromFunction() local 796 RetTypes.push_back(getRetComponentType(F, Ri)); in removeDeadStuffFromFunction() 797 NewRetIdxs[Ri] = RetTypes.size() - 1; in removeDeadStuffFromFunction() 805 if (RetTypes.size() > 1) { in removeDeadStuffFromFunction() 810 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in removeDeadStuffFromFunction() 813 NRetTy = ArrayType::get(RetTypes[0], RetTypes.size()); in removeDeadStuffFromFunction() 815 } else if (RetTypes.size() == 1) in removeDeadStuffFromFunction() 818 NRetTy = RetTypes.front(); in removeDeadStuffFromFunction() 819 else if (RetTypes.empty()) in removeDeadStuffFromFunction() 974 if (RetTypes.size() > 1) in removeDeadStuffFromFunction() [all …]
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | intrinsic-varargs.td | 19 list<LLVMType> RetTypes = [];
|
| H A D | intrinsic-struct.td | 24 list<LLVMType> RetTypes = ret_types;
|
| H A D | intrinsic-long-name.td | 24 list<LLVMType> RetTypes = [];
|
| H A D | intrin-side-effects.td | 29 list<LLVMType> RetTypes = ret_types;
|
| H A D | intrinsic-pointer-to-any.td | 33 list<LLVMType> RetTypes = ret_types;
|
| H A D | searchabletables-intrinsic.td | 26 list<LLVMType> RetTypes = [];
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.cpp | 722 ListInit *RetTypes = R->getValueAsListInit("RetTypes"); in CodeGenIntrinsic() local 727 for (ListInit *TypeList : {RetTypes, ParamTypes}) { in CodeGenIntrinsic() 744 ListInit *TypeList = RetTypes; in CodeGenIntrinsic()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 652 list<LLVMType> RetTypes = []; 662 !foldl(0, !listconcat(RetTypes, !foreach(arg, DataArgs, arg.Type)), a, b, 689 let RetTypes = base.RetTypes; 703 let RetTypes = [llvm_any_ty]; 717 let RetTypes = retty; 725 let RetTypes = [llvm_anyint_ty]; 733 let RetTypes = [llvm_anyfloat_ty]; 738 let RetTypes = [llvm_anyfloat_ty]; 777 P_.RetTypes, // vdata(VGPR) -- for load/atomic-with-return
|
| H A D | Intrinsics.td | 352 // * RetTypes is a list containing the return types expected for the 366 list<LLVMType> RetTypes = ret_types;
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 728 SmallVector<QualType, 1> &RetTypes, in GetQualTypesForOpenCLBuiltin() argument 732 OCL2Qual(S, TypeTable[Sig], RetTypes); in GetQualTypesForOpenCLBuiltin() 733 GenTypeMaxCnt = RetTypes.size(); in GetQualTypesForOpenCLBuiltin() 757 std::vector<QualType> &FunctionList, SmallVector<QualType, 1> &RetTypes, in GetOpenCLBuiltinFctOverloads() argument 765 if (RetTypes.size() == 0) in GetOpenCLBuiltinFctOverloads() 787 RetTypes[(RetTypes.size() != 1) ? IGenType : 0], ArgList, PI)); in GetOpenCLBuiltinFctOverloads() 841 SmallVector<QualType, 1> RetTypes; in InsertOCLBuiltinDeclarationsFromTable() local 845 GetQualTypesForOpenCLBuiltin(S, OpenCLBuiltin, GenTypeMaxCnt, RetTypes, in InsertOCLBuiltinDeclarationsFromTable() 853 GetOpenCLBuiltinFctOverloads(Context, GenTypeMaxCnt, FunctionList, RetTypes, in InsertOCLBuiltinDeclarationsFromTable()
|