Home
last modified time | relevance | path

Searched refs:getContainedType (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DDirectX.cpp50 QualType ContainedTy = ResType->getContainedType(); in getHLSLType()
74 QualType ContainedTy = ResType->getContainedType(); in getHLSLType()
H A DSPIR.cpp481 QualType ContainedTy = ResType->getContainedType(); in getHLSLType()
502 QualType ContainedTy = ResType->getContainedType(); in getHLSLType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h351 return getContainedType(0); in getScalarType()
378 Type *getContainedType(unsigned i) const { in getContainedType() function
H A DDerivedTypes.h828 Type *getTypeParameter(unsigned i) const { return getContainedType(i); } in getTypeParameter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp206 FixedVectorType *VecTy = dyn_cast<FixedVectorType>(Ty->getContainedType(0)); in isStructOfMatchingFixedVectors()
211 VecTy = dyn_cast<FixedVectorType>(Ty->getContainedType(I)); in isStructOfMatchingFixedVectors()
691 VS = getVectorSplit(CallType->getContainedType(0)); in splitCall()
721 getVectorSplit(cast<FixedVectorType>(CallType->getContainedType(I))); in splitCall()
1081 Type *VecType = cast<FixedVectorType>(OpTy->getContainedType(0)); in visitExtractValueInst()
1087 getVectorSplit(cast<FixedVectorType>(OpTy->getContainedType(I))); in visitExtractValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp134 if (!recursivelyAddMappingIfTypesAreIsomorphic(DstTy->getContainedType(I), in recursivelyAddMappingIfTypesAreIsomorphic()
135 SrcTy->getContainedType(I))) in recursivelyAddMappingIfTypesAreIsomorphic()
186 ElementTypes[I] = get(Ty->getContainedType(I)); in get()
187 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2585 Type *LegalizeTy = ST ? ST->getContainedType(0) : RetTy; in getTypeBasedIntrinsicInstrCost()
2646 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2647 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
2667 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2668 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
2684 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2685 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp253 if (ResHandleTy->getContainedType()->getAsCXXRecordDecl()->isEmpty()) in addBuffer()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h449 QualType Contained = T->getContainedType(); in VisitHLSLAttributedResourceType()
H A DTypeProperties.td700 let Read = [{ node->getContainedType() }];
H A DType.h6355 QualType getContainedType() const { return ContainedType; }
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1176 Context, cast<HLSLAttributedResourceType>(T1)->getContainedType(), in IsStructurallyEquivalent()
1177 cast<HLSLAttributedResourceType>(T2)->getContainedType())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp2154 QualType ContainedTy = T->getContainedType(); in printHLSLAttributedResourceAfter()
H A DType.cpp4889 ->getContainedType() in computeTypeLinkageInfo()
H A DItaniumMangle.cpp4697 mangleType(T->getContainedType()); in mangleType()
H A DASTContext.cpp11952 LHSTy->getContainedType() == RHSTy->getContainedType()) in mergeTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp84 Type *STy = Ty->getContainedType(i); in getNumDefTiles()
H A DX86TargetTransformInfo.cpp4569 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4575 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4579 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4583 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3932 Type *Ty0 = StTy->getContainedType(0); in ConstantFoldStructCall()
3933 Type *Ty1 = StTy->getContainedType(1)->getScalarType(); in ConstantFoldStructCall()
3957 Type *Ty = StTy->getContainedType(0); in ConstantFoldStructCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp335 Type *OldElem = Ty->getContainedType(I); in remapTypeImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp2760 QualType ContainedTy = ResourceTy->getContainedType(); in CheckBuiltinFunctionCall()
H A DSemaTemplateDeduction.cpp7029 Ctx, cast<HLSLAttributedResourceType>(T)->getContainedType(), in MarkUsedTemplateParameters()
H A DSemaOverload.cpp1832 S.Context.hasSameUnqualifiedType(ToResType->getContainedType(), in TryImplicitConversion()
1833 FromResType->getContainedType()) && in TryImplicitConversion()
H A DTreeTransform.h7672 QualType OldContainedTy = oldType->getContainedType(); in TransformHLSLAttributedResourceType()
7686 ContainedTy != oldType->getContainedType()) { in TransformHLSLAttributedResourceType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp781 EVT MTy = TLI->getValueType(DL, RetTy->getContainedType(0), true); in getIntrinsicInstrCost()

12