Home
last modified time | relevance | path

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

12

/src/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.cpp665 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp444 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 DVNCoercion.cpp14 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 DSCCP.cpp78 if (U->getType()->isStructTy()) { in findReturnsToZap()
308 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 DFunctionSpecialization.cpp757 if (F->getReturnType()->isStructTy()) { in run()
1047 (!Ty->isIntegerTy() && !Ty->isFloatingPointTy() && !Ty->isStructTy()))) in isArgumentInteresting()
1062 bool IsOverdefined = Ty->isStructTy() in isArgumentInteresting()
H A DDeadArgumentElimination.cpp968 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 DMipsCCState.cpp43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
H A DMipsFastISel.cpp1352 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/src/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()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h249 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp198 (!DirectTy->isStructTy() || ForceRightAdjust)) { in emitVoidPtrDirectVAArg()
H A DCGDecl.cpp1316 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 DMicrosoftCXXABI.cpp3088 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 DARMCallLowering.cpp68 if (T->isStructTy()) { in isSupportedType()
H A DARMFastISel.cpp3042 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp375 if (T->isStructTy()) { in isSupportedReturnType()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp261 if (GN.PTy->isStructTy()) { in operator <<()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1004 if (Ty->isStructTy()) { in solveTypeName()
1052 } else if (Ty->isStructTy()) { in solveDIType()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1040 return Ty->isStructTy(); in matchType()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp887 if (Ty->isStructTy()) { in emitCheckInternal()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2063 if (LTy->isStructTy()) in isVectorPromotionViableForSlice()
2076 if (STy->isStructTy()) in isVectorPromotionViableForSlice()

12