| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 147 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper() 187 } else if (RtnType->isStructTy() || ExpectedRtnType->isStructTy()) { in createWrapper()
|
| H A D | WebAssemblyFastISel.cpp | 671 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 418 if (!A.getType()->isStructTy()) in inferArgAttributes() 519 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant() 551 assert(!V->getType()->isStructTy() && 560 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState() 579 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState() 852 assert(!V->getType()->isStructTy() && in getLatticeValueFor() 894 if (A->getType()->isStructTy()) in trackValueOfArgument() 1062 if (V->getType()->isStructTy()) { in getConstantOrNull() 1294 if (PN.getType()->isStructTy()) in visitPHINode() 1345 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() [all …]
|
| H A D | VNCoercion.cpp | 13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 78 if (U->getType()->isStructTy()) { in findReturnsToZap() 278 assert(F->getReturnType()->isStructTy() && in runIPSCCP()
|
| H A D | FunctionSpecialization.cpp | 818 if (F->getReturnType()->isStructTy()) { in run() 1124 (!Ty->isIntegerTy() && !Ty->isFloatingPointTy() && !Ty->isStructTy()))) in isArgumentInteresting() 1139 bool IsOverdefined = Ty->isStructTy() in isArgumentInteresting()
|
| H A D | DeadArgumentElimination.cpp | 974 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction() 1048 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Type.h | 189 bool isStructTy() const { return LLVMTy->isStructTy(); } in isStructTy() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsCCState.cpp | 42 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 325 if (Ty->getReturnType()->isStructTy()) in verify()
|
| H A D | IRBuilder.cpp | 78 if (SrcTy->isStructTy()) { in CreateAggregateCast() 79 assert(DestTy->isStructTy() && "Expected StructType"); in CreateAggregateCast() 92 Type *ElementTy = SrcTy->isStructTy() ? DestTy->getStructElementType(I) in CreateAggregateCast()
|
| H A D | Value.cpp | 66 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && in Value()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 258 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 239 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 192 (!DirectTy->isStructTy() || ForceRightAdjust)) { in emitVoidPtrDirectVAArg()
|
| H A D | CGDecl.cpp | 1311 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1323 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1332 if (Ty->isStructTy()) in replaceUndef()
|
| H A D | MicrosoftCXXABI.cpp | 3080 if (MemPtr->getType()->isStructTy()) in EmitMemberPointerIsNotNull() 3102 llvm::Constant *FirstField = Val->getType()->isStructTy() ? in MemberPointerConstantIsNull() 3237 if (MemPtr->getType()->isStructTy()) { in EmitMemberDataPointerAddress() 3525 if (MemPtr->getType()->isStructTy()) { in EmitLoadOfMemberFunctionPointer()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanUnroll.cpp | 542 ResTy->isStructTy() ? VPInstruction::BuildStructVector in replicateByVF()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 68 if (T->isStructTy()) { in isSupportedType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 379 if (T->isStructTy()) { in isSupportedReturnType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 584 if (Ty->isStructTy()) { in solveTypeName() 632 } else if (Ty->isStructTy()) { in solveDIType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 254 if (GN.PTy->isStructTy()) { in operator <<()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1063 return Ty->isStructTy(); in matchType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 941 if (Ty->isStructTy()) { in emitCheckInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 8880 XElemTy->isPointerTy() || XElemTy->isStructTy()) && in createAtomicRead() 8890 } else if (XElemTy->isStructTy()) { in createAtomicRead() 8933 XElemTy->isPointerTy() || XElemTy->isStructTy()) && in createAtomicWrite() 8939 } else if (XElemTy->isStructTy()) { in createAtomicWrite() 9065 XElemTy->isStructTy()) { in emitAtomicUpdate()
|