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()
18188 QualType BestType; in ActOnEnumBody() local18211 BestType = Enum->getIntegerType(); in ActOnEnumBody()18212 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()18213 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()18215 BestPromotionType = BestType; in ActOnEnumBody()18217 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()18224 BestType = Context.SignedCharTy; in ActOnEnumBody()18228 BestType = Context.ShortTy; in ActOnEnumBody()18231 BestType = Context.IntTy; in ActOnEnumBody()18237 BestType = Context.LongTy; in ActOnEnumBody()[all …]
4923 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local4949 BestType = CType; in ChooseConstraint()4963 BestType = CType; in ChooseConstraint()4970 OpInfo.ConstraintType = BestType; in ChooseConstraint()