Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp448 std::vector<unsigned char> &TypeSig) { in ComputeFixedEncoding() argument
463 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()
466 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()
470 case 2: TypeSig.push_back(IIT_STRUCT2); break; in ComputeFixedEncoding()
471 case 3: TypeSig.push_back(IIT_STRUCT3); break; in ComputeFixedEncoding()
472 case 4: TypeSig.push_back(IIT_STRUCT4); break; in ComputeFixedEncoding()
473 case 5: TypeSig.push_back(IIT_STRUCT5); break; in ComputeFixedEncoding()
474 case 6: TypeSig.push_back(IIT_STRUCT6); break; in ComputeFixedEncoding()
475 case 7: TypeSig.push_back(IIT_STRUCT7); break; in ComputeFixedEncoding()
476 case 8: TypeSig.push_back(IIT_STRUCT8); break; in ComputeFixedEncoding()
[all …]