Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp242 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/
Dintrinsic-pointer-to-any.td6 // case, so TableGen would hit an assertion in EncodeFixedType that was checking
/external/llvm-project/llvm/utils/TableGen/
DIntrinsicEmitter.cpp290 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()