Lines Matching refs:OutputTable
591 SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) { in DecodeIITType() argument
598 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType()
601 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType()
604 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType()
607 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Token, 0)); in DecodeIITType()
610 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType()
613 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType()
616 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType()
619 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType()
622 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 1)); in DecodeIITType()
625 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 8)); in DecodeIITType()
628 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer,16)); in DecodeIITType()
631 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 32)); in DecodeIITType()
634 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 64)); in DecodeIITType()
637 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 128)); in DecodeIITType()
640 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 1)); in DecodeIITType()
641 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
644 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 2)); in DecodeIITType()
645 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
648 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 4)); in DecodeIITType()
649 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
652 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 8)); in DecodeIITType()
653 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
656 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 16)); in DecodeIITType()
657 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
660 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 32)); in DecodeIITType()
661 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
664 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 64)); in DecodeIITType()
665 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
668 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 512)); in DecodeIITType()
669 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
672 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Vector, 1024)); in DecodeIITType()
673 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
676 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, 0)); in DecodeIITType()
677 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
680 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, in DecodeIITType()
682 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()
687 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Argument, ArgInfo)); in DecodeIITType()
692 OutputTable.push_back(IITDescriptor::get(IITDescriptor::ExtendArgument, in DecodeIITType()
698 OutputTable.push_back(IITDescriptor::get(IITDescriptor::TruncArgument, in DecodeIITType()
704 OutputTable.push_back(IITDescriptor::get(IITDescriptor::HalfVecArgument, in DecodeIITType()
710 OutputTable.push_back(IITDescriptor::get(IITDescriptor::SameVecWidthArgument, in DecodeIITType()
716 OutputTable.push_back(IITDescriptor::get(IITDescriptor::PtrToArgument, in DecodeIITType()
722 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VecOfPtrsToElt, in DecodeIITType()
727 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct, 0)); in DecodeIITType()
733 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()
736 DecodeIITType(NextElt, Infos, OutputTable); in DecodeIITType()