Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp366 assert(!V->getType()->isStructTy() && in getLatticeValueFor()
480 assert(!V->getType()->isStructTy() && in mergeInValue()
770 if (PN.getType()->isStructTy()) in visitPHINode()
876 if (EVI.getType()->isStructTy()) in visitExtractValueInst()
884 if (AggVal->getType()->isStructTy()) { in visitExtractValueInst()
917 if (Val->getType()->isStructTy()) in visitInsertValueInst()
930 if (I.getType()->isStructTy()) in visitSelectInst()
1114 if (I.getType()->isStructTy()) in visitLoadInst()
1239 if (AI->get()->getType()->isStructTy()) in visitCallSite()
1708 if (V->getType()->isStructTy()) { in tryToReplaceWithConstant()
[all …]
/freebsd-12.1/contrib/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.cpp643 if (ArgTy->isStructTy() || ArgTy->isArrayTy()) in fastLowerArguments()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp19 if (LoadTy->isStructTy() || LoadTy->isArrayTy() || in canCoerceMustAliasedValueToLoad()
20 StoredVal->getType()->isStructTy() || StoredVal->getType()->isArrayTy()) in canCoerceMustAliasedValueToLoad()
159 if (LoadTy->isStructTy() || LoadTy->isArrayTy()) in analyzeLoadFromClobberingWrite()
211 if (DepSI->getValueOperand()->getType()->isStructTy() || in analyzeLoadFromClobberingStore()
228 if (DepLI->getType()->isStructTy() || DepLI->getType()->isArrayTy()) in analyzeLoadFromClobberingLoad()
H A DSimplifyLibCalls.cpp1747 if (SinCos->getType()->isStructTy()) { in insertSinCosCall()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCCState.cpp45 if (Ty->isStructTy() && Ty->getStructNumElements() == 1 && in originalTypeIsF128()
H A DMipsFastISel.cpp1356 if (ArgTy->isStructTy() || ArgTy->isArrayTy() || ArgTy->isVectorTy()) { in fastLowerArguments()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp488 if (SrcTy->isStructTy()) { in createCast()
489 assert(DestTy->isStructTy()); in createCast()
502 assert(!DestTy->isStructTy()); in createCast()
H A DDeadArgumentElimination.cpp967 assert((RetTy->isStructTy() || RetTy->isArrayTy()) && in RemoveDeadStuffFromFunction()
1041 assert(RetTy->isStructTy() || RetTy->isArrayTy()); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp287 (ElTy->isStructTy() ? Type::getInt32Ty(F->getContext()) in doPromotion()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInlineAsm.cpp281 if (Ty->getReturnType()->isStructTy()) return false; in Verify()
H A DValue.cpp62 assert((VTy->isFirstClassType() || VTy->isVoidTy() || VTy->isStructTy()) && in Value()
H A DConstantFold.cpp670 if (Ty->isStructTy() || Ty->isArrayTy()) { in ConstantFoldCastInstruction()
H A DConstants.cpp1333 assert((Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) && in get()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp68 return ptr_type->isStructTy() && in isRSAllocationPtrTy()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h218 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp166 if ((SrcEltTy->isStructTy() && (SrcEltTy->getStructNumElements() != 1))) in checkArgumentUses()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp243 if (CstTy->isStructTy()) { in isConstantUsingVectorTy()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp61 if (T->isStructTy()) { in isSupportedType()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp207 if (!Ty->isStructTy()) { in next_type()
257 if (GN.PTy->isStructTy()) { in operator <<()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp1166 if (Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy()) in containsUndef()
1180 if (!(Ty->isStructTy() || Ty->isArrayTy() || Ty->isVectorTy())) in replaceUndef()
1189 if (Ty->isStructTy()) in replaceUndef()
H A DMicrosoftCXXABI.cpp2855 if (MemPtr->getType()->isStructTy()) in EmitMemberPointerIsNotNull()
2877 llvm::Constant *FirstField = Val->getType()->isStructTy() ? in MemberPointerConstantIsNull()
3015 if (MemPtr->getType()->isStructTy()) { in EmitMemberDataPointerAddress()
3309 if (MemPtr->getType()->isStructTy()) { in EmitLoadOfMemberFunctionPointer()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp352 if (SrcTy->isStructTy()) { in ConstantFoldLoadThroughBitcast()
904 if (!Ty->isStructTy()) { in SymbolicallyEvaluateGEP()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3716 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody()
3758 bool IsStruct = CurTy->isStructTy(); in parseFunctionBody()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1646 if (J > 1 && CurTy->isStructTy()) in visitGetElementPtrInst()

12