Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h316 return getContainedType(0); in getScalarType()
343 Type *getContainedType(unsigned i) const { in getContainedType() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1910 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1911 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
1931 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1932 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
1949 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1950 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp198 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
199 SrcTy->getContainedType(I))) in areTypesIsomorphic()
279 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
280 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp141 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
H A DSIISelLowering.cpp944 !ST->getContainedType(1)->isIntegerTy(32)) in memVTFromImageReturn()
946 return memVTFromImageData(ST->getContainedType(0), DMaskLanes); in memVTFromImageReturn()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3380 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
3386 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
3392 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp442 EVT MTy = TLI->getValueType(DL, RetTy->getContainedType(0), true); in getIntrinsicInstrCost()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20821 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()