Lines Matching refs:OutputTable
997 SmallVectorImpl<Intrinsic::IITDescriptor> &OutputTable) { in DecodeIITType() argument
1007 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Void, 0)); in DecodeIITType()
1010 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VarArg, 0)); in DecodeIITType()
1013 OutputTable.push_back(IITDescriptor::get(IITDescriptor::MMX, 0)); in DecodeIITType()
1016 OutputTable.push_back(IITDescriptor::get(IITDescriptor::AMX, 0)); in DecodeIITType()
1019 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Token, 0)); in DecodeIITType()
1022 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0)); in DecodeIITType()
1025 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Half, 0)); in DecodeIITType()
1028 OutputTable.push_back(IITDescriptor::get(IITDescriptor::BFloat, 0)); in DecodeIITType()
1031 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Float, 0)); in DecodeIITType()
1034 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Double, 0)); in DecodeIITType()
1037 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Quad, 0)); in DecodeIITType()
1040 OutputTable.push_back(IITDescriptor::get(IITDescriptor::PPCQuad, 0)); in DecodeIITType()
1043 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 1)); in DecodeIITType()
1046 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 2)); in DecodeIITType()
1049 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 4)); in DecodeIITType()
1052 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 8)); in DecodeIITType()
1055 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer,16)); in DecodeIITType()
1058 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 32)); in DecodeIITType()
1061 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 64)); in DecodeIITType()
1064 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 128)); in DecodeIITType()
1067 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
1068 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1071 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
1072 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1075 OutputTable.push_back(IITDescriptor::getVector(3, IsScalableVector)); in DecodeIITType()
1076 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1079 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
1080 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1083 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
1084 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1087 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
1088 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1091 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
1092 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1095 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
1096 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1099 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
1100 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1103 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
1104 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1107 OutputTable.push_back(IITDescriptor::getVector(512, IsScalableVector)); in DecodeIITType()
1108 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1111 OutputTable.push_back(IITDescriptor::getVector(1024, IsScalableVector)); in DecodeIITType()
1112 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1115 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, 10)); in DecodeIITType()
1116 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct, 0)); in DecodeIITType()
1119 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, 20)); in DecodeIITType()
1120 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Integer, 8)); in DecodeIITType()
1123 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, 0)); in DecodeIITType()
1124 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1127 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Pointer, in DecodeIITType()
1129 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1134 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Argument, ArgInfo)); in DecodeIITType()
1139 OutputTable.push_back(IITDescriptor::get(IITDescriptor::ExtendArgument, in DecodeIITType()
1145 OutputTable.push_back(IITDescriptor::get(IITDescriptor::TruncArgument, in DecodeIITType()
1151 OutputTable.push_back(IITDescriptor::get(IITDescriptor::HalfVecArgument, in DecodeIITType()
1157 OutputTable.push_back(IITDescriptor::get(IITDescriptor::SameVecWidthArgument, in DecodeIITType()
1163 OutputTable.push_back(IITDescriptor::get(IITDescriptor::PtrToArgument, in DecodeIITType()
1169 OutputTable.push_back(IITDescriptor::get(IITDescriptor::PtrToElt, ArgInfo)); in DecodeIITType()
1175 OutputTable.push_back( in DecodeIITType()
1182 OutputTable.push_back( in DecodeIITType()
1187 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct, 0)); in DecodeIITType()
1197 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()
1200 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1205 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Subdivide2Argument, in DecodeIITType()
1211 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Subdivide4Argument, in DecodeIITType()
1217 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VecElementArgument, in DecodeIITType()
1222 DecodeIITType(NextElt, Infos, Info, OutputTable); in DecodeIITType()
1227 OutputTable.push_back(IITDescriptor::get(IITDescriptor::VecOfBitcastsToInt, in DecodeIITType()