Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp776 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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td597 list<LLVMType> RetTypes = [];
604 !foldl(0, !listconcat(RetTypes, !foreach(arg, DataArgs, arg.Type)), a, b,
631 let RetTypes = base.RetTypes;
642 let RetTypes = [llvm_any_ty];
653 let RetTypes = retty;
661 let RetTypes = [llvm_anyint_ty];
667 let RetTypes = [llvm_anyfloat_ty];
690 P_.RetTypes, // vdata(VGPR) -- for load/atomic-with-return
DIntrinsics.td299 // * RetTypes is a list containing the return types expected for the
312 list<LLVMType> RetTypes = ret_types;