Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h321 return getContainedType(0); in getScalarType()
348 Type *getContainedType(unsigned i) const { in getContainedType() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1781 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1782 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
1809 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1810 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
1824 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1825 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp192 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
193 SrcTy->getContainedType(I))) in areTypesIsomorphic()
273 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
274 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp140 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
H A DSIISelLowering.cpp1051 !ST->getContainedType(1)->isIntegerTy(32)) in memVTFromImageReturn()
1053 return memVTFromImageData(ST->getContainedType(0), DMaskLanes); in memVTFromImageReturn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3041 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
3047 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
3053 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19872 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()