/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 232 DICompositeType *CTy) { in CheckCompositeType() argument 271 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) in CheckAnonRecordType() local 306 calcArraySize(const DICompositeType * CTy,uint32_t StartDim) calcArraySize() argument 516 const auto *CTy = dyn_cast<DICompositeType>(CType); IsValidAIChain() local 680 GetFieldInfo(uint32_t InfoKind,DICompositeType * CTy,uint32_t AccessIndex,uint32_t PatchImm,MaybeAlign RecordAlignment) GetFieldInfo() argument 893 if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) { computeBaseAndAccessKey() local 919 auto *CTy = dyn_cast<DICompositeType>(BaseTy); computeBaseAndAccessKey() local 973 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN))); computeBaseAndAccessKey() local 1026 const auto *CTy = cast<DICompositeType>(BaseTy); computeAccessKey() local [all...] |
H A D | BTFDebug.cpp | 661 visitStructType(const DICompositeType * CTy,bool IsStruct,uint32_t & TypeId) visitStructType() argument 696 visitArrayType(const DICompositeType * CTy,uint32_t & TypeId) visitArrayType() argument 735 visitEnumType(const DICompositeType * CTy,uint32_t & TypeId) visitEnumType() argument 764 visitFwdDeclType(const DICompositeType * CTy,bool IsUnion,uint32_t & TypeId) visitFwdDeclType() argument 771 visitCompositeType(const DICompositeType * CTy,uint32_t & TypeId) visitCompositeType() argument 787 if (const auto *CTy = dyn_cast<DICompositeType>(Base)) { IsForwardDeclCandidate() local 926 else if (const auto *CTy = dyn_cast<DICompositeType>(Ty)) visitTypeEntry() local 956 const auto *CTy = dyn_cast<DICompositeType>(Ty); visitMapDefType() local 1601 const DICompositeType *CTy = Fixup.first; endModule() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 17 complexTempStructure(CodeGenFunction & CGF,Address VAListAddr,QualType Ty,CharUnits SlotSize,CharUnits EltSize,const ComplexType * CTy) complexTempStructure() argument 225 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) getParamTypeAlignment() local 253 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { EmitVAArg() local 318 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) getParamTypeAlignment() local 383 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) { EmitVAArg() local 677 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) getParamTypeAlignment() local 914 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>()) { in detectFPCCEligibleStructHelper() local
|
H A D | X86.cpp | 389 if (const ComplexType *CTy = Ty->getAs<ComplexType>()) in is32Or64BitBasicType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 588 (Ty->getRawName() || CTy->getRawIdentifier())) { in createTypeDIE() local 823 constructTypeDIE(DIE & Buffer,const DISubroutineType * CTy) constructTypeDIE() argument 874 constructTypeDIE(DIE & Buffer,const DICompositeType * CTy) constructTypeDIE() argument 1451 hasVectorBeenPadded(const DICompositeType * CTy) hasVectorBeenPadded() argument 1477 constructArrayTypeDIE(DIE & Buffer,const DICompositeType * CTy) constructArrayTypeDIE() argument 1551 constructEnumTypeDIE(DIE & Buffer,const DICompositeType * CTy) constructEnumTypeDIE() argument 1851 finishNonUnitTypeDIE(DIE & D,const DICompositeType * CTy) finishNonUnitTypeDIE() argument [all...] |
H A D | DebugHandlerBase.cpp | 186 if (auto *CTy = dyn_cast<DICompositeType>(Ty)) { isUnsignedDIType() local
|
H A D | DwarfCompileUnit.cpp | 1657 finishNonUnitTypeDIE(DIE & D,const DICompositeType * CTy) finishNonUnitTypeDIE() argument
|
H A D | DwarfDebug.cpp | 3450 addDwarfTypeUnitType(DwarfCompileUnit & CU,StringRef Identifier,DIE & RefDie,const DICompositeType * CTy) addDwarfTypeUnitType() argument
|
H A D | CodeViewDebug.cpp | 2758 const auto *CTy = cast<DICompositeType>(Ty); in getCompleteTypeIndex() local
|
/freebsd-src/contrib/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); in simplifySymbolCast() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 4430 if (auto *CTy = LHSTy->getAs<ComplexType>()) { EmitCompare() local 4438 if (auto *CTy = RHSTy->getAs<ComplexType>()) { EmitCompare() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 544 auto *CTy = DICompositeType::get( createEnumerationType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 2009 if (const ComplexType *CTy = BaseTy->getAs<ComplexType>()) { LayoutField() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 8896 auto CTy = ParmTy; CheckExplicitlyDefaultedComparison() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 40934 Type *CTy = C->getType(); SimplifyDemandedVectorEltsForTargetShuffle() local [all...] |