| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 169 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 D | VNCoercion.cpp | 13 return Ty->isStructTy() || Ty->isArrayTy() || isa<ScalableVectorType>(Ty); in isFirstClassAggregateOrScalableType() 335 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
|
| H A D | Local.cpp | 1535 return AI->getAllocatedType() && AI->getAllocatedType()->isStructTy(); in isStructure()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixFunctionBitcasts.cpp | 154 } else if (ArgType->isStructTy() || ParamType->isStructTy()) { in createWrapper() 194 } else if (RtnType->isStructTy() || ExpectedRtnType->isStructTy()) { in createWrapper()
|
| H A D | WebAssemblyFastISel.cpp | 656 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SCCP.cpp | 102 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 D | MergeFunctions.cpp | 486 if (SrcTy->isStructTy()) { in createCast() 487 assert(DestTy->isStructTy()); in createCast() 500 assert(!DestTy->isStructTy()); in createCast()
|
| H A D | DeadArgumentElimination.cpp | 968 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction() 1043 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
|
| H A D | ArgumentPromotion.cpp | 297 (ElTy->isStructTy() ? Type::getInt32Ty(F->getContext()) in doPromotion()
|
| /freebsd-13.1/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 | 1358 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 291 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
|
| H A D | Value.cpp | 66 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && in Value()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptx86ABIFixups.cpp | 66 return ptr_type->isStructTy() && in isRSAllocationPtrTy()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 222 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURewriteOutArguments.cpp | 147 if ((SrcEltTy->isStructTy() && (SrcEltTy->getStructNumElements() != 1))) in checkArgumentUses()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64PromoteConstant.cpp | 243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 60 if (T->isStructTy()) { in isSupportedType()
|
| H A D | ARMFastISel.cpp | 3037 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) in fastLowerArguments()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 1284 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 D | MicrosoftCXXABI.cpp | 2961 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 D | CoroFrame.cpp | 825 if (Ty->isStructTy()) { in solveTypeName() 872 } else if (Ty->isStructTy()) { in solveDIType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 262 if (GN.PTy->isStructTy()) { in operator <<()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 405 if (SrcTy->isStructTy()) { in ConstantFoldLoadThroughBitcast() 993 if (!Ty->isStructTy()) { in SymbolicallyEvaluateGEP()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2589 if (NewRetTy->isStructTy()) in transformConstExprCastCall()
|