| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 69 if (V->getType()->isStructTy()) { in tryToReplaceWithConstant() 379 assert(!V->getType()->isStructTy() && "structs should use mergeInValue"); in markConstant() 398 assert(!V->getType()->isStructTy() && 407 assert(!V->getType()->isStructTy() && "Should use getStructValueState"); in getValueState() 426 assert(V->getType()->isStructTy() && "Should use getValueState"); in getStructValueState() 653 assert(!V->getType()->isStructTy() && in getLatticeValueFor() 998 if (PN.getType()->isStructTy()) in visitPHINode() 1049 if (!TrackedRetVals.empty() && !ResultOp->getType()->isStructTy()) { in visitReturnInst() 1146 if (EVI.getType()->isStructTy()) in visitExtractValueInst() 1159 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst() [all …]
|
| H A D | VNCoercion.cpp | 14 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType() 320 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
| H A D | Local.cpp | 1611 return AI->getAllocatedType() && AI->getAllocatedType()->isStructTy(); in isStructure()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | SCCP.cpp | 77 if (U->getType()->isStructTy()) { in findReturnsToZap() 323 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 | DeadArgumentElimination.cpp | 954 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in removeDeadStuffFromFunction() 1029 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in removeDeadStuffFromFunction()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptx86ABIFixups.cpp | 60 return type->isStructTy() && in isRSAllocationTy()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 324 if (Ty->getReturnType()->isStructTy()) in verify()
|
| H A D | Value.cpp | 65 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && in Value()
|
| H A D | Constants.cpp | 1596 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Type.h | 243 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1295 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef() 1307 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef() 1316 if (Ty->isStructTy()) in replaceUndef()
|
| H A D | MicrosoftCXXABI.cpp | 3067 if (MemPtr->getType()->isStructTy()) in EmitMemberPointerIsNotNull() 3089 llvm::Constant *FirstField = Val->getType()->isStructTy() ? in MemberPointerConstantIsNull() 3230 if (MemPtr->getType()->isStructTy()) { in EmitMemberDataPointerAddress() 3526 if (MemPtr->getType()->isStructTy()) { in EmitLoadOfMemberFunctionPointer()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 868 if (Ty->isStructTy()) { in solveTypeName() 916 } else if (Ty->isStructTy()) { in solveDIType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 988 return Ty->isStructTy(); in matchType()
|
| H A D | ConstantFolding.cpp | 392 if (SrcTy->isStructTy()) { in ConstantFoldLoadThroughBitcast()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 261 if (GN.PTy->isStructTy()) { in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 2062 if (LTy->isStructTy()) in isVectorPromotionViableForSlice() 2075 if (STy->isStructTy()) in isVectorPromotionViableForSlice()
|