Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp169 assert(!V->getType()->isStructTy() &&
418 assert(!V->getType()->isStructTy() && in getLatticeValueFor()
717 if (PN.getType()->isStructTy()) in visitPHINode()
836 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
849 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
887 if (Val->getType()->isStructTy()) in visitInsertValueInst()
900 if (I.getType()->isStructTy()) in visitSelectInst()
1083 if (SI.getOperand(0)->getType()->isStructTy()) in visitStoreInst()
1117 if (I.getType()->isStructTy() || I.isVolatile()) in visitLoadInst()
1179 if (CB.getType()->isStructTy()) in handleCallOverdefined()
[all …]
H A DVNCoercion.cpp13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType()
335 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
H A DLocal.cpp1535 return AI->getAllocatedType() && AI->getAllocatedType()->isStructTy(); in isStructure()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp154 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper()
194 } else if (RtnType->isStructTy() || ExpectedRtnType->isStructTy()) { in createWrapper()
H A DWebAssemblyFastISel.cpp656 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp102 if (V->getType()->isStructTy()) { in tryToReplaceWithConstant()
321 if (U->getType()->isStructTy()) { in findReturnsToZap()
616 assert(F->getReturnType()->isStructTy() && in runIPSCCP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp486 if (SrcTy->isStructTy()) { in createCast()
487 assert(DestTy->isStructTy()); in createCast()
500 assert(!DestTy->isStructTy()); in createCast()
H A DDeadArgumentElimination.cpp968 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
1043 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp297 (ElTy->isStructTy() ? Type::getInt32Ty(F->getContext()) in doPromotion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp43 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
H A DMipsFastISel.cpp1358 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp291 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
H A DValue.cpp66 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && in Value()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp66 return ptr_type->isStructTy() && in isRSAllocationPtrTy()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h222 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp147 if ((SrcEltTy->isStructTy() && (SrcEltTy->getStructNumElements() != 1))) in checkArgumentUses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp60 if (T->isStructTy()) { in isSupportedType()
H A DARMFastISel.cpp3037 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1284 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef()
1296 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef()
1305 if (Ty->isStructTy()) in replaceUndef()
H A DMicrosoftCXXABI.cpp2961 if (MemPtr->getType()->isStructTy()) in EmitMemberPointerIsNotNull()
2983 llvm::Constant *FirstField = Val->getType()->isStructTy() ? in MemberPointerConstantIsNull()
3124 if (MemPtr->getType()->isStructTy()) { in EmitMemberDataPointerAddress()
3420 if (MemPtr->getType()->isStructTy()) { in EmitLoadOfMemberFunctionPointer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp825 if (Ty->isStructTy()) { in solveTypeName()
872 } else if (Ty->isStructTy()) { in solveDIType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp262 if (GN.PTy->isStructTy()) { in operator <<()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp405 if (SrcTy->isStructTy()) { in ConstantFoldLoadThroughBitcast()
993 if (!Ty->isStructTy()) { in SymbolicallyEvaluateGEP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2589 if (NewRetTy->isStructTy()) in transformConstExprCastCall()

12