| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 965 VectorType *&SubTy) const { in improveShuffleKindFromMask() argument 977 SubTy = FixedVectorType::get(Ty->getElementType(), Mask.size()); in improveShuffleKindFromMask() 987 SubTy = FixedVectorType::get(Ty->getElementType(), NumSubElts); in improveShuffleKindFromMask() 2404 VectorType *SubTy = FixedVectorType::get(ScalarTy, NumVecElts); in getTreeReductionCost() local 2407 CostKind, NumVecElts, SubTy); in getTreeReductionCost() 2408 ArithCost += thisT()->getArithmeticInstrCost(Opcode, SubTy, CostKind); in getTreeReductionCost() 2409 Ty = SubTy; in getTreeReductionCost() 2494 auto *SubTy = FixedVectorType::get(ScalarTy, NumVecElts); in getMinMaxReductionCost() local 2498 CostKind, NumVecElts, SubTy); in getMinMaxReductionCost() 2500 IntrinsicCostAttributes Attrs(IID, SubTy, {SubTy, SubTy}, FMF); in getMinMaxReductionCost() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 1362 MVT SubTy = ty(SubV); in insertHvxSubvectorReg() local 1381 if (isHvxSingleTy(SubTy)) { in insertHvxSubvectorReg() 1405 assert(SubTy.getSizeInBits() == 32 || SubTy.getSizeInBits() == 64); in insertHvxSubvectorReg() 1417 if (SubTy.getSizeInBits() == 32) { in insertHvxSubvectorReg() 1449 MVT SubTy = ty(SubV); in insertHvxSubvectorPred() local 1458 unsigned Scale = VecLen / SubTy.getVectorNumElements(); in insertHvxSubvectorPred() 1594 HexagonTargetLowering::extractSubvector(SDValue Vec, MVT SubTy, unsigned SubIdx, in extractSubvector() argument 1596 assert(ty(Vec).getSizeInBits() % SubTy.getSizeInBits() == 0); in extractSubvector() 1599 unsigned ElemIdx = SubIdx * SubTy.getVectorNumElements(); in extractSubvector() 1600 return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, SubTy, in extractSubvector()
|
| H A D | HexagonISelLowering.h | 521 SDValue extractSubvector(SDValue Vec, MVT SubTy, unsigned SubIdx,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 938 for (Type *SubTy : Ty->subtypes()) in EnumerateType() 939 EnumerateType(SubTy); in EnumerateType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 942 for (Type *SubTy : Ty->subtypes()) in EnumerateType() 943 EnumerateType(SubTy); in EnumerateType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1525 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() local 1530 CostKind, ExtractIndex, SubTy); in getShuffleCost() 4481 auto *SubTy = cast<VectorType>(Val); in getVectorInstrCost() local 4484 SubTy = FixedVectorType::get(ScalarType, SubNumElts); in getVectorInstrCost() 4485 ShuffleCost = getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, std::nullopt, in getVectorInstrCost() 4486 CostKind, 0, SubTy); in getVectorInstrCost() 5247 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getArithmeticReductionCost() local 5250 NumVecElts, SubTy); in getArithmeticReductionCost() 5251 Ty = SubTy; in getArithmeticReductionCost() 5432 CostKind, NumVecElts, SubTy); in getMinMaxReductionCost() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4230 StructType *SubTy = in getTypePartition() local 4232 const StructLayout *SubSL = DL.getStructLayout(SubTy); in getTypePartition() 4236 return SubTy; in getTypePartition()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2324 llvm::DIType *SubTy = DBuilder.createSubroutineType(SElements); in getOrCreateVTablePtrType() local 2331 SubTy, Size, 0, DWARFAddressSpace, "__vtbl_ptr_type"); in getOrCreateVTablePtrType()
|