Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h343 return getContainedType(0); in getScalarType()
370 Type *getContainedType(unsigned i) const { in getContainedType() function
H A DDerivedTypes.h774 Type *getTypeParameter(unsigned i) const { return getContainedType(i); } in getTypeParameter()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1994 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
1995 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
2015 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2016 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
2033 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2034 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4034 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4040 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4046 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp469 EVT MTy = TLI->getValueType(DL, RetTy->getContainedType(0), true); in getIntrinsicInstrCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp975 ST->getContainedType(1)->isIntegerTy(32)); in memVTFromLoadIntrReturn()
976 return memVTFromLoadIntrData(ST->getContainedType(0), MaxNumLanes); in memVTFromLoadIntrReturn()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp20912 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()