Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp158 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in chooseConstraint() local
191 BestType = CType; in chooseConstraint()
198 OpInfo.ConstraintType = BestType; in chooseConstraint()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp18995 QualType BestType; in ActOnEnumBody() local
19018 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 …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5588 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
5614 BestType = CType; in ChooseConstraint()
5628 BestType = CType; in ChooseConstraint()
5635 OpInfo.ConstraintType = BestType; in ChooseConstraint()