Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp202 if (!areTypesIsomorphic(DstTy->getContainedType(I), in areTypesIsomorphic()
203 SrcTy->getContainedType(I))) in areTypesIsomorphic()
283 ElementTypes[I] = get(Ty->getContainedType(I), Visited); in get()
284 AnyChange |= ElementTypes[I] != Ty->getContainedType(I); in get()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2216 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2217 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
2237 Type *SumTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2238 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
2255 Type *MulTy = RetTy->getContainedType(0); in getTypeBasedIntrinsicInstrCost()
2256 Type *OverflowTy = RetTy->getContainedType(1); in getTypeBasedIntrinsicInstrCost()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3419 Type *Ty0 = StTy->getContainedType(0); in isMathLibCallNoop()
3420 Type *Ty1 = StTy->getContainedType(1)->getScalarType(); in isMathLibCallNoop()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4279 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4285 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
4291 OpTy = RetTy->getContainedType(0); in getIntrinsicInstrCost()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp742 EVT MTy = TLI->getValueType(DL, RetTy->getContainedType(0), true); in getIntrinsicInstrCost()
H A DAArch64ISelLowering.cpp17066 VectorType *VTy = cast<VectorType>(DI->getType()->getContainedType(0)); in performMulCombine()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1142 ST->getContainedType(1)->isIntegerTy(32));
1143 return memVTFromLoadIntrData(TLI, DL, ST->getContainedType(0), MaxNumLanes);
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21798 VectorType *ResVTy = cast<VectorType>(DI->getType()->getContainedType(0));
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21145 Info.memVT = MVT::getVT(I.getType()->getContainedType(0)); in getTgtMemIntrinsic()