| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | TypeFinder.cpp | 123 for (Type *SubTy : llvm::reverse(Ty->subtypes())) in incorporateType() 124 if (VisitedTypes.insert(SubTy).second) in incorporateType() 125 TypeWorklist.push_back(SubTy); in incorporateType()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 109 QualType SubTy = Arg.getAsType(); in getFullyQualifiedTemplateArgument() local 111 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument() 112 if (QTFQ != SubTy) { in getFullyQualifiedTemplateArgument()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 2187 VectorType *SubTy = FixedVectorType::get(ScalarTy, NumVecElts); in getTreeReductionCost() local 2189 NumVecElts, SubTy); in getTreeReductionCost() 2190 ArithCost += thisT()->getArithmeticInstrCost(Opcode, SubTy, CostKind); in getTreeReductionCost() 2191 Ty = SubTy; in getTreeReductionCost() 2283 auto *SubTy = FixedVectorType::get(ScalarTy, NumVecElts); in getMinMaxReductionCost() local 2287 NumVecElts, SubTy); in getMinMaxReductionCost() 2289 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost() 2291 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost() 2293 Ty = SubTy; in getMinMaxReductionCost()
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 938 for (Type *SubTy : Ty->subtypes()) in EnumerateType() 939 EnumerateType(SubTy); in EnumerateType()
|
| /llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 942 for (Type *SubTy : Ty->subtypes()) in EnumerateType() 943 EnumerateType(SubTy); in EnumerateType()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1134 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() local 1138 TTI::SK_ExtractSubvector, VecTy, None, ExtractIndex, SubTy); in getShuffleCost() 3773 auto *SubTy = cast<VectorType>(Val); in getVectorInstrCost() local 3776 SubTy = FixedVectorType::get(ScalarType, SubNumElts); in getVectorInstrCost() 3778 getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, None, 0, SubTy); in getVectorInstrCost() 4487 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getArithmeticReductionCost() local 4489 getShuffleCost(TTI::SK_ExtractSubvector, Ty, None, NumVecElts, SubTy); in getArithmeticReductionCost() 4490 Ty = SubTy; in getArithmeticReductionCost() 4789 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getMinMaxReductionCost() local 4791 getShuffleCost(TTI::SK_ExtractSubvector, Ty, None, NumVecElts, SubTy); in getMinMaxReductionCost() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 1202 MVT SubTy = ty(SubV); in insertHvxSubvectorReg() local 1221 if (isHvxSingleTy(SubTy)) { in insertHvxSubvectorReg() 1245 assert(SubTy.getSizeInBits() == 32 || SubTy.getSizeInBits() == 64); in insertHvxSubvectorReg() 1289 MVT SubTy = ty(SubV); in insertHvxSubvectorPred() local 1298 unsigned Scale = VecLen / SubTy.getVectorNumElements(); in insertHvxSubvectorPred()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3730 StructType *SubTy = in getTypePartition() local 3732 const StructLayout *SubSL = DL.getStructLayout(SubTy); in getTypePartition() 3736 return SubTy; in getTypePartition()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2202 llvm::DIType *SubTy = DBuilder.createSubroutineType(SElements); in getOrCreateVTablePtrType() local 2209 SubTy, Size, 0, DWARFAddressSpace, "__vtbl_ptr_type"); in getOrCreateVTablePtrType()
|