/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 629 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 D | SemaExprObjC.cpp | 4191 QualType SrcType = castExpr->getType(); in CheckObjCBridgeRelatedCast() local 4229 QualType DestType, QualType SrcType, in checkObjCBridgeRelatedComponents() 4303 QualType DestType, QualType SrcType, in CheckObjCBridgeRelatedConversions()
|
H A D | Sema.cpp | 525 QualType SrcType, in diagnoseNullableToNonnullConversion()
|
H A D | SemaStmt.cpp | 1590 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType, in DiagnoseAssignmentEnum()
|
H A D | SemaExpr.cpp | 15846 QualType DstType, QualType SrcType, in DiagnoseAssignmentResult()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 875 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 D | CGExprComplex.cpp | 427 QualType SrcType, in EmitComplexToComplexCast() 445 QualType SrcType, in EmitScalarToComplexCast()
|
H A D | CGStmtOpenMP.cpp | 5316 QualType SrcType, QualType DestType, in convertToScalarValue() 5328 convertToComplexValue(CodeGenFunction &CGF, RValue Val, QualType SrcType, in convertToComplexValue()
|
H A D | CGBuiltin.cpp | 16922 llvm::Type *SrcType = nullptr; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 63 const LLT SrcType = MRI.getType(MI.getOperand(1).getReg()); in matchClampI64ToI16() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 451 Type *SrcType = CI->getArgOperand(0)->getType()->getScalarType(); in mightUseCTR() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 128 enum class SrcType { Ty_Reg, Ty_MIB, Ty_Predicate, Ty_Imm }; enum
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2069 MVT SrcType = CastOp.getSimpleValueType(); in performVECTOR_SHUFFLECombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 2021 Type *SrcType = X->getType(); in foldTruncShuffle() local
|
H A D | InstructionCombining.cpp | 2384 PointerType *SrcType = cast<PointerType>(BCI->getSrcTy()); in visitGetElementPtrInst() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2524 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 D | ExprCXX.cpp | 767 QualType SrcType = getSubExpr()->getType(); in isAlwaysNull() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 257 LLT SrcType = MRI.getType(Src1); in matchCombineShuffleVector() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2411 if (auto *SrcType = FindTruncSrcType()) { in getAddExpr() local
|