Lines Matching refs:OutputTable
695 SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) { in DecodeIITType() argument
703 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType()
706 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType()
709 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType()
712 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Token, 0)); in DecodeIITType()
715 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType()
718 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType()
721 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType()
724 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType()
727 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Quad, 0)); in DecodeIITType()
730 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 1)); in DecodeIITType()
733 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 8)); in DecodeIITType()
736 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer,16)); in DecodeIITType()
739 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 32)); in DecodeIITType()
742 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 64)); in DecodeIITType()
745 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 128)); in DecodeIITType()
748 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 1)); in DecodeIITType()
749 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
752 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 2)); in DecodeIITType()
753 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
756 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 4)); in DecodeIITType()
757 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
760 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 8)); in DecodeIITType()
761 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
764 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 16)); in DecodeIITType()
765 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
768 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 32)); in DecodeIITType()
769 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
772 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 64)); in DecodeIITType()
773 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
776 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 512)); in DecodeIITType()
777 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
780 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 1024)); in DecodeIITType()
781 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
784 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, 0)); in DecodeIITType()
785 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
788 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, in DecodeIITType()
790 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
795 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Argument, ArgInfo)); in DecodeIITType()
800 OutputTable.push_back(IITDescriptor::get(IITDescriptor::ExtendArgument, in DecodeIITType()
806 OutputTable.push_back(IITDescriptor::get(IITDescriptor::TruncArgument, in DecodeIITType()
812 OutputTable.push_back(IITDescriptor::get(IITDescriptor::HalfVecArgument, in DecodeIITType()
818 OutputTable.push_back(IITDescriptor::get(IITDescriptor::SameVecWidthArgument, in DecodeIITType()
824 OutputTable.push_back(IITDescriptor::get(IITDescriptor::PtrToArgument, in DecodeIITType()
830 OutputTable.push_back(IITDescriptor::get(IITDescriptor::PtrToElt, ArgInfo)); in DecodeIITType()
836 OutputTable.push_back( in DecodeIITType()
841 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct, 0)); in DecodeIITType()
850 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()
853 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()