Home
last modified time | relevance | path

Searched refs:TypeSig (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DIntrinsicEmitter.cpp364 std::vector<unsigned char> &TypeSig) { in ComputeFixedEncoding() argument
368 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()
371 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()
375 case 2: TypeSig.push_back(IIT_STRUCT2); break; in ComputeFixedEncoding()
376 case 3: TypeSig.push_back(IIT_STRUCT3); break; in ComputeFixedEncoding()
377 case 4: TypeSig.push_back(IIT_STRUCT4); break; in ComputeFixedEncoding()
378 case 5: TypeSig.push_back(IIT_STRUCT5); break; in ComputeFixedEncoding()
379 case 6: TypeSig.push_back(IIT_STRUCT6); break; in ComputeFixedEncoding()
380 case 7: TypeSig.push_back(IIT_STRUCT7); break; in ComputeFixedEncoding()
381 case 8: TypeSig.push_back(IIT_STRUCT8); break; in ComputeFixedEncoding()
[all …]
/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp336 std::vector<unsigned char> &TypeSig) { in ComputeFixedEncoding() argument
340 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()
343 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()
347 case 2: TypeSig.push_back(IIT_STRUCT2); break; in ComputeFixedEncoding()
348 case 3: TypeSig.push_back(IIT_STRUCT3); break; in ComputeFixedEncoding()
349 case 4: TypeSig.push_back(IIT_STRUCT4); break; in ComputeFixedEncoding()
350 case 5: TypeSig.push_back(IIT_STRUCT5); break; in ComputeFixedEncoding()
355 EncodeFixedType(Int.IS.RetTypeDefs[i], ArgCodes, TypeSig); in ComputeFixedEncoding()
359 EncodeFixedType(Int.IS.ParamTypeDefs[i], ArgCodes, TypeSig); in ComputeFixedEncoding()
374 std::vector<unsigned char> TypeSig; in EmitGenerator() local
[all …]