Home
last modified time | relevance | path

Searched refs:SourceType (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/image_util/
Dcopyimage.inc25 template <typename SourceType>
28 SourceType::ReadDepthStencil(reinterpret_cast<DepthStencil *>(dest),
29 reinterpret_cast<const SourceType *>(source));
Dcopyimage.h27 template <typename SourceType>
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1845 static bool isIntTruncCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntTruncCastValid() argument
1846 return Ice::isIntegerType(SourceType) && Ice::isIntegerType(TargetType) && in isIntTruncCastValid()
1847 simplifyOutCommonVectorType(SourceType, TargetType) && in isIntTruncCastValid()
1848 getScalarIntBitWidth(SourceType) > getScalarIntBitWidth(TargetType); in isIntTruncCastValid()
1853 static bool isFloatTruncCastValid(Ice::Type SourceType, in isFloatTruncCastValid() argument
1855 return simplifyOutCommonVectorType(SourceType, TargetType) && in isFloatTruncCastValid()
1856 SourceType == Ice::IceType_f64 && TargetType == Ice::IceType_f32; in isFloatTruncCastValid()
1861 static bool isIntExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isIntExtCastValid() argument
1862 return isIntTruncCastValid(TargetType, SourceType); in isIntExtCastValid()
1867 static bool isFloatExtCastValid(Ice::Type SourceType, Ice::Type TargetType) { in isFloatExtCastValid() argument
[all …]
/external/v8/src/profiler/
Dprofile-generator-inl.h42 inline CpuProfileNode::SourceType ProfileNode::source_type() const { in source_type()
Dprofile-generator.h256 CpuProfileNode::SourceType source_type() const;
/external/clang/lib/Sema/
DSemaInit.cpp3634 QualType &SourceType, in ResolveOverloadedFunctionForReferenceBinding() argument
3649 SourceType = Fn->getType(); in ResolveOverloadedFunctionForReferenceBinding()
3650 UnqualifiedSourceType = SourceType.getUnqualifiedType(); in ResolveOverloadedFunctionForReferenceBinding()
4571 QualType SourceType = Initializer->getType(); in TryUserDefinedConversion() local
4572 assert((DestType->isRecordType() || SourceType->isRecordType()) && in TryUserDefinedConversion()
4623 if (const RecordType *SourceRecordType = SourceType->getAs<RecordType>()) { in TryUserDefinedConversion()
4629 if (S.isCompleteType(DeclLoc, SourceType)) { in TryUserDefinedConversion()
4979 QualType SourceType; in InitializeFrom() local
4991 SourceType = Initializer->getType(); in InitializeFrom()
5131 (Context.hasSameUnqualifiedType(SourceType, DestType) || in InitializeFrom()
[all …]
DSemaChecking.cpp7823 void DiagnoseImpCast(Sema &S, Expr *E, QualType SourceType, QualType T, in DiagnoseImpCast() argument
7829 << SourceType << T << E->getSourceRange() in DiagnoseImpCast()
7834 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast()
8394 QualType SourceType = E->getType(); in CheckImplicitConversion() local
8399 SourceType = S.Context.getTypeDeclType(Enum); in CheckImplicitConversion()
8400 Source = S.Context.getCanonicalType(SourceType).getTypePtr(); in CheckImplicitConversion()
8412 return DiagnoseImpCast(S, E, SourceType, T, CC, in CheckImplicitConversion()
DSemaDeclCXX.cpp8473 const Type *SourceType = UD->getQualifier()->getAsType(); in CheckInheritingConstructorUsingDecl() local
8474 assert(SourceType && in CheckInheritingConstructorUsingDecl()
8480 auto *Base = findDirectBaseWithType(TargetClass, QualType(SourceType, 0), in CheckInheritingConstructorUsingDecl()
8486 << QualType(SourceType, 0) << TargetClass; in CheckInheritingConstructorUsingDecl()
/external/v8/include/
Dv8-profiler.h72 enum SourceType { enum
154 SourceType GetSourceType() const;
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc550 class SourceType { class
557 SourceType s; in TEST()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc602 class SourceType { class
609 SourceType s; in TEST()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12562 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
12575 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
12583 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec()
12585 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
12586 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()
12588 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
12600 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec()
12602 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec()
12610 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec()
12612 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec()
[all …]
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3042 QualType SourceType, QualType ResType, in convertToType() argument
3047 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
3049 auto Res = convertToComplexValue(CGF, Value, SourceType, ResType, Loc); in convertToType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15387 EVT SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec() local
15400 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
15408 if (SourceType == MVT::Other) in reduceBuildVecExtToExtBuildVec()
15410 SourceType = InTy; in reduceBuildVecExtToExtBuildVec()
15411 else if (InTy != SourceType) { in reduceBuildVecExtToExtBuildVec()
15413 SourceType = MVT::Other; in reduceBuildVecExtToExtBuildVec()
15425 bool ValidTypes = SourceType != MVT::Other && in reduceBuildVecExtToExtBuildVec()
15427 isPowerOf2_32(SourceType.getSizeInBits()); in reduceBuildVecExtToExtBuildVec()
15435 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits(); in reduceBuildVecExtToExtBuildVec()
15437 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType): in reduceBuildVecExtToExtBuildVec()
[all …]
/external/v8/src/api/
Dapi.cc10642 CpuProfileNode::SourceType CpuProfileNode::GetSourceType() const { in GetSourceType()