Lines Matching refs:OutputTable

944                       SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) {  in DecodeIITType()  argument
954 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType()
957 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType()
960 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType()
963 OutputTable.push_back(IITDescriptor::get(IITDescriptor::AMX, 0)); in DecodeIITType()
966 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Token, 0)); in DecodeIITType()
969 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType()
972 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType()
975 OutputTable.push_back(IITDescriptor::get(IITDescriptor::BFloat, 0)); in DecodeIITType()
978 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType()
981 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType()
984 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Quad, 0)); in DecodeIITType()
987 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 1)); in DecodeIITType()
990 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 8)); in DecodeIITType()
993 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer,16)); in DecodeIITType()
996 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 32)); in DecodeIITType()
999 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 64)); in DecodeIITType()
1002 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 128)); in DecodeIITType()
1005 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1006 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1009 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1010 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1013 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1014 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1017 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1018 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1021 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1022 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1025 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1026 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1029 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1030 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1033 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
1034 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1037 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
1038 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1041 OutputTable.push_back(IITDescriptor::getVector(512, IsScalableVector)); in DecodeIITType()
1042 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1045 OutputTable.push_back(IITDescriptor::getVector(1024, IsScalableVector)); in DecodeIITType()
1046 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1049 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, 0)); in DecodeIITType()
1050 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1053 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, in DecodeIITType()
1055 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1060 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Argument, ArgInfo)); in DecodeIITType()
1065 OutputTable.push_back(IITDescriptor::get(IITDescriptor::ExtendArgument, in DecodeIITType()
1071 OutputTable.push_back(IITDescriptor::get(IITDescriptor::TruncArgument, in DecodeIITType()
1077 OutputTable.push_back(IITDescriptor::get(IITDescriptor::HalfVecArgument, in DecodeIITType()
1083 OutputTable.push_back(IITDescriptor::get(IITDescriptor::SameVecWidthArgument, in DecodeIITType()
1089 OutputTable.push_back(IITDescriptor::get(IITDescriptor::PtrToArgument, in DecodeIITType()
1095 OutputTable.push_back(IITDescriptor::get(IITDescriptor::PtrToElt, ArgInfo)); in DecodeIITType()
1101 OutputTable.push_back( in DecodeIITType()
1106 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct, 0)); in DecodeIITType()
1116 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()
1119 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1124 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Subdivide2Argument, in DecodeIITType()
1130 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Subdivide4Argument, in DecodeIITType()
1136 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VecElementArgument, in DecodeIITType()
1141 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1146 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VecOfBitcastsToInt, in DecodeIITType()