Searched refs:RetTypes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 318 std::vector<ast_type_traits::ASTNodeKind> &RetTypes) { 319 RetTypes.push_back( 321 buildReturnTypeVectorFromTypeList<typename T::tail>(RetTypes); 327 std::vector<ast_type_traits::ASTNodeKind> &RetTypes) {} 708 std::vector<ast_type_traits::ASTNodeKind> RetTypes; 709 BuildReturnTypeVector<ReturnType>::build(RetTypes); 712 MatcherName, RetTypes, None); 719 std::vector<ast_type_traits::ASTNodeKind> RetTypes; 720 BuildReturnTypeVector<ReturnType>::build(RetTypes); 732 std::vector<ast_type_traits::ASTNodeKind> RetTypes; [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 776 std::vector<Type*> RetTypes; in RemoveDeadStuffFromFunction() local 804 RetTypes.push_back(getRetComponentType(F, i)); in RemoveDeadStuffFromFunction() 805 NewRetIdxs[i] = RetTypes.size() - 1; in RemoveDeadStuffFromFunction() 813 if (RetTypes.size() > 1) { in RemoveDeadStuffFromFunction() 818 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in RemoveDeadStuffFromFunction() 821 NRetTy = ArrayType::get(RetTypes[0], RetTypes.size()); in RemoveDeadStuffFromFunction() 823 } else if (RetTypes.size() == 1) in RemoveDeadStuffFromFunction() 826 NRetTy = RetTypes.front(); in RemoveDeadStuffFromFunction() 827 else if (RetTypes.empty()) in RemoveDeadStuffFromFunction() 985 if (RetTypes.size() > 1) in RemoveDeadStuffFromFunction() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 566 list<LLVMType> RetTypes = []; 573 !foldl(0, !listconcat(RetTypes, !foreach(arg, DataArgs, arg.Type)), a, b, 600 let RetTypes = base.RetTypes; 611 let RetTypes = [llvm_any_ty]; 622 let RetTypes = retty; 630 let RetTypes = [llvm_anyint_ty]; 636 let RetTypes = [llvm_anyfloat_ty]; 646 P_.RetTypes, // vdata(VGPR) -- for load/atomic-with-return
|
| H A D | Intrinsics.td | 270 // * RetTypes is a list containing the return types expected for the 283 list<LLVMType> RetTypes = ret_types;
|