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

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

Completed in 291 milliseconds