Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h350 return getContainedType(0); in getScalarType()
377 Type *getContainedType(unsigned i) const { in getContainedType() function
H A DDerivedTypes.h755 Type *getTypeParameter(unsigned i) const { return getContainedType(i); } in getTypeParameter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp201 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
202 SrcTy->getContainedType(I))) in areTypesIsomorphic()
282 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
283 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2125 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2126 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
2146 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2147 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
2164 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2165 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3339 Type *Ty0 = StTy->getContainedType(0); in ConstantFoldStructCall()
3340 Type *Ty1 = StTy->getContainedType(1)->getScalarType(); in ConstantFoldStructCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4125 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4131 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4137 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp659 EVT MTy = TLI->getValueType(DL, RetTy->getContainedType(0), true); in getIntrinsicInstrCost()
H A DAArch64ISelLowering.cpp15985 VectorType *VTy = cast<VectorType>(DI->getType()->getContainedType(0)); in lowerDeinterleaveIntrinsicToLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1121 ST->getContainedType(1)->isIntegerTy(32)); in memVTFromLoadIntrReturn()
1122 return memVTFromLoadIntrData(ST->getContainedType(0), MaxNumLanes); in memVTFromLoadIntrReturn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20151 VectorType *ResVTy = cast<VectorType>(DI->getType()->getContainedType(0)); in lowerDeinterleaveIntrinsicToLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21122 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()