Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp67 const LLT DstType = MRI.getType(MI.getOperand(0).getReg()); in matchClampI64ToI16() local
H A DAMDGPUPrintfRuntimeBinding.cpp467 Type *DstType = (Size == 32) ? Int32Ty : Int64Ty; in lowerPrintfForGpu() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp896 QualType DstType, llvm::Type *DstTy, SourceLocation Loc) { in EmitFloatConversionCheck()
967 QualType DstType, CGBuilderTy &Builder) { in EmitIntegerTruncationCheckHelper()
1003 QualType SrcType, QualType DstType) { in PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck()
1008 Value *Dst, QualType DstType, in EmitIntegerTruncationCheck()
1061 QualType DstType, CGBuilderTy &Builder) { in EmitIntegerSignChangeCheckHelper()
1117 Value *Dst, QualType DstType, in EmitIntegerSignChangeCheck()
1199 QualType DstType, llvm::Type *SrcTy, in EmitScalarCast()
1249 QualType DstType, in EmitScalarConversion()
1640 DstType = E->getType(); in VisitConvertVectorExpr() local
H A DCGStmtOpenMP.cpp368 QualType DstType, StringRef Name, in castValueFromUintptr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp452 Type *DstType = CI->getType()->getScalarType(); in mightUseCTR() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h66 enum class DstType { Ty_LLT, Ty_Reg, Ty_RC }; enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp524 void Sema::diagnoseNullableToNonnullConversion(QualType DstType, in diagnoseNullableToNonnullConversion()
H A DSemaCast.cpp2045 QualType DstType, SourceRange OpRange) { in DiagnoseCallingConvCast()
H A DSemaStmt.cpp1590 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
H A DSemaExpr.cpp15770 bool Sema::CheckConversionToObjCLiteral(QualType DstType, Expr *&Exp, in CheckConversionToObjCLiteral()
15825 static bool maybeDiagnoseAssignmentToFunction(Sema &S, QualType DstType, in maybeDiagnoseAssignmentToFunction()
15846 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2070 MVT DstType = Bitcast.getSimpleValueType(); in performVECTOR_SHUFFLECombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp96 Value *IRBuilderBase::CreateStepVector(Type *DstType, const Twine &Name) { in CreateStepVector()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4398 ConvertVectorExpr(Expr *SrcExpr, TypeSourceInfo *TI, QualType DstType, in ConvertVectorExpr()
5962 AsTypeExpr(Expr *SrcExpr, QualType DstType, ExprValueKind VK, in AsTypeExpr()
H A DExprCXX.h4889 TypeSourceInfo *DstType, SourceLocation KWLoc, in BuiltinBitCastExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp255 LLT DstType = MRI.getType(MI.getOperand(0).getReg()); in matchCombineShuffleVector() local
H A DLegalizerHelper.cpp4732 LLT DstType = MRI.getType(DstReg); in narrowScalarAddSub() local