Home
last modified time | relevance | path

Searched defs:SrcType (Results 1 – 20 of 20) sorted by last modified time

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp315 LLT SrcType = MRI.getType(Src1); in matchCombineShuffleVector() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp20140 llvm::Type *SrcType = nullptr; member
H A DCGStmtOpenMP.cpp5962 QualType SrcType, QualType DestType, in convertToScalarValue()
5974 convertToComplexValue(CodeGenFunction &CGF, RValue Val, QualType SrcType, in convertToComplexValue()
H A DCGExprComplex.cpp454 QualType SrcType, in EmitComplexToComplexCast()
472 QualType SrcType, in EmitScalarToComplexCast()
H A DCGExprScalar.cpp916 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { in EmitConversionToBool()
936 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck()
1007 EmitIntegerTruncationCheckHelper(Value *Src, QualType SrcType, Value *Dst, in EmitIntegerTruncationCheckHelper()
1044 QualType SrcType, QualType DstType) { in PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck()
1048 void ScalarExprEmitter::EmitIntegerTruncationCheck(Value *Src, QualType SrcType, in EmitIntegerTruncationCheck()
1101 EmitIntegerSignChangeCheckHelper(Value *Src, QualType SrcType, Value *Dst, in EmitIntegerSignChangeCheckHelper()
1239 Value *ScalarExprEmitter::EmitScalarCast(Value *Src, QualType SrcType, in EmitScalarCast()
1300 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, in EmitScalarConversion()
1704 QualType SrcType = E->getSrcExpr()->getType(), in VisitConvertVectorExpr() local
2106 const QualType SrcType = E->getType(); in VisitCastExpr() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2374 Type *SrcType = X->getType(); in foldTruncShuffle() local
H A DInstCombineCompares.cpp3173 Type *SrcType = Bitcast->getSrcTy(); in foldICmpBitCast() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2474 EVT SrcType = CastOp.getValueType(); in performVECTOR_SHUFFLECombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp124 const LLT SrcType = MRI.getType(MI.getOperand(1).getReg()); in matchClampI64ToI16() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2611 if (auto *SrcType = FindTruncSrcType()) { in getAddExpr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h767 LLT SrcType = MRI.getType(SrcReg); in findValueFromExt() local
793 LLT SrcType = MRI.getType(SrcReg); in findValueFromTrunc() local
H A DMachineIRBuilder.h137 enum class SrcType { Ty_Reg, Ty_MIB, Ty_Predicate, Ty_Imm }; enum
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1640 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
H A DSemaExprObjC.cpp4187 QualType SrcType = castExpr->getType(); in CheckObjCBridgeRelatedCast() local
4225 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents()
4299 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
H A DSemaExpr.cpp17654 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
H A DSema.cpp574 QualType SrcType, in diagnoseNullableToNonnullConversion()
H A DSemaCast.cpp992 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1108 QualType SrcType = SrcExpr.get()->getType(); in checkCastFunctionType() local
1935 QualType SrcType = SrcExpr.get()->getType(); in TryConstCast() local
2086 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCastOfObjCSEL() local
2107 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseCallingConvCast() local
2194 QualType SrcType = SrcExpr->getType(); in checkIntToPointerCast() local
2253 QualType SrcType = SrcExpr.get()->getType(); in TryReinterpretCast() local
2608 auto SrcType = SrcExpr.get()->getType(); in TryAddressSpaceCast() local
2777 QualType SrcType = SrcExpr.get()->getType(); in CheckCXXCStyleCast() local
2883 QualType SrcType = SrcExpr.get()->getType(); in DiagnoseBadFunctionCast() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DRecordOps.cpp19 auto SrcType = Src.getType().getCanonicalType().getUnqualifiedType(); in copyRecord() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2634 QualType SrcType, const APFloat &Value, in HandleFloatToIntCast()
2703 QualType SrcType, QualType DestType, in HandleFloatToFloatCast()
2715 QualType DestType, QualType SrcType, in HandleIntToIntCast()
2729 QualType SrcType, const APSInt &Value, in HandleIntToFloatCast()
13875 QualType SrcType = SubExpr->getType(); in VisitCastExpr() local
H A DExprCXX.cpp775 QualType SrcType = getSubExpr()->getType(); in isAlwaysNull() local