Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp71 auto StructT = cast<StructType>(T); in isSupportedType()
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()
64 auto StructT = cast<StructType>(T); isSupportedType() local
/llvm-project/clang/test/CodeGen/
H A Dtbaa-class.cpp54 class StructT { class
59 class StructM1 : public StructS, public StructT {
/llvm-project/clang/test/SemaObjC/
H A Dattr-swift_bridge.m33 struct __attribute__((__swift_bridge__("StructT"))) T {};
/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp380 auto StructT = cast<StructType>(T); in isSupportedReturnType()
381 for (unsigned i = 0, e = StructT->getNumElements(); i != e; ++i) in isSupportedReturnType()
382 if (!isSupportedReturnType(StructT->getElementType(i), Subtarget)) in isSupportedReturnType()
376 auto StructT = cast<StructType>(T); isSupportedReturnType() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1159 auto StructT = cast<StructType>(RetTy); in instCombineSVECmpNE()
1160 auto VecT = StructT->getElementType(0); in instCombineSVECmpNE()
1162 for (unsigned i = 0; i < StructT->getNumElements(); i++) { in instCombineSVECmpNE()
1166 Node = ConstantStruct::get(StructT, ZerVec); in instCombineSVECmpNE()
1039 auto StructT = cast<StructType>(RetTy); instCombineSVENoActiveUnaryZero() local