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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp162 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; local
195 BestType = CType;
202 OpInfo.ConstraintType = BestType;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp17954 QualType BestType; local
17977 BestType = Enum->getIntegerType();
17978 if (BestType->isPromotableIntegerType())
17979 BestPromotionType = Context.getPromotedIntegerType(BestType);
17981 BestPromotionType = BestType;
17983 BestWidth = Context.getIntWidth(BestType);
17990 BestType = Context.SignedCharTy;
17994 BestType = Context.ShortTy;
17997 BestType = Context.IntTy;
18003 BestType
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4763 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown; local
4789 BestType = CType;
4803 BestType = CType;
4810 OpInfo.ConstraintType = BestType;

Completed in 84 milliseconds