Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp20 auto DstType = Dst.getType().getCanonicalType().getUnqualifiedType(); copyRecord() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp128 const LLT DstType = MRI.getType(MI.getOperand(0).getReg()); matchClampI64ToI16() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp937 EmitFloatConversionCheck(Value * OrigSrc,QualType OrigSrcType,Value * Src,QualType SrcType,QualType DstType,llvm::Type * DstTy,SourceLocation Loc) EmitFloatConversionCheck() argument
1008 EmitIntegerTruncationCheckHelper(Value * Src,QualType SrcType,Value * Dst,QualType DstType,CGBuilderTy & Builder) EmitIntegerTruncationCheckHelper() argument
1044 PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck(QualType SrcType,QualType DstType) PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck() argument
1049 EmitIntegerTruncationCheck(Value * Src,QualType SrcType,Value * Dst,QualType DstType,SourceLocation Loc) EmitIntegerTruncationCheck() argument
1102 EmitIntegerSignChangeCheckHelper(Value * Src,QualType SrcType,Value * Dst,QualType DstType,CGBuilderTy & Builder) EmitIntegerSignChangeCheckHelper() argument
1158 EmitIntegerSignChangeCheck(Value * Src,QualType SrcType,Value * Dst,QualType DstType,SourceLocation Loc) EmitIntegerSignChangeCheck() argument
1240 EmitScalarCast(Value * Src,QualType SrcType,QualType DstType,llvm::Type * SrcTy,llvm::Type * DstTy,ScalarConversionOpts Opts) EmitScalarCast() argument
1301 EmitScalarConversion(Value * Src,QualType SrcType,QualType DstType,SourceLocation Loc,ScalarConversionOpts Opts) EmitScalarConversion() argument
1705 DstType = E->getType(); VisitConvertVectorExpr() local
[all...]
H A DCGStmtOpenMP.cpp373 castValueFromUintptr(CodeGenFunction & CGF,SourceLocation Loc,QualType DstType,StringRef Name,LValue AddrLV) castValueFromUintptr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp99 CreateElementCount(Type * DstType,ElementCount EC) CreateElementCount() argument
104 CreateTypeSize(Type * DstType,TypeSize Size) CreateTypeSize() argument
109 CreateStepVector(Type * DstType,const Twine & Name) CreateStepVector() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h75 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; global() enum
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp313 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); matchCombineShuffleVector() local
5416 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); canCombineFMadOrFMA() local
5502 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); matchCombineFAddFpExtFMulToFMadOrFMA() local
5625 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); matchCombineFAddFpExtFMulToFMadOrFMAAggressive() local
[all...]
H A DLegalizerHelper.cpp5527 LLT DstType = MRI.getType(DstReg); narrowScalarAddSub() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp573 diagnoseNullableToNonnullConversion(QualType DstType,QualType SrcType,SourceLocation Loc) diagnoseNullableToNonnullConversion() argument
H A DSemaCast.cpp2104 DiagnoseCallingConvCast(Sema & Self,const ExprResult & SrcExpr,QualType DstType,SourceRange OpRange) DiagnoseCallingConvCast() argument
H A DSemaStmt.cpp1640 DiagnoseAssignmentEnum(QualType DstType,QualType SrcType,Expr * SrcExpr) DiagnoseAssignmentEnum() argument
H A DSemaExpr.cpp17578 CheckConversionToObjCLiteral(QualType DstType,Expr * & Exp,bool Diagnose) CheckConversionToObjCLiteral() argument
17633 maybeDiagnoseAssignmentToFunction(Sema & S,QualType DstType,const Expr * SrcExpr) maybeDiagnoseAssignmentToFunction() argument
17654 DiagnoseAssignmentResult(AssignConvertType ConvTy,SourceLocation Loc,QualType DstType,QualType SrcType,Expr * SrcExpr,AssignmentAction Action,bool * Complained) DiagnoseAssignmentResult() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2475 EVT DstType = Bitcast.getValueType(); performVECTOR_SHUFFLECombine() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4481 ConvertVectorExpr(Expr * SrcExpr,TypeSourceInfo * TI,QualType DstType,ExprValueKind VK,ExprObjectKind OK,SourceLocation BuiltinLoc,SourceLocation RParenLoc) ConvertVectorExpr() argument
6215 AsTypeExpr(Expr * SrcExpr,QualType DstType,ExprValueKind VK,ExprObjectKind OK,SourceLocation BuiltinLoc,SourceLocation RParenLoc) AsTypeExpr() argument
H A DExprCXX.h5141 BuiltinBitCastExpr(QualType T,ExprValueKind VK,CastKind CK,Expr * SrcExpr,TypeSourceInfo * DstType,SourceLocation KWLoc,SourceLocation RParenLoc) BuiltinBitCastExpr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3174 Type *DstType = Bitcast->getType(); foldICmpBitCast() local