/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 232 if (!CTy->getName().empty() || !ParentTy || in CheckCompositeType() argument 271 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) CheckAnonRecordType() local 306 calcArraySize(const DICompositeType * CTy,uint32_t StartDim) calcArraySize() argument 517 const auto *CTy = dyn_cast<DICompositeType>(CType); IsValidAIChain() local 681 GetFieldInfo(uint32_t InfoKind,DICompositeType * CTy,uint32_t AccessIndex,uint32_t PatchImm,MaybeAlign RecordAlignment) GetFieldInfo() argument 894 if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) { computeBaseAndAccessKey() local 920 auto *CTy = dyn_cast<DICompositeType>(BaseTy); computeBaseAndAccessKey() local 974 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN))); computeBaseAndAccessKey() local 1027 const auto *CTy = cast<DICompositeType>(BaseTy); computeAccessKey() local [all...] |
H A D | BTFDebug.cpp | 662 visitStructType(const DICompositeType * CTy,bool IsStruct,uint32_t & TypeId) visitStructType() argument 697 visitArrayType(const DICompositeType * CTy,uint32_t & TypeId) visitArrayType() argument 736 visitEnumType(const DICompositeType * CTy,uint32_t & TypeId) visitEnumType() argument 765 visitFwdDeclType(const DICompositeType * CTy,bool IsUnion,uint32_t & TypeId) visitFwdDeclType() argument 772 visitCompositeType(const DICompositeType * CTy,uint32_t & TypeId) visitCompositeType() argument 788 if (const auto *CTy = dyn_cast<DICompositeType>(Base)) { IsForwardDeclCandidate() local 927 else if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) visitTypeEntry() local 957 const auto *CTy = dyn_cast<DICompositeType>(Ty); visitMapDefType() local 1623 const DICompositeType *CTy = Fixup.first; endModule() local [all...] |
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 18 CharUnits EltSize, const ComplexType *CTy) { in complexTempStructure() argument 226 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) getParamTypeAlignment() local 254 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { EmitVAArg() local 374 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) getParamTypeAlignment() local 439 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { EmitVAArg() local 734 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) getParamTypeAlignment() local 971 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { EmitVAArg() local [all...] |
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>()) { detectFPCCEligibleStructHelper() local
|
H A D | X86.cpp | 389 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) is32Or64BitBasicType() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 586 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in createTypeDIE() local 856 constructTypeDIE(DIE & Buffer,const DISubroutineType * CTy) constructTypeDIE() argument 907 constructTypeDIE(DIE & Buffer,const DICompositeType * CTy) constructTypeDIE() argument 1484 hasVectorBeenPadded(const DICompositeType * CTy) hasVectorBeenPadded() argument 1510 constructArrayTypeDIE(DIE & Buffer,const DICompositeType * CTy) constructArrayTypeDIE() argument 1584 constructEnumTypeDIE(DIE & Buffer,const DICompositeType * CTy) constructEnumTypeDIE() argument 1891 finishNonUnitTypeDIE(DIE & D,const DICompositeType * CTy) finishNonUnitTypeDIE() argument [all...] |
H A D | DebugHandlerBase.cpp | 190 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { in isUnsignedDIType() local
|
H A D | DwarfCompileUnit.cpp | 1678 finishNonUnitTypeDIE(DIE & D,const DICompositeType * CTy) finishNonUnitTypeDIE() argument
|
H A D | DwarfDebug.cpp | 3436 addDwarfTypeUnitType(DwarfCompileUnit & CU,StringRef Identifier,DIE & RefDie,const DICompositeType * CTy) addDwarfTypeUnitType() argument
|
H A D | CodeViewDebug.cpp | 2758 const auto *CTy = cast<DICompositeType>(Ty); getCompleteTypeIndex() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 142 QualType CTy = in VisitBinaryOperator() local
|
H A D | SValBuilder.cpp | 1067 APSIntType CTy = BVF.getAPSIntType(CastTy); simplifySymbolCast() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 4724 if (auto *CTy = LHSTy->getAs<ComplexType>()) { EmitCompare() local 4732 if (auto *CTy = RHSTy->getAs<ComplexType>()) { EmitCompare() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 571 auto *CTy = DICompositeType::get( createEnumerationType() local
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 2016 if (const ComplexType *CTy = BaseTy->getAs<ComplexType>()) { LayoutField() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8764 auto CTy = ParmTy; CheckExplicitlyDefaultedComparison() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 41791 Type *CTy = C->getType(); SimplifyDemandedVectorEltsForTargetShuffle() local [all...] |