HomeSort by: relevance | last modified time | path
    Searched refs:BestType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp 162 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown;
195 BestType = CType;
202 OpInfo.ConstraintType = BestType;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 18188 QualType BestType;
18211 BestType = Enum->getIntegerType();
18212 if (BestType->isPromotableIntegerType())
18213 BestPromotionType = Context.getPromotedIntegerType(BestType);
18215 BestPromotionType = BestType;
18217 BestWidth = Context.getIntWidth(BestType);
18224 BestType = Context.SignedCharTy;
18228 BestType = Context.ShortTy;
18231 BestType = Context.IntTy;
18237 BestType = Context.LongTy
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 4923 TargetLowering::ConstraintType BestType = TargetLowering::C_Unknown;
4949 BestType = CType;
4963 BestType = CType;
4970 OpInfo.ConstraintType = BestType;

Completed in 69 milliseconds