Searched refs:BestType (Results 1 – 3 of 3) sorted by relevance
158 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in chooseConstraint() local191 BestType = CType; in chooseConstraint()198 OpInfo.ConstraintType = BestType; in chooseConstraint()
19608 QualType BestType; in ActOnEnumBody() local19631 BestType = Enum->getIntegerType(); in ActOnEnumBody()19632 if (Context.isPromotableIntegerType(BestType)) in ActOnEnumBody()19633 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()19635 BestPromotionType = BestType; in ActOnEnumBody()19637 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()19644 BestType = Context.SignedCharTy; in ActOnEnumBody()19648 BestType = Context.ShortTy; in ActOnEnumBody()19651 BestType = Context.IntTy; in ActOnEnumBody()19657 BestType = Context.LongTy; in ActOnEnumBody()[all …]
5674 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local5700 BestType = CType; in ChooseConstraint()5714 BestType = CType; in ChooseConstraint()5721 OpInfo.ConstraintType = BestType; in ChooseConstraint()