Home
last modified time | relevance | path

Searched refs:RetTypes (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DMarshallers.h267 std::vector<ast_type_traits::ASTNodeKind> &RetTypes) {
268 RetTypes.push_back(
270 buildReturnTypeVectorFromTypeList<typename T::tail>(RetTypes);
276 std::vector<ast_type_traits::ASTNodeKind> &RetTypes) {}
280 static void build(std::vector<ast_type_traits::ASTNodeKind> &RetTypes) {
281 buildReturnTypeVectorFromTypeList<typename T::ReturnTypes>(RetTypes);
287 static void build(std::vector<ast_type_traits::ASTNodeKind> &RetTypes) {
288 RetTypes.push_back(ast_type_traits::ASTNodeKind::getFromNodeKind<T>());
294 static void build(std::vector<ast_type_traits::ASTNodeKind> &RetTypes) {
295 RetTypes.push_back(ast_type_traits::ASTNodeKind::getFromNodeKind<T>());
[all …]
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp724 std::vector<Type*> RetTypes; in RemoveDeadStuffFromFunction() local
752 RetTypes.push_back(getRetComponentType(F, i)); in RemoveDeadStuffFromFunction()
753 NewRetIdxs[i] = RetTypes.size() - 1; in RemoveDeadStuffFromFunction()
760 if (RetTypes.size() > 1) { in RemoveDeadStuffFromFunction()
765 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in RemoveDeadStuffFromFunction()
768 NRetTy = ArrayType::get(RetTypes[0], RetTypes.size()); in RemoveDeadStuffFromFunction()
770 } else if (RetTypes.size() == 1) in RemoveDeadStuffFromFunction()
773 NRetTy = RetTypes.front(); in RemoveDeadStuffFromFunction()
774 else if (RetTypes.size() == 0) in RemoveDeadStuffFromFunction()
935 if (RetTypes.size() > 1) in RemoveDeadStuffFromFunction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp772 std::vector<Type*> RetTypes; in RemoveDeadStuffFromFunction() local
800 RetTypes.push_back(getRetComponentType(F, i)); in RemoveDeadStuffFromFunction()
801 NewRetIdxs[i] = RetTypes.size() - 1; in RemoveDeadStuffFromFunction()
809 if (RetTypes.size() > 1) { in RemoveDeadStuffFromFunction()
814 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in RemoveDeadStuffFromFunction()
817 NRetTy = ArrayType::get(RetTypes[0], RetTypes.size()); in RemoveDeadStuffFromFunction()
819 } else if (RetTypes.size() == 1) in RemoveDeadStuffFromFunction()
822 NRetTy = RetTypes.front(); in RemoveDeadStuffFromFunction()
823 else if (RetTypes.empty()) in RemoveDeadStuffFromFunction()
981 if (RetTypes.size() > 1) in RemoveDeadStuffFromFunction()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp668 std::vector<Type*> RetTypes; in RemoveDeadStuffFromFunction() local
678 RetTypes.push_back(STy->getElementType(i)); in RemoveDeadStuffFromFunction()
679 NewRetIdxs[i] = RetTypes.size() - 1; in RemoveDeadStuffFromFunction()
689 RetTypes.push_back(RetTy); in RemoveDeadStuffFromFunction()
696 if (RetTypes.size() > 1) in RemoveDeadStuffFromFunction()
703 NRetTy = StructType::get(STy->getContext(), RetTypes, STy->isPacked()); in RemoveDeadStuffFromFunction()
704 else if (RetTypes.size() == 1) in RemoveDeadStuffFromFunction()
707 NRetTy = RetTypes.front(); in RemoveDeadStuffFromFunction()
708 else if (RetTypes.size() == 0) in RemoveDeadStuffFromFunction()
869 if (RetTypes.size() > 1) in RemoveDeadStuffFromFunction()
[all …]
/external/llvm/test/TableGen/
Dintrinsic-varargs.td20 list<LLVMType> RetTypes = [];
Dintrinsic-long-name.td20 list<LLVMType> RetTypes = [];
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dintrinsic-varargs.td21 list<LLVMType> RetTypes = [];
Dintrinsic-struct.td21 list<LLVMType> RetTypes = ret_types;
Dintrinsic-long-name.td21 list<LLVMType> RetTypes = [];
Dsearchabletables-intrinsic.td23 list<LLVMType> RetTypes = [];
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td548 list<LLVMType> RetTypes = [];
555 !foldl(0, !listconcat(RetTypes, !foreach(arg, DataArgs, arg.Type)), a, b,
582 let RetTypes = base.RetTypes;
593 let RetTypes = [llvm_anyfloat_ty];
604 let RetTypes = retty;
612 let RetTypes = [llvm_anyint_ty];
618 let RetTypes = [llvm_anyfloat_ty];
628 P_.RetTypes, // vdata(VGPR) -- for load/atomic-with-return
DIntrinsics.td266 // * RetTypes is a list containing the return types expected for the
279 list<LLVMType> RetTypes = ret_types;
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsics.td152 // * RetTypes is a list containing the return types expected for the
164 list<LLVMType> RetTypes = ret_types;
/external/llvm/include/llvm/IR/
DIntrinsics.td239 // * RetTypes is a list containing the return types expected for the
252 list<LLVMType> RetTypes = ret_types;