/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | RecordOps.cpp | 54 auto DstType = Dst.getType().getCanonicalType().getUnqualifiedType(); in copyRecord() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 959 QualType DstType, llvm::Type *DstTy, SourceLocation Loc) { in EmitFloatConversionCheck() 1030 QualType DstType, CGBuilderTy &Builder) { in EmitIntegerTruncationCheckHelper() 1066 QualType SrcType, QualType DstType) { in PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck() 1071 Value *Dst, QualType DstType, in EmitIntegerTruncationCheck() 1141 QualType DstType, CGBuilderTy &Builder) { in EmitIntegerSignChangeCheckHelper() 1179 Value *Dst, QualType DstType, in EmitIntegerSignChangeCheck() 1266 QualType DstType, CGBuilderTy &Builder) { in EmitBitfieldTruncationCheckHelper() 1292 QualType DstType, CGBuilderTy &Builder) { in EmitBitfieldSignChangeCheckHelper() 1313 Value *Dst, QualType DstType, in EmitBitfieldConversionCheck() 1392 QualType DstType, llvm::Type *SrcTy, in EmitScalarCast() [all …]
|
H A D | ItaniumCXXABI.cpp | 935 QualType DstType = E->getType(); in EmitMemberPointerConversion() local 1055 QualType DstType = E->getType(); in EmitMemberPointerConversion() local
|
H A D | CGExpr.cpp | 5664 QualType DstType = E->getLHS()->getType(); in EmitBinaryOperatorLValue() local
|
H A D | CGStmtOpenMP.cpp | 400 QualType DstType, StringRef Name, in castValueFromUintptr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 126 const LLT DstType = MRI.getType(MI.getOperand(0).getReg()); in matchClampI64ToI16() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 618 void Sema::diagnoseNullableToNonnullConversion(QualType DstType, in diagnoseNullableToNonnullConversion() 634 void Sema::diagnoseFunctionEffectConversion(QualType DstType, QualType SrcType, in diagnoseFunctionEffectConversion() 2820 QualType SrcType, const FunctionEffectsRef &SrcFX, QualType DstType, in shouldDiagnoseConversion()
|
H A D | SemaCast.cpp | 2113 QualType DstType, SourceRange OpRange) { in DiagnoseCallingConvCast()
|
H A D | SemaExprObjC.cpp | 5081 bool SemaObjC::CheckConversionToObjCLiteral(QualType DstType, Expr *&Exp, in CheckConversionToObjCLiteral()
|
H A D | SemaStmt.cpp | 1663 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
|
H A D | SemaExpr.cpp | 16577 static bool maybeDiagnoseAssignmentToFunction(Sema &S, QualType DstType, in maybeDiagnoseAssignmentToFunction() 16598 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 100 Value *IRBuilderBase::CreateElementCount(Type *DstType, ElementCount EC) { in CreateElementCount() 105 Value *IRBuilderBase::CreateTypeSize(Type *DstType, TypeSize Size) { in CreateTypeSize() 110 Value *IRBuilderBase::CreateStepVector(Type *DstType, const Twine &Name) { in CreateStepVector()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 78 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; enum
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 469 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); in matchCombineShuffleVector() local 5699 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); in canCombineFMadOrFMA() local 5785 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); in matchCombineFAddFpExtFMulToFMadOrFMA() local 5908 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); in matchCombineFAddFpExtFMulToFMadOrFMAAggressive() local
|
H A D | LegalizerHelper.cpp | 5879 LLT DstType = MRI.getType(DstReg); in narrowScalarAddSub() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2492 EVT DstType = Bitcast.getValueType(); in performVECTOR_SHUFFLECombine() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4534 ConvertVectorExpr(Expr *SrcExpr, TypeSourceInfo *TI, QualType DstType, in ConvertVectorExpr() 6426 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr()
|
H A D | ExprCXX.h | 5309 TypeSourceInfo *DstType, SourceLocation KWLoc, in BuiltinBitCastExpr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1973 Type *DstType = I->getType(); in match() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 3269 Type *DstType = Bitcast->getType(); in foldICmpBitCast() local
|