Home
last modified time | relevance | path

Searched refs:isStructTy (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp146 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper()
186 } else if (RtnType->isStructTy() || ExpectedRtnType->isStructTy()) { in createWrapper()
H A DWebAssemblyFastISel.cpp657 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp446 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 DVNCoercion.cpp14 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 DSCCP.cpp78 if (U->getType()->isStructTy()) { in findReturnsToZap()
320 assert(F->getReturnType()->isStructTy() && in runIPSCCP()
H A DMergeFunctions.cpp484 if (SrcTy->isStructTy()) { in createCast()
485 assert(DestTy->isStructTy()); in createCast()
497 assert(!DestTy->isStructTy()); in createCast()
H A DFunctionSpecialization.cpp755 if (F->getReturnType()->isStructTy()) { in run()
1045 (!Ty->isIntegerTy() && !Ty->isFloatingPointTy() && !Ty->isStructTy()))) in isArgumentInteresting()
1060 bool IsOverdefined = Ty->isStructTy() in isArgumentInteresting()
H A DDeadArgumentElimination.cpp970 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 DMipsCCState.cpp43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
H A DMipsFastISel.cpp1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp324 if (Ty->getReturnType()->isStructTy()) in verify()
H A DValue.cpp66 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && in Value()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h249 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp410 if (Arg.getType()->isArrayTy() || Arg.getType()->isStructTy() || in buildExitThunk()
484 if (ArgTy->isArrayTy() || ArgTy->isStructTy() || in buildEntryThunk()
H A DAArch64PromoteConstant.cpp243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp195 (!DirectTy->isStructTy() || ForceRightAdjust)) { in emitVoidPtrDirectVAArg()
H A DCGDecl.cpp1314 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 DMicrosoftCXXABI.cpp3075 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 DARMCallLowering.cpp61 if (T->isStructTy()) { in isSupportedType()
H A DARMFastISel.cpp3043 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp366 if (T->isStructTy()) { in isSupportedReturnType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp261 if (GN.PTy->isStructTy()) { in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1001 if (Ty->isStructTy()) { in solveTypeName()
1049 } else if (Ty->isStructTy()) { in solveDIType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1016 return Ty->isStructTy(); in matchType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2111 if (LTy->isStructTy()) in isVectorPromotionViableForSlice()
2124 if (STy->isStructTy()) in isVectorPromotionViableForSlice()

12