Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp19608 QualType BestType; in ActOnEnumBody() local
19631 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 …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5674 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
5700 BestType = CType; in ChooseConstraint()
5714 BestType = CType; in ChooseConstraint()
5721 OpInfo.ConstraintType = BestType; in ChooseConstraint()