Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp54 auto DstType = Dst.getType().getCanonicalType().getUnqualifiedType(); in copyRecord() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp959 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 DItaniumCXXABI.cpp935 QualType DstType = E->getType(); in EmitMemberPointerConversion() local
1055 QualType DstType = E->getType(); in EmitMemberPointerConversion() local
H A DCGExpr.cpp5664 QualType DstType = E->getLHS()->getType(); in EmitBinaryOperatorLValue() local
H A DCGStmtOpenMP.cpp400 QualType DstType, StringRef Name, in castValueFromUintptr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp126 const LLT DstType = MRI.getType(MI.getOperand(0).getReg()); in matchClampI64ToI16() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp618 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 DSemaCast.cpp2113 QualType DstType, SourceRange OpRange) { in DiagnoseCallingConvCast()
H A DSemaExprObjC.cpp5081 bool SemaObjC::CheckConversionToObjCLiteral(QualType DstType, Expr *&Exp, in CheckConversionToObjCLiteral()
H A DSemaStmt.cpp1663 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
H A DSemaExpr.cpp16577 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 DIRBuilder.cpp100 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 DMachineIRBuilder.h78 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; enum
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp469 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 DLegalizerHelper.cpp5879 LLT DstType = MRI.getType(DstReg); in narrowScalarAddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2492 EVT DstType = Bitcast.getValueType(); in performVECTOR_SHUFFLECombine() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4534 ConvertVectorExpr(Expr *SrcExpr, TypeSourceInfo *TI, QualType DstType, in ConvertVectorExpr()
6426 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr()
H A DExprCXX.h5309 TypeSourceInfo *DstType, SourceLocation KWLoc, in BuiltinBitCastExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1973 Type *DstType = I->getType(); in match() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3269 Type *DstType = Bitcast->getType(); in foldICmpBitCast() local