Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp69 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 DVNCoercion.cpp14 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
320 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
H A DLocal.cpp1611 return AI->getAllocatedType() && AI->getAllocatedType()->isStructTy(); in isStructure()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSCCP.cpp77 if (U->getType()->isStructTy()) { in findReturnsToZap()
323 assert(F->getReturnType()->isStructTy() && in runIPSCCP()
H A DMergeFunctions.cpp491 if (SrcTy->isStructTy()) { in createCast()
492 assert(DestTy->isStructTy()); in createCast()
504 assert(!DestTy->isStructTy()); in createCast()
H A DDeadArgumentElimination.cpp954 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 DMipsCCState.cpp43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
H A DMipsFastISel.cpp1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp60 return type->isStructTy() && in isRSAllocationTy()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp324 if (Ty->getReturnType()->isStructTy()) in verify()
H A DValue.cpp65 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && in Value()
H A DConstants.cpp1596 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h243 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp1295 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 DMicrosoftCXXABI.cpp3067 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 DCoroFrame.cpp868 if (Ty->isStructTy()) { in solveTypeName()
916 } else if (Ty->isStructTy()) { in solveDIType()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp988 return Ty->isStructTy(); in matchType()
H A DConstantFolding.cpp392 if (SrcTy->isStructTy()) { in ConstantFoldLoadThroughBitcast()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp261 if (GN.PTy->isStructTy()) { in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2062 if (LTy->isStructTy()) in isVectorPromotionViableForSlice()
2075 if (STy->isStructTy()) in isVectorPromotionViableForSlice()

12