Searched defs:DstType (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h67 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; class in class:llvm::DstOp
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp477 Type *DstType = (Size == 32) ? Int32Ty : Int64Ty; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1876 DiagnoseCallingConvCast(Sema &Self, const ExprResult &SrcExpr, QualType DstType, SourceRange OpRange) argument
H A DSema.cpp487 void Sema::diagnoseNullableToNonnullConversion(QualType DstType, argument
498 Diag(Loc, diag::warn_nullability_lost) << SrcType << DstType; local
H A DSemaStmt.cpp1260 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, argument
H A DSemaExpr.cpp14708 bool Sema::ConversionToObjCStringLiteralCheck(QualType DstType, Expr *&Exp, argument
14743 static bool maybeDiagnoseAssignmentToFunction(Sema &S, QualType DstType, argument
14762 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp205 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4823 BuiltinBitCastExpr(QualType T, ExprValueKind VK, CastKind CK, Expr *SrcExpr, TypeSourceInfo *DstType, SourceLocation KWLoc, SourceLocation RParenLoc) argument
H A DExpr.h4084 ConvertVectorExpr(Expr* SrcExpr, TypeSourceInfo *TI, QualType DstType, argument
5658 AsTypeExpr(Expr* SrcExpr, QualType DstType, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp337 castValueFromUintptr(CodeGenFunction &CGF, SourceLocation Loc, QualType DstType, StringRef Name, LValue AddrLV) argument
H A DCGExprScalar.cpp878 EmitFloatConversionCheck( Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, QualType DstType, llvm::Type *DstTy, SourceLocation Loc) argument
950 EmitIntegerTruncationCheckHelper(Value *Src, QualType SrcType, Value *Dst, QualType DstType, CGBuilderTy &Builder) argument
986 PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck( QualType SrcType, QualType DstType) argument
991 EmitIntegerTruncationCheck(Value *Src, QualType SrcType, Value *Dst, QualType DstType, SourceLocation Loc) argument
1044 EmitIntegerSignChangeCheckHelper(Value *Src, QualType SrcType, Value *Dst, QualType DstType, CGBuilderTy &Builder) argument
1100 EmitIntegerSignChangeCheck(Value *Src, QualType SrcType, Value *Dst, QualType DstType, SourceLocation Loc) argument
1184 EmitScalarConversion(Value *Src, QualType SrcType, QualType DstType, SourceLocation Loc, ScalarConversionOpts Opts) argument
1661 DstType = E->getType(); local
[all...]

Completed in 472 milliseconds