/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | RecordOps.cpp | 20 auto DstType = Dst.getType().getCanonicalType().getUnqualifiedType(); copyRecord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 128 const LLT DstType = MRI.getType(MI.getOperand(0).getReg()); matchClampI64ToI16() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 937 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 D | CGStmtOpenMP.cpp | 373 castValueFromUintptr(CodeGenFunction & CGF,SourceLocation Loc,QualType DstType,StringRef Name,LValue AddrLV) castValueFromUintptr() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 99 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 D | MachineIRBuilder.h | 75 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; global() enum [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 313 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 D | LegalizerHelper.cpp | 5527 LLT DstType = MRI.getType(DstReg); narrowScalarAddSub() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 573 diagnoseNullableToNonnullConversion(QualType DstType,QualType SrcType,SourceLocation Loc) diagnoseNullableToNonnullConversion() argument
|
H A D | SemaCast.cpp | 2104 DiagnoseCallingConvCast(Sema & Self,const ExprResult & SrcExpr,QualType DstType,SourceRange OpRange) DiagnoseCallingConvCast() argument
|
H A D | SemaStmt.cpp | 1640 DiagnoseAssignmentEnum(QualType DstType,QualType SrcType,Expr * SrcExpr) DiagnoseAssignmentEnum() argument
|
H A D | SemaExpr.cpp | 17578 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 D | WebAssemblyISelLowering.cpp | 2475 EVT DstType = Bitcast.getValueType(); performVECTOR_SHUFFLECombine() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4481 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 D | ExprCXX.h | 5141 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 D | InstCombineCompares.cpp | 3174 Type *DstType = Bitcast->getType(); foldICmpBitCast() local
|