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()
18995 QualType BestType; in ActOnEnumBody() local19018 BestType = Enum->getIntegerType(); in ActOnEnumBody()19022 BestPromotionType = BestType; in ActOnEnumBody()19031 BestType = Context.SignedCharTy; in ActOnEnumBody()19035 BestType = Context.ShortTy; in ActOnEnumBody()19038 BestType = Context.IntTy; in ActOnEnumBody()19044 BestType = Context.LongTy; in ActOnEnumBody()19050 BestType = Context.LongLongTy; in ActOnEnumBody()19059 BestType = Context.UnsignedCharTy; in ActOnEnumBody()19067 BestType = Context.UnsignedIntTy; in ActOnEnumBody()[all …]
5588 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local5614 BestType = CType; in ChooseConstraint()5628 BestType = CType; in ChooseConstraint()5635 OpInfo.ConstraintType = BestType; in ChooseConstraint()