Searched refs:BestType (Results 1 – 3 of 3) sorted by relevance
162 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in chooseConstraint() local195 BestType = CType; in chooseConstraint()202 OpInfo.ConstraintType = BestType; in chooseConstraint()
18245 QualType BestType; in ActOnEnumBody() local18268 BestType = Enum->getIntegerType(); in ActOnEnumBody()18272 BestPromotionType = BestType; in ActOnEnumBody()18281 BestType = Context.SignedCharTy; in ActOnEnumBody()18285 BestType = Context.ShortTy; in ActOnEnumBody()18288 BestType = Context.IntTy; in ActOnEnumBody()18294 BestType = Context.LongTy; in ActOnEnumBody()18300 BestType = Context.LongLongTy; in ActOnEnumBody()18309 BestType = Context.UnsignedCharTy; in ActOnEnumBody()18317 BestType = Context.UnsignedIntTy; in ActOnEnumBody()[all …]
4949 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local4975 BestType = CType; in ChooseConstraint()4989 BestType = CType; in ChooseConstraint()4996 OpInfo.ConstraintType = BestType; in ChooseConstraint()