| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 146 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper() 186 } else if (RtnType->isStructTy() || ExpectedRtnType->isStructTy()) { in createWrapper()
|
| H A D | WebAssemblyFastISel.cpp | 657 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 446 assert(!V->getType()->isStructTy() && 762 assert(!V->getType()->isStructTy() && in getLatticeValueFor() 918 if (V->getType()->isStructTy()) { in getConstantOrNull() 1150 if (PN.getType()->isStructTy()) in visitPHINode() 1300 if (EVI.getType()->isStructTy()) in visitExtractValueInst() 1313 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() 1353 if (Val->getType()->isStructTy()) in visitInsertValueInst() 1366 if (I.getType()->isStructTy()) in visitSelectInst() 1422 if (I.getType()->isStructTy()) in visitFreezeInst() 1652 if (CB.getType()->isStructTy()) in handleCallOverdefined() [all …]
|
| H A D | VNCoercion.cpp | 14 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType() 235 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 78 if (U->getType()->isStructTy()) { in findReturnsToZap() 320 assert(F->getReturnType()->isStructTy() && in runIPSCCP()
|
| H A D | MergeFunctions.cpp | 484 if (SrcTy->isStructTy()) { in createCast() 485 assert(DestTy->isStructTy()); in createCast() 497 assert(!DestTy->isStructTy()); in createCast()
|
| H A D | FunctionSpecialization.cpp | 755 if (F->getReturnType()->isStructTy()) { in run() 1045 (!Ty->isIntegerTy() && !Ty->isFloatingPointTy() && !Ty->isStructTy()))) in isArgumentInteresting() 1060 bool IsOverdefined = Ty->isStructTy() in isArgumentInteresting()
|
| H A D | DeadArgumentElimination.cpp | 970 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction() 1045 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
| H A D | MipsFastISel.cpp | 1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 324 if (Ty->getReturnType()->isStructTy()) in verify()
|
| H A D | Value.cpp | 66 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && in Value()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 249 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 410 if (Arg.getType()->isArrayTy() || Arg.getType()->isStructTy() || in buildExitThunk() 484 if (ArgTy->isArrayTy() || ArgTy->isStructTy() || in buildEntryThunk()
|
| H A D | AArch64PromoteConstant.cpp | 243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 195 (!DirectTy->isStructTy() || ForceRightAdjust)) { in emitVoidPtrDirectVAArg()
|
| H A D | CGDecl.cpp | 1314 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1326 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1335 if (Ty->isStructTy()) in replaceUndef()
|
| H A D | MicrosoftCXXABI.cpp | 3075 if (MemPtr->getType()->isStructTy()) in EmitMemberPointerIsNotNull() 3097 llvm::Constant *FirstField = Val->getType()->isStructTy() ? in MemberPointerConstantIsNull() 3232 if (MemPtr->getType()->isStructTy()) { in EmitMemberDataPointerAddress() 3519 if (MemPtr->getType()->isStructTy()) { in EmitLoadOfMemberFunctionPointer()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 61 if (T->isStructTy()) { in isSupportedType()
|
| H A D | ARMFastISel.cpp | 3043 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 366 if (T->isStructTy()) { in isSupportedReturnType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 261 if (GN.PTy->isStructTy()) { in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1001 if (Ty->isStructTy()) { in solveTypeName() 1049 } else if (Ty->isStructTy()) { in solveDIType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1016 return Ty->isStructTy(); in matchType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2111 if (LTy->isStructTy()) in isVectorPromotionViableForSlice() 2124 if (STy->isStructTy()) in isVectorPromotionViableForSlice()
|