Home
last modified time | relevance | path

Searched refs:SubTy (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DTypeFinder.cpp123 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 DQualTypeNames.cpp109 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 DBasicTTIImpl.h2187 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 DValueEnumerator.cpp938 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
939 EnumerateType(SubTy); in EnumerateType()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp942 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
943 EnumerateType(SubTy); in EnumerateType()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1134 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 DHexagonISelLoweringHVX.cpp1202 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 DSROA.cpp3730 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 DCGDebugInfo.cpp2202 llvm::DIType *SubTy = DBuilder.createSubroutineType(SElements); in getOrCreateVTablePtrType() local
2209 SubTy, Size, 0, DWARFAddressSpace, "__vtbl_ptr_type"); in getOrCreateVTablePtrType()