Home
last modified time | relevance | path

Searched defs:DstType (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp54 auto DstType = Dst.getType().getCanonicalType().getUnqualifiedType(); in copyRecord() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp958 EmitFloatConversionCheck(Value * OrigSrc,QualType OrigSrcType,Value * Src,QualType SrcType,QualType DstType,llvm::Type * DstTy,SourceLocation Loc) EmitFloatConversionCheck() argument
1029 EmitIntegerTruncationCheckHelper(Value * Src,QualType SrcType,Value * Dst,QualType DstType,CGBuilderTy & Builder) EmitIntegerTruncationCheckHelper() argument
1065 PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck(QualType SrcType,QualType DstType) PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck() argument
1070 EmitIntegerTruncationCheck(Value * Src,QualType SrcType,Value * Dst,QualType DstType,SourceLocation Loc) EmitIntegerTruncationCheck() argument
1140 EmitIntegerSignChangeCheckHelper(Value * Src,QualType SrcType,Value * Dst,QualType DstType,CGBuilderTy & Builder) EmitIntegerSignChangeCheckHelper() argument
1178 EmitIntegerSignChangeCheck(Value * Src,QualType SrcType,Value * Dst,QualType DstType,SourceLocation Loc) EmitIntegerSignChangeCheck() argument
1265 EmitBitfieldTruncationCheckHelper(Value * Src,QualType SrcType,Value * Dst,QualType DstType,CGBuilderTy & Builder) EmitBitfieldTruncationCheckHelper() argument
1291 EmitBitfieldSignChangeCheckHelper(Value * Src,QualType SrcType,Value * Dst,QualType DstType,CGBuilderTy & Builder) EmitBitfieldSignChangeCheckHelper() argument
1312 EmitBitfieldConversionCheck(Value * Src,QualType SrcType,Value * Dst,QualType DstType,const CGBitFieldInfo & Info,SourceLocation Loc) EmitBitfieldConversionCheck() argument
1391 EmitScalarCast(Value * Src,QualType SrcType,QualType DstType,llvm::Type * SrcTy,llvm::Type * DstTy,ScalarConversionOpts Opts) EmitScalarCast() argument
1452 EmitScalarConversion(Value * Src,QualType SrcType,QualType DstType,SourceLocation Loc,ScalarConversionOpts Opts) EmitScalarConversion() argument
1862 DstType = E->getType(); VisitConvertVectorExpr() local
3649 QualType DstType = E->getLHS()->getType(); EmitCompoundAssignLValue() local
4838 QualType DstType = E->getLHS()->getType(); VisitBinAssign() local
[all...]
H A DCGExpr.cpp5652 QualType DstType = E->getLHS()->getType(); EmitBinaryOperatorLValue() local
H A DCGStmtOpenMP.cpp395 castValueFromUintptr(CodeGenFunction & CGF,SourceLocation Loc,QualType DstType,StringRef Name,LValue AddrLV) castValueFromUintptr() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp126 if (DstType != LLT::scalar(16)) in matchClampI64ToI16() local
/llvm-project/clang/lib/Sema/
H A DSema.cpp616 void Sema::diagnoseNullableToNonnullConversion(QualType DstType, in diagnoseNullableToNonnullConversion() argument
632 void Sema::diagnoseFunctionEffectConversion(QualType DstType, QualType SrcType, in diagnoseFunctionEffectConversion() argument
2818 shouldDiagnoseConversion(QualType SrcType,const FunctionEffectsRef & SrcFX,QualType DstType,const FunctionEffectsRef & DstFX) const shouldDiagnoseConversion() argument
H A DSemaCast.cpp2113 DiagnoseCallingConvCast(Sema & Self,const ExprResult & SrcExpr,QualType DstType,SourceRange OpRange) DiagnoseCallingConvCast() argument
H A DSemaStmt.cpp1663 DiagnoseAssignmentEnum(QualType DstType,QualType SrcType,Expr * SrcExpr) DiagnoseAssignmentEnum() argument
H A DSemaExprObjC.cpp5081 CheckConversionToObjCLiteral(QualType DstType,Expr * & Exp,bool Diagnose) CheckConversionToObjCLiteral() argument
H A DSemaExpr.cpp16534 maybeDiagnoseAssignmentToFunction(Sema & S,QualType DstType,const Expr * SrcExpr) maybeDiagnoseAssignmentToFunction() argument
16555 DiagnoseAssignmentResult(AssignConvertType ConvTy,SourceLocation Loc,QualType DstType,QualType SrcType,Expr * SrcExpr,AssignmentAction Action,bool * Complained) DiagnoseAssignmentResult() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp110 if (isa<ScalableVectorType>(DstType)) { in CreateStepVector() argument
100 CreateElementCount(Type * DstType,ElementCount EC) CreateElementCount() argument
105 CreateTypeSize(Type * DstType,TypeSize Size) CreateTypeSize() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h78 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; global() enum
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp469 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); matchCombineShuffleVector() local
5643 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); canCombineFMadOrFMA() local
5729 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); matchCombineFAddFpExtFMulToFMadOrFMA() local
5852 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); matchCombineFAddFpExtFMulToFMadOrFMAAggressive() local
[all...]
H A DLegalizerHelper.cpp5797 LLT DstType = MRI.getType(DstReg); narrowScalarAddSub() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2491 EVT DstType = Bitcast.getValueType(); performVECTOR_SHUFFLECombine() local
/llvm-project/clang/include/clang/AST/
H A DExpr.h4515 ConvertVectorExpr(Expr * SrcExpr,TypeSourceInfo * TI,QualType DstType,ExprValueKind VK,ExprObjectKind OK,SourceLocation BuiltinLoc,SourceLocation RParenLoc) ConvertVectorExpr() argument
6407 AsTypeExpr(Expr * SrcExpr,QualType DstType,ExprValueKind VK,ExprObjectKind OK,SourceLocation BuiltinLoc,SourceLocation RParenLoc) AsTypeExpr() argument
H A DExprCXX.h5308 BuiltinBitCastExpr(QualType T,ExprValueKind VK,CastKind CK,Expr * SrcExpr,TypeSourceInfo * DstType,SourceLocation KWLoc,SourceLocation RParenLoc) BuiltinBitCastExpr() argument
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1911 Type *DstType = I->getType(); match() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3269 Type *DstType = Bitcast->getType(); foldICmpBitCast() local