| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 105 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 D | BasicTTIImpl.h | 2033 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 D | X86TargetTransformInfo.cpp | 1057 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 D | HexagonISelLoweringHVX.cpp | 1022 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 D | ValueEnumerator.cpp | 961 for (Type *SubTy : Ty->subtypes()) in EnumerateType() 962 EnumerateType(SubTy); in EnumerateType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 4597 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 D | CGDebugInfo.cpp | 2094 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 D | SROA.cpp | 3751 StructType *SubTy = in getTypePartition() local 3753 const StructLayout *SubSL = DL.getStructLayout(SubTy); in getTypePartition() 3757 return SubTy; in getTypePartition()
|