| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 2273 VectorType *SubTy = FixedVectorType::get(ScalarTy, NumVecElts); in getTreeReductionCost() local 2276 CostKind, NumVecElts, SubTy); in getTreeReductionCost() 2277 ArithCost += thisT()->getArithmeticInstrCost(Opcode, SubTy, CostKind); in getTreeReductionCost() 2278 Ty = SubTy; in getTreeReductionCost() 2371 auto *SubTy = FixedVectorType::get(ScalarTy, NumVecElts); in getMinMaxReductionCost() local 2376 CostKind, NumVecElts, SubTy); in getMinMaxReductionCost() 2378 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost() 2380 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost() 2382 Ty = SubTy; in getMinMaxReductionCost()
|
| /openbsd-src/gnu/llvm/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() 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,
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 938 for (Type *SubTy : Ty->subtypes()) in EnumerateType() 939 EnumerateType(SubTy); in EnumerateType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.cpp | 942 for (Type *SubTy : Ty->subtypes()) in EnumerateType() 943 EnumerateType(SubTy); in EnumerateType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 1487 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() local 1492 CostKind, ExtractIndex, SubTy); in getShuffleCost() 4388 auto *SubTy = cast<VectorType>(Val); in getVectorInstrCost() local 4391 SubTy = FixedVectorType::get(ScalarType, SubNumElts); in getVectorInstrCost() 4392 ShuffleCost = getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, std::nullopt, in getVectorInstrCost() 4393 CostKind, 0, SubTy); in getVectorInstrCost() 5135 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getArithmeticReductionCost() local 5138 NumVecElts, SubTy); in getArithmeticReductionCost() 5139 Ty = SubTy; in getArithmeticReductionCost() 5438 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getMinMaxReductionCost() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 4078 StructType *SubTy = in getTypePartition() local 4080 const StructLayout *SubSL = DL.getStructLayout(SubTy); in getTypePartition() 4084 return SubTy; in getTypePartition()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2212 llvm::DIType *SubTy = DBuilder.createSubroutineType(SElements); in getOrCreateVTablePtrType() local 2219 SubTy, Size, 0, DWARFAddressSpace, "__vtbl_ptr_type"); in getOrCreateVTablePtrType()
|