| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | DirectX.cpp | 50 QualType ContainedTy = ResType->getContainedType(); in getHLSLType() 74 QualType ContainedTy = ResType->getContainedType(); in getHLSLType()
|
| H A D | SPIR.cpp | 481 QualType ContainedTy = ResType->getContainedType(); in getHLSLType() 502 QualType ContainedTy = ResType->getContainedType(); in getHLSLType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 351 return getContainedType(0); in getScalarType() 378 Type *getContainedType(unsigned i) const { in getContainedType() function
|
| H A D | DerivedTypes.h | 828 Type *getTypeParameter(unsigned i) const { return getContainedType(i); } in getTypeParameter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 206 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 D | IRMover.cpp | 134 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 D | BasicTTIImpl.h | 2585 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 D | CGHLSLRuntime.cpp | 253 if (ResHandleTy->getContainedType()->getAsCXXRecordDecl()->isEmpty()) in addBuffer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 449 QualType Contained = T->getContainedType(); in VisitHLSLAttributedResourceType()
|
| H A D | TypeProperties.td | 700 let Read = [{ node->getContainedType() }];
|
| H A D | Type.h | 6355 QualType getContainedType() const { return ContainedType; }
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1176 Context, cast<HLSLAttributedResourceType>(T1)->getContainedType(), in IsStructurallyEquivalent() 1177 cast<HLSLAttributedResourceType>(T2)->getContainedType())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 2154 QualType ContainedTy = T->getContainedType(); in printHLSLAttributedResourceAfter()
|
| H A D | Type.cpp | 4889 ->getContainedType() in computeTypeLinkageInfo()
|
| H A D | ItaniumMangle.cpp | 4697 mangleType(T->getContainedType()); in mangleType()
|
| H A D | ASTContext.cpp | 11952 LHSTy->getContainedType() == RHSTy->getContainedType()) in mergeTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXType.cpp | 84 Type *STy = Ty->getContainedType(i); in getNumDefTiles()
|
| H A D | X86TargetTransformInfo.cpp | 4569 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 D | ConstantFolding.cpp | 3932 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 D | AMDGPULowerBufferFatPointers.cpp | 335 Type *OldElem = Ty->getContainedType(I); in remapTypeImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 2760 QualType ContainedTy = ResourceTy->getContainedType(); in CheckBuiltinFunctionCall()
|
| H A D | SemaTemplateDeduction.cpp | 7029 Ctx, cast<HLSLAttributedResourceType>(T)->getContainedType(), in MarkUsedTemplateParameters()
|
| H A D | SemaOverload.cpp | 1832 S.Context.hasSameUnqualifiedType(ToResType->getContainedType(), in TryImplicitConversion() 1833 FromResType->getContainedType()) && in TryImplicitConversion()
|
| H A D | TreeTransform.h | 7672 QualType OldContainedTy = oldType->getContainedType(); in TransformHLSLAttributedResourceType() 7686 ContainedTy != oldType->getContainedType()) { in TransformHLSLAttributedResourceType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 781 EVT MTy = TLI->getValueType(DL, RetTy->getContainedType(0), true); in getIntrinsicInstrCost()
|