Home
last modified time | relevance | path

Searched defs:SrcType (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp629 CastsAwayConstness(Sema &Self, QualType SrcType, QualType DestType, in CastsAwayConstness()
798 QualType SrcType = Self.Context.getCanonicalType(OrigSrcType); in CheckDynamicCast() local
951 QualType SrcType = SrcExpr->getType(); in DiagnoseReinterpretUpDownCast() local
1039 static bool argTypeIsABIEquivalent(QualType SrcType, QualType DestType, in argTypeIsABIEquivalent()
1059 QualType SrcType = SrcExpr.get()->getType(); in checkCastFunctionType() local
1244 static bool IsAddressSpaceConversion(QualType SrcType, QualType DestType) { in IsAddressSpaceConversion()
1318 QualType SrcType = Self.Context.getCanonicalType(SrcExpr.get()->getType()); in TryStaticCast() local
1553 TryStaticPointerDowncast(Sema &Self, QualType SrcType, QualType DestType, in TryStaticPointerDowncast()
1587 TryStaticDowncast(Sema &Self, CanQualType SrcType, CanQualType DestType, in TryStaticDowncast()
1699 TryStaticMemberPointerUpcast(Sema &Self, ExprResult &SrcExpr, QualType SrcType, in TryStaticMemberPointerUpcast()
[all …]
H A DSemaExprObjC.cpp4191 QualType SrcType = castExpr->getType(); in CheckObjCBridgeRelatedCast() local
4229 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents()
4303 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
H A DSema.cpp525 QualType SrcType, in diagnoseNullableToNonnullConversion()
H A DSemaStmt.cpp1590 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
H A DSemaExpr.cpp15846 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp875 Value *ScalarExprEmitter::EmitConversionToBool(Value *Src, QualType SrcType) { in EmitConversionToBool()
895 Value *OrigSrc, QualType OrigSrcType, Value *Src, QualType SrcType, in EmitFloatConversionCheck()
966 EmitIntegerTruncationCheckHelper(Value *Src, QualType SrcType, Value *Dst, in EmitIntegerTruncationCheckHelper()
1003 QualType SrcType, QualType DstType) { in PromotionIsPotentiallyEligibleForImplicitIntegerConversionCheck()
1007 void ScalarExprEmitter::EmitIntegerTruncationCheck(Value *Src, QualType SrcType, in EmitIntegerTruncationCheck()
1060 EmitIntegerSignChangeCheckHelper(Value *Src, QualType SrcType, Value *Dst, in EmitIntegerSignChangeCheckHelper()
1116 void ScalarExprEmitter::EmitIntegerSignChangeCheck(Value *Src, QualType SrcType, in EmitIntegerSignChangeCheck()
1198 Value *ScalarExprEmitter::EmitScalarCast(Value *Src, QualType SrcType, in EmitScalarCast()
1248 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType, in EmitScalarConversion()
1639 QualType SrcType = E->getSrcExpr()->getType(), in VisitConvertVectorExpr() local
[all …]
H A DCGExprComplex.cpp427 QualType SrcType, in EmitComplexToComplexCast()
445 QualType SrcType, in EmitScalarToComplexCast()
H A DCGStmtOpenMP.cpp5316 QualType SrcType, QualType DestType, in convertToScalarValue()
5328 convertToComplexValue(CodeGenFunction &CGF, RValue Val, QualType SrcType, in convertToComplexValue()
H A DCGBuiltin.cpp16922 llvm::Type *SrcType = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp63 const LLT SrcType = MRI.getType(MI.getOperand(1).getReg()); in matchClampI64ToI16() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp451 Type *SrcType = CI->getArgOperand(0)->getType()->getScalarType(); in mightUseCTR() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h128 enum class SrcType { Ty_Reg, Ty_MIB, Ty_Predicate, Ty_Imm }; enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2069 MVT SrcType = CastOp.getSimpleValueType(); in performVECTOR_SHUFFLECombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2021 Type *SrcType = X->getType(); in foldTruncShuffle() local
H A DInstructionCombining.cpp2384 PointerType *SrcType = cast<PointerType>(BCI->getSrcTy()); in visitGetElementPtrInst() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2524 QualType SrcType, const APFloat &Value, in HandleFloatToIntCast()
2596 QualType SrcType, QualType DestType, in HandleFloatToFloatCast()
2609 QualType DestType, QualType SrcType, in HandleIntToIntCast()
2623 QualType SrcType, const APSInt &Value, in HandleIntToFloatCast()
13145 QualType SrcType = SubExpr->getType(); in VisitCastExpr() local
H A DExprCXX.cpp767 QualType SrcType = getSubExpr()->getType(); in isAlwaysNull() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp257 LLT SrcType = MRI.getType(Src1); in matchCombineShuffleVector() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2411 if (auto *SrcType = FindTruncSrcType()) { in getAddExpr() local