/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 232 DICompositeType *CTy) { in CheckCompositeType() 271 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) in CheckAnonRecordType() local 306 static uint32_t calcArraySize(const DICompositeType *CTy, uint32_t StartDim) { in calcArraySize() 517 const auto *CTy = dyn_cast<DICompositeType>(CType); in IsValidAIChain() local 681 DICompositeType *CTy, in GetFieldInfo() 894 if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) { in computeBaseAndAccessKey() local 920 auto *CTy = dyn_cast<DICompositeType>(BaseTy); in computeBaseAndAccessKey() local 974 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN))); in computeBaseAndAccessKey() local 1027 const auto *CTy = cast<DICompositeType>(BaseTy); in computeAccessKey() local
|
H A D | BTFDebug.cpp | 662 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() 697 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() 736 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType() 765 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType() 772 void BTFDebug::visitCompositeType(const DICompositeType *CTy, in visitCompositeType() 788 if (const auto *CTy = dyn_cast<DICompositeType>(Base)) { in IsForwardDeclCandidate() local 927 else if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) in visitTypeEntry() local 957 const auto *CTy = dyn_cast<DICompositeType>(Ty); in visitMapDefType() local 1623 const DICompositeType *CTy = Fixup.first; in endModule() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 18 CharUnits EltSize, const ComplexType *CTy) { in complexTempStructure() 226 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local 254 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local 374 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local 439 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local 734 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in getParamTypeAlignment() local 971 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { in EmitVAArg() local
|
H A D | LoongArch.cpp | 135 if (auto CTy = Ty->getAs<ComplexType>()) { in detectFARsEligibleStructHelper() local
|
H A D | RISCV.cpp | 141 if (auto CTy = Ty->getAs<ComplexType>()) { in detectFPCCEligibleStructHelper() local
|
H A D | X86.cpp | 389 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in is32Or64BitBasicType() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 586 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in createTypeDIE() local 856 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DISubroutineType *CTy) { in constructTypeDIE() 907 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructTypeDIE() 1484 static bool hasVectorBeenPadded(const DICompositeType *CTy) { in hasVectorBeenPadded() 1510 void DwarfUnit::constructArrayTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructArrayTypeDIE() 1584 void DwarfUnit::constructEnumTypeDIE(DIE &Buffer, const DICompositeType *CTy) { in constructEnumTypeDIE() 1891 void DwarfTypeUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
|
H A D | DebugHandlerBase.cpp | 190 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in isUnsignedDIType() local
|
H A D | DwarfCompileUnit.cpp | 1678 void DwarfCompileUnit::finishNonUnitTypeDIE(DIE& D, const DICompositeType *CTy) { in finishNonUnitTypeDIE()
|
H A D | CodeViewDebug.cpp | 2740 const auto *CTy = cast<DICompositeType>(Ty); getCompleteTypeIndex() local [all...] |
H A D | DwarfDebug.cpp | 3438 const DICompositeType *CTy) { in addDwarfTypeUnitType()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 142 QualType CTy = in VisitBinaryOperator() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 4734 if (auto *CTy = LHSTy->getAs<ComplexType>()) { in EmitCompare() local 4742 if (auto *CTy = RHSTy->getAs<ComplexType>()) { in EmitCompare() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 571 auto *CTy = DICompositeType::get( in createEnumerationType() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 2016 if (const ComplexType *CTy = BaseTy->getAs<ComplexType>()) { in LayoutField() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8794 auto CTy = ParmTy; in CheckExplicitlyDefaultedComparison() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41845 Type *CTy = C->getType(); in SimplifyDemandedVectorEltsForTargetShuffle() local
|