Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp18188 QualType BestType; in ActOnEnumBody() local
18211 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4923 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
4949 BestType = CType; in ChooseConstraint()
4963 BestType = CType; in ChooseConstraint()
4970 OpInfo.ConstraintType = BestType; in ChooseConstraint()