Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h319 return getContainedType(0); in getScalarType()
346 Type *getContainedType(unsigned i) const { in getContainedType() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1754 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1755 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
1782 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1783 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
1797 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1798 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp191 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
192 SrcTy->getContainedType(I))) in areTypesIsomorphic()
272 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
273 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp140 Type *ElemType = PT->getContainedType(0); in shouldPrintAsStr()
H A DSIISelLowering.cpp1011 !ST->getContainedType(1)->isIntegerTy(32)) in memVTFromImageReturn()
1013 return memVTFromImageData(ST->getContainedType(0), DMaskLanes); in memVTFromImageReturn()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2845 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2851 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2857 OpTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19152 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()