| /src/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 | 665 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 444 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant() 470 assert(!V->getType()->isStructTy() && 479 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState() 498 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState() 786 assert(!V->getType()->isStructTy() && in getLatticeValueFor() 962 if (V->getType()->isStructTy()) { in getConstantOrNull() 1194 if (PN.getType()->isStructTy()) in visitPHINode() 1245 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() 1338 if (EVI.getType()->isStructTy()) in visitExtractValueInst() 1351 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() [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()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 78 if (U->getType()->isStructTy()) { in findReturnsToZap() 308 assert(F->getReturnType()->isStructTy() && in runIPSCCP()
|
| H A D | MergeFunctions.cpp | 491 if (SrcTy->isStructTy()) { in createCast() 492 assert(DestTy->isStructTy()); in createCast() 504 assert(!DestTy->isStructTy()); in createCast()
|
| H A D | FunctionSpecialization.cpp | 757 if (F->getReturnType()->isStructTy()) { in run() 1047 (!Ty->isIntegerTy() && !Ty->isFloatingPointTy() && !Ty->isStructTy()))) in isArgumentInteresting() 1062 bool IsOverdefined = Ty->isStructTy() in isArgumentInteresting()
|
| H A D | DeadArgumentElimination.cpp | 968 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction() 1043 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
|
| /src/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()
|
| /src/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()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 249 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
| /src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfoImpl.cpp | 198 (!DirectTy->isStructTy() || ForceRightAdjust)) { in emitVoidPtrDirectVAArg()
|
| H A D | CGDecl.cpp | 1316 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1328 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1337 if (Ty->isStructTy()) in replaceUndef()
|
| H A D | MicrosoftCXXABI.cpp | 3088 if (MemPtr->getType()->isStructTy()) in EmitMemberPointerIsNotNull() 3110 llvm::Constant *FirstField = Val->getType()->isStructTy() ? in MemberPointerConstantIsNull() 3245 if (MemPtr->getType()->isStructTy()) { in EmitMemberDataPointerAddress() 3532 if (MemPtr->getType()->isStructTy()) { in EmitLoadOfMemberFunctionPointer()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 68 if (T->isStructTy()) { in isSupportedType()
|
| H A D | ARMFastISel.cpp | 3042 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVCallLowering.cpp | 375 if (T->isStructTy()) { in isSupportedReturnType()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 261 if (GN.PTy->isStructTy()) { in operator <<()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1004 if (Ty->isStructTy()) { in solveTypeName() 1052 } else if (Ty->isStructTy()) { in solveDIType()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 1040 return Ty->isStructTy(); in matchType()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 887 if (Ty->isStructTy()) { in emitCheckInternal()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2063 if (LTy->isStructTy()) in isVectorPromotionViableForSlice() 2076 if (STy->isStructTy()) in isVectorPromotionViableForSlice()
|