Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp489 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()
492 TypeSig.push_back(IIT_Done); in ComputeFixedEncoding()
529 std::vector<unsigned char> TypeSig; in EmitGenerator() local
534 TypeSig.clear(); in EmitGenerator()
535 ComputeFixedEncoding(Ints[i], TypeSig); in EmitGenerator()
539 if (TypeSig.size() <= 8) { in EmitGenerator()
544 if (TypeSig[i] > 15) { in EmitGenerator()
548 Result = (Result << 4) | TypeSig[e-i-1]; in EmitGenerator()
560 LongEncodingTable.add(TypeSig); in EmitGenerator()
583 TypeSig.clear(); in EmitGenerator()
[all …]