Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp105 QualType SubTy = Arg.getAsType(); in getFullyQualifiedTemplateArgument() local
107 QualType QTFQ = getFullyQualifiedType(SubTy, Ctx, WithGlobalNsPrefix); in getFullyQualifiedTemplateArgument()
108 if (QTFQ != SubTy) { in getFullyQualifiedTemplateArgument()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2033 VectorType *SubTy = FixedVectorType::get(ScalarTy, NumVecElts); in getArithmeticReductionCost() local
2037 NumVecElts, SubTy); in getArithmeticReductionCost()
2038 ArithCost += thisT()->getArithmeticInstrCost(Opcode, SubTy, CostKind); in getArithmeticReductionCost()
2039 Ty = SubTy; in getArithmeticReductionCost()
2089 auto *SubTy = FixedVectorType::get(ScalarTy, NumVecElts); in getMinMaxReductionCost() local
2095 NumVecElts, SubTy); in getMinMaxReductionCost()
2097 thisT()->getCmpSelInstrCost(CmpOpcode, SubTy, CondTy, in getMinMaxReductionCost()
2099 thisT()->getCmpSelInstrCost(Instruction::Select, SubTy, CondTy, in getMinMaxReductionCost()
2101 Ty = SubTy; in getMinMaxReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1057 auto *SubTy = FixedVectorType::get(BaseTp->getElementType(), in getShuffleCost() local
1061 TTI::SK_ExtractSubvector, VecTy, None, ExtractIndex, SubTy); in getShuffleCost()
3177 auto *SubTy = cast<VectorType>(Val); in getVectorInstrCost() local
3180 SubTy = FixedVectorType::get(ScalarType, SubNumElts); in getVectorInstrCost()
3182 getShuffleCost(TTI::SK_PermuteTwoSrc, SubTy, None, 0, SubTy); in getVectorInstrCost()
3730 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getArithmeticReductionCost() local
3732 getShuffleCost(TTI::SK_ExtractSubvector, Ty, None, NumVecElts, SubTy); in getArithmeticReductionCost()
3733 Ty = SubTy; in getArithmeticReductionCost()
4038 auto *SubTy = FixedVectorType::get(ValVTy->getElementType(), NumVecElts); in getMinMaxReductionCost() local
4040 getShuffleCost(TTI::SK_ExtractSubvector, Ty, None, NumVecElts, SubTy); in getMinMaxReductionCost()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1022 MVT SubTy = ty(SubV); in insertHvxSubvectorReg() local
1041 if (isHvxSingleTy(SubTy)) { in insertHvxSubvectorReg()
1065 assert(SubTy.getSizeInBits() == 32 || SubTy.getSizeInBits() == 64); in insertHvxSubvectorReg()
1109 MVT SubTy = ty(SubV); in insertHvxSubvectorPred() local
1118 unsigned Scale = VecLen / SubTy.getVectorNumElements(); in insertHvxSubvectorPred()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp961 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
962 EnumerateType(SubTy); in EnumerateType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp4597 QualType SubTy = C.getConstantArrayType( in clear() local
4602 SourceLocation(), SourceLocation(), nullptr, SubTy, in clear()
4603 C.getTrivialTypeSourceInfo(SubTy, SourceLocation()), in clear()
4624 QualType SubTy = C.getConstantArrayType( in clear() local
4627 C, SharedStaticRD, SourceLocation(), SourceLocation(), nullptr, SubTy, in clear()
4628 C.getTrivialTypeSourceInfo(SubTy, SourceLocation()), in clear()
H A DCGDebugInfo.cpp2094 llvm::DIType *SubTy = DBuilder.createSubroutineType(SElements); in getOrCreateVTablePtrType() local
2101 SubTy, Size, 0, DWARFAddressSpace, "__vtbl_ptr_type"); in getOrCreateVTablePtrType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp3751 StructType *SubTy = in getTypePartition() local
3753 const StructLayout *SubSL = DL.getStructLayout(SubTy); in getTypePartition()
3757 return SubTy; in getTypePartition()