Home
last modified time | relevance | path

Searched refs:StructT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp71 auto StructT = cast<StructType>(T); in isSupportedType() local
72 for (unsigned i = 1, e = StructT->getNumElements(); i != e; ++i) in isSupportedType()
73 if (StructT->getElementType(i) != StructT->getElementType(0)) in isSupportedType()
75 return isSupportedType(DL, TLI, StructT->getElementType(0)); in isSupportedType()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp376 auto StructT = cast<StructType>(T); in isSupportedReturnType() local
377 for (unsigned i = 0, e = StructT->getNumElements(); i != e; ++i) in isSupportedReturnType()
378 if (!isSupportedReturnType(StructT->getElementType(i), Subtarget)) in isSupportedReturnType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1048 auto StructT = cast<StructType>(RetTy); in instCombineSVENoActiveUnaryZero() local
1049 auto VecT = StructT->getElementType(0); in instCombineSVENoActiveUnaryZero()
1051 for (unsigned i = 0; i < StructT->getNumElements(); i++) { in instCombineSVENoActiveUnaryZero()
1055 Node = ConstantStruct::get(StructT, ZerVec); in instCombineSVENoActiveUnaryZero()