Searched refs:EncodeFixedType (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | intrinsic-pointer-to-any.td | 6 // case, so TableGen would hit an assertion in EncodeFixedType that was checking
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | IntrinsicEmitter.cpp | 307 static void EncodeFixedType(Record *R, std::vector<unsigned char> &ArgCodes, in EncodeFixedType() function 394 return EncodeFixedType(R->getValueAsDef("ElTy"), ArgCodes, NextArgCode, Sig, in EncodeFixedType() 508 EncodeFixedType(Int.IS.RetTypeDefs[i], ArgCodes, NextArgCode, TypeSig, in ComputeFixedEncoding() 513 EncodeFixedType(Int.IS.ParamTypeDefs[i], ArgCodes, NextArgCode, TypeSig, in ComputeFixedEncoding()
|