Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp162 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in chooseConstraint() local
195 BestType = CType; in chooseConstraint()
202 OpInfo.ConstraintType = BestType; in chooseConstraint()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18245 QualType BestType; in ActOnEnumBody() local
18268 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4949 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
4975 BestType = CType; in ChooseConstraint()
4989 BestType = CType; in ChooseConstraint()
4996 OpInfo.ConstraintType = BestType; in ChooseConstraint()