Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp162 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in chooseConstraint() local
195 BestType = CType; in chooseConstraint()
202 OpInfo.ConstraintType = BestType; in chooseConstraint()
/external/clang/lib/Sema/
DSemaDecl.cpp14834 QualType BestType; in ActOnEnumBody() local
14855 BestType = Enum->getIntegerType(); in ActOnEnumBody()
14856 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
14857 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
14859 BestPromotionType = BestType; in ActOnEnumBody()
14861 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
14868 BestType = Context.SignedCharTy; in ActOnEnumBody()
14872 BestType = Context.ShortTy; in ActOnEnumBody()
14875 BestType = Context.IntTy; in ActOnEnumBody()
14881 BestType = Context.LongTy; in ActOnEnumBody()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp18057 QualType BestType; in ActOnEnumBody() local
18080 BestType = Enum->getIntegerType(); in ActOnEnumBody()
18081 if (BestType->isPromotableIntegerType()) in ActOnEnumBody()
18082 BestPromotionType = Context.getPromotedIntegerType(BestType); in ActOnEnumBody()
18084 BestPromotionType = BestType; in ActOnEnumBody()
18086 BestWidth = Context.getIntWidth(BestType); in ActOnEnumBody()
18093 BestType = Context.SignedCharTy; in ActOnEnumBody()
18097 BestType = Context.ShortTy; in ActOnEnumBody()
18100 BestType = Context.IntTy; in ActOnEnumBody()
18106 BestType = Context.LongTy; in ActOnEnumBody()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2707 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
2726 BestType = CType; in ChooseConstraint()
2740 BestType = CType; in ChooseConstraint()
2747 OpInfo.ConstraintType = BestType; in ChooseConstraint()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4839 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
4865 BestType = CType; in ChooseConstraint()
4879 BestType = CType; in ChooseConstraint()
4886 OpInfo.ConstraintType = BestType; in ChooseConstraint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4545 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; in ChooseConstraint() local
4571 BestType = CType; in ChooseConstraint()
4585 BestType = CType; in ChooseConstraint()
4592 OpInfo.ConstraintType = BestType; in ChooseConstraint()