Searched refs:EncodeFixedType (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 242 static void EncodeFixedType(Record *R, std::vector<unsigned char> &ArgCodes, in EncodeFixedType() function 304 return EncodeFixedType(R->getValueAsDef("ElTy"), ArgCodes, Sig); in EncodeFixedType() 355 EncodeFixedType(Int.IS.RetTypeDefs[i], ArgCodes, TypeSig); in ComputeFixedEncoding() 359 EncodeFixedType(Int.IS.ParamTypeDefs[i], ArgCodes, TypeSig); in ComputeFixedEncoding()
|
/external/llvm-project/llvm/test/TableGen/ |
D | intrinsic-pointer-to-any.td | 6 // case, so TableGen would hit an assertion in EncodeFixedType that was checking
|
/external/llvm-project/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 290 static void EncodeFixedType(Record *R, std::vector<unsigned char> &ArgCodes, in EncodeFixedType() function 370 return EncodeFixedType(R->getValueAsDef("ElTy"), ArgCodes, NextArgCode, Sig, in EncodeFixedType() 480 EncodeFixedType(Int.IS.RetTypeDefs[i], ArgCodes, NextArgCode, TypeSig, in ComputeFixedEncoding() 485 EncodeFixedType(Int.IS.ParamTypeDefs[i], ArgCodes, NextArgCode, TypeSig, in ComputeFixedEncoding()
|