Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp64 auto StructT = cast<StructType>(T); in isSupportedType() local
65 for (unsigned i = 1, e = StructT->getNumElements(); i != e; ++i) in isSupportedType()
66 if (StructT->getElementType(i) != StructT->getElementType(0)) in isSupportedType()
68 return isSupportedType(DL, TLI, StructT->getElementType(0)); in isSupportedType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp367 auto StructT = cast<StructType>(T); in isSupportedReturnType() local
368 for (unsigned i = 0, e = StructT->getNumElements(); i != e; ++i) in isSupportedReturnType()
369 if (!isSupportedReturnType(StructT->getElementType(i), Subtarget)) in isSupportedReturnType()