Home
last modified time | relevance | path

Searched refs:getBaseType (Results 1 – 25 of 129) sorted by relevance

123456

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp205 Ty = DTy->getBaseType(); in stripQualifiers()
214 Ty = DTy->getBaseType(); in stripQualifiers()
376 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
396 return PTy->getBaseType() == CTy->getBaseType(); in IsValidAIChain()
400 Ty = PTy->getBaseType(); in IsValidAIChain()
551 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
570 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
593 BaseTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
596 BaseTy = stripQualifiers(MemberTy->getBaseType()); in GetFieldInfo()
606 BaseTy = stripQualifiers(CompTy->getBaseType()); in GetFieldInfo()
[all …]
DBTFDebug.cpp79 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
246 const auto *BaseTy = DDTy->getBaseType(); in completeType()
478 const DIType *ElemType = CTy->getBaseType(); in visitArrayType()
560 const DIType *Base = DTy->getBaseType(); in visitDerivedType()
594 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
596 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType()
658 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
/external/deqp/framework/randomshaders/
DrsgUtils.cpp61 switch (type.getBaseType()) in computeRandomValue()
127 switch (valueRange.getType().getBaseType()) in isUndefinedValueRange()
132 bool isFloat = valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT; in isUndefinedValueRange()
190 switch (type.getBaseType()) in computeRandomValueRange()
244 switch (type.getBaseType()) in getTypeConstructorDepth()
254 switch (memberType.getBaseType()) in getTypeConstructorDepth()
299 switch (type.getBaseType()) in computeRangeLengthSum()
DrsgBinaryOps.cpp174 DE_ASSERT(dst.getType().getBaseType() == VariableType::TYPE_FLOAT); in evaluate()
187 DE_ASSERT(dst.getType().getBaseType() == VariableType::TYPE_BOOL); in evaluate()
393 VariableType::Type baseType = this->m_type.getBaseType(); in BinaryVecOp()
440 switch (dst.getType().getBaseType()) in evaluate()
697 switch (a.getType().getBaseType()) in evaluate()
721 …(valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumEleme… in getWeight()
1003 …(valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumEleme… in getWeight()
1042 switch (a.getType().getBaseType()) in evaluate()
DrsgProgramExecutor.cpp140 TCU_CHECK(valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT); in interpolateVertexInput()
153 TCU_CHECK(dst.getType().getBaseType() == VariableType::TYPE_FLOAT); in interpolateFragmentInput()
162 TCU_CHECK(dst.getType().getBaseType() == VariableType::TYPE_FLOAT); in copyVarying()
DrsgExpression.cpp169 switch (type.getBaseType()) in computeRandomValueRangeForInfElements()
227 switch (type.getBaseType()) in setInfiniteRange()
681 …convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBas… in convertValueRange()
694 …convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBas… in convertExecValue()
714 VariableType::Type baseType = type.getBaseType(); in ConstructorOp()
981 return type.getBaseType() == VariableType::TYPE_FLOAT; in isShaderInOutSupportedType()
1030 switch (type.getBaseType()) in computeEntryReadWeight()
1343 …VariableType inVarType = VariableType(m_outValueRange.getType().getBaseType(), m_numInputElements… in createNextChild()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp242 Ty = DTy->getBaseType(); in stripQualifiers()
251 Ty = DTy->getBaseType(); in stripQualifiers()
440 return stripQualifiers(PtrTy->getBaseType()) == CType; in IsValidAIChain()
460 return PTy->getBaseType() == CTy->getBaseType(); in IsValidAIChain()
464 Ty = PTy->getBaseType(); in IsValidAIChain()
615 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
634 auto *EltTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
657 BaseTy = stripQualifiers(CTy->getBaseType()); in GetFieldInfo()
660 BaseTy = stripQualifiers(MemberTy->getBaseType()); in GetFieldInfo()
670 BaseTy = stripQualifiers(CompTy->getBaseType()); in GetFieldInfo()
[all …]
DBTFDebug.cpp80 const DIType *ResolvedType = DTy->getBaseType(); in completeType()
252 const auto *BaseTy = DDTy->getBaseType(); in completeType()
484 const DIType *ElemType = CTy->getBaseType(); in visitArrayType()
566 const DIType *Base = DTy->getBaseType(); in visitDerivedType()
600 visitTypeEntry(DTy->getBaseType(), TempTypeId, true, false); in visitDerivedType()
602 visitTypeEntry(DTy->getBaseType(), TempTypeId, CheckPointer, SeenPointer); in visitDerivedType()
635 visitTypeEntry(DTy->getBaseType(), TmpTypeId, CheckPointer, in visitTypeEntry()
676 Ty = DTy->getBaseType(); in visitMapDefType()
691 visitTypeEntry(MemberType->getBaseType()); in visitMapDefType()
/external/llvm-project/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp222 MDNodeTy *getBaseType() const { in getBaseType() function in __anonafd77ec90111::TBAAStructTagNodeImpl
591 if (BaseTag.getAccessType() == BaseTag.getBaseType() && in mayBeAccessToSubobjectOf()
605 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf()
616 if (BaseType.getNode() == SubobjectTag.getBaseType()) { in mayBeAccessToSubobjectOf()
640 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp222 MDNodeTy *getBaseType() const { in getBaseType() function in __anonc441e3bd0111::TBAAStructTagNodeImpl
591 if (BaseTag.getAccessType() == BaseTag.getBaseType() && in mayBeAccessToSubobjectOf()
605 TBAAStructTypeNode BaseType(BaseTag.getBaseType()); in mayBeAccessToSubobjectOf()
616 if (BaseType.getNode() == SubobjectTag.getBaseType()) { in mayBeAccessToSubobjectOf()
640 TBAAStructTypeNode FieldType(SubobjectTag.getBaseType()); in mayBeAccessToSubobjectOf()
/external/llvm/lib/DebugInfo/CodeView/
DFieldListRecordBuilder.cpp23 Builder.writeTypeIndex(Record.getBaseType()); in writeBaseClass()
116 Builder.writeTypeIndex(Record.getBaseType()); in writeVirtualBaseClass()
/external/deqp/modules/glshared/
DglsRandomShaderProgram.cpp59 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_2D) in mapToBasicType()
61 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_CUBE) in mapToBasicType()
141 …TCU_CHECK_INTERNAL(m_positionVar && m_positionVar->getType().getBaseType() == rsg::VariableType::T… in RandomShaderProgram()
142 …TCU_CHECK_INTERNAL(m_fragColorVar && m_fragColorVar->getType().getBaseType() == rsg::VariableType:… in RandomShaderProgram()
DglsRandomShaderCase.cpp165 TCU_CHECK(input->getVariable()->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT); in init()
376 switch (value.getType().getBaseType()) in setUniformValue()
413 switch (value.getType().getBaseType()) in operator <<()
435 switch (value.getType().getBaseType()) in operator <<()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp151 DIType *BaseType = DDTy->getBaseType(); in getBaseTypeSize()
193 assert(DTy->getBaseType() && "Expected valid base type"); in isUnsignedDIType()
194 return isUnsignedDIType(DTy->getBaseType()); in isUnsignedDIType()
DCodeViewDebug.cpp1474 T = DT->getBaseType(); in shouldEmitUdt()
1557 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType()); in lowerTypeAlias()
1573 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray()
1718 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1790 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType()); in lowerTypeMemberPointer()
1793 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
1847 BaseTy = cast<DIDerivedType>(BaseTy)->getBaseType(); in lowerTypeModifier()
2099 getTypeIndex(Ty->getBaseType())); in lowerTypeEnum()
2170 const DIType *Ty = DDTy->getBaseType(); in collectMemberInfo()
2178 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in collectMemberInfo()
[all …]
DDwarfUnit.cpp588 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
592 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
727 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE()
861 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
870 if (DD->isUnsignedDIType(Discriminator->getBaseType())) in constructTypeDIE()
1380 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded()
1454 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1476 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE()
1524 if (DIType *Resolved = DT->getBaseType()) in constructMemberDIE()
1642 const DIType *Ty = DT->getBaseType(); in getOrCreateStaticMemberDIE()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/exc/
DInvalidTypeIdException.java52 public JavaType getBaseType() { return _baseType; } in getBaseType() method in InvalidTypeIdException
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp188 const MDNode *getBaseType() const { in getBaseType() function in __anon2789551b0111::TBAAStructTagNode
543 const MDNode *BaseA = TagA.getBaseType(); in PathAliases()
544 const MDNode *BaseB = TagB.getBaseType(); in PathAliases()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp489 assert(DTy->getBaseType() && "Expected valid base type"); in isUnsignedDIType()
490 return isUnsignedDIType(DD, DTy->getBaseType()); in isUnsignedDIType()
688 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
692 return getOrCreateTypeDIE(cast<DIDerivedType>(Ty)->getBaseType()); in getOrCreateTypeDIE()
795 const DIType *FromTy = DTy->getBaseType(); in constructTypeDIE()
924 addType(ElemDie, DDTy->getBaseType(), dwarf::DW_AT_friend); in constructTypeDIE()
933 if (isUnsignedDIType(DD, Discriminator->getBaseType())) in constructTypeDIE()
1374 DIType *BaseTy = CTy->getBaseType(); in hasVectorBeenPadded()
1402 addType(Buffer, CTy->getBaseType()); in constructArrayTypeDIE()
1420 const DIType *DTy = CTy->getBaseType(); in constructEnumTypeDIE()
[all …]
DCodeViewDebug.cpp1459 T = DT->getBaseType(); in shouldEmitUdt()
1542 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType()); in lowerTypeAlias()
1558 const DIType *ElementType = Ty->getBaseType(); in lowerTypeArray()
1698 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1771 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
1774 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType()); in lowerTypeMemberPointer()
1826 BaseTy = cast<DIDerivedType>(BaseTy)->getBaseType(); in lowerTypeModifier()
2078 getTypeIndex(Ty->getBaseType())); in lowerTypeEnum()
2140 const DIType *Ty = DDTy->getBaseType(); in collectMemberInfo()
2148 Ty = cast<DIDerivedType>(Ty)->getBaseType(); in collectMemberInfo()
[all …]
/external/llvm/lib/IR/
DDebugInfo.cpp103 processType(DCT->getBaseType().resolve()); in processType()
113 processType(DDT->getBaseType().resolve()); in processType()
/external/llvm-project/llvm/lib/IR/
DSafepointIRVerifier.cpp328 static enum BaseType getBaseType(const Value *Val) { in getBaseType() function
383 return getBaseType(V) == BaseType::NonConstant; in isNotExclusivelyConstantDerived()
814 enum BaseType baseTyLHS = getBaseType(LHS), in verifyInstruction()
815 baseTyRHS = getBaseType(RHS); in verifyInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp327 static enum BaseType getBaseType(const Value *Val) { in getBaseType() function
382 return getBaseType(V) == BaseType::NonConstant; in isNotExclusivelyConstantDerived()
813 enum BaseType baseTyLHS = getBaseType(LHS), in verifyInstruction()
814 baseTyRHS = getBaseType(RHS); in verifyInstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp449 TmpTy = resolve(DTy->getBaseType()); in addBlockByrefAddress()
542 DITypeRef Deriv = DTy->getBaseType(); in isUnsignedDIType()
700 return getOrCreateTypeDIE(resolve(cast<DIDerivedType>(Ty)->getBaseType())); in getOrCreateTypeDIE()
818 const DIType *FromTy = resolve(DTy->getBaseType()); in constructTypeDIE()
924 addType(ElemDie, resolve(DDTy->getBaseType()), dwarf::DW_AT_friend); in constructTypeDIE()
1304 addType(Buffer, resolve(CTy->getBaseType())); in constructArrayTypeDIE()
1336 const DIType *DTy = resolve(CTy->getBaseType()); in constructEnumTypeDIE()
1363 addType(MemberDie, resolve(DT->getBaseType())); in constructMemberDIE()
1471 const DIType *Ty = resolve(DT->getBaseType()); in getOrCreateStaticMemberDIE()
DCodeViewDebug.cpp968 DITypeRef UnderlyingTypeRef = Ty->getBaseType(); in lowerTypeAlias()
985 DITypeRef ElementTypeRef = Ty->getBaseType(); in lowerTypeArray()
1136 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1215 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
1218 bool IsPMF = isa<DISubroutineType>(Ty->getBaseType()); in lowerTypeMemberPointer()
1262 BaseTy = cast<DIDerivedType>(BaseTy)->getBaseType().resolve(); in lowerTypeModifier()
1443 getTypeIndex(Ty->getBaseType()))); in lowerTypeEnum()
1494 const DIType *Ty = DDTy->getBaseType().resolve(); in collectMemberInfo()
1638 getTypeIndex(I->getBaseType()), getVBPTypeIndex(), VBPtrOffset, in lowerRecordFieldList()
1645 getTypeIndex(I->getBaseType()), I->getOffsetInBits() / 8)); in lowerRecordFieldList()
[all …]

123456