Home
last modified time | relevance | path

Searched defs:STy (Results 1 – 25 of 61) sorted by relevance

123

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp256 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments() local
286 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments() local
626 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
767 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
901 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
H A DIPConstantPropagation.cpp171 StructType *STy = dyn_cast<StructType>(F.getReturnType()); in PropagateConstantReturn() local
H A DDeadArgumentElimination.cpp392 else if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) in NumRetVals() local
544 Type *STy = dyn_cast<StructType>(F.getReturnType()); in SurveyFunction() local
778 StructType *STy = dyn_cast<StructType>(RetTy); in RemoveDeadStuffFromFunction() local
H A DGlobalOpt.cpp129 SequentialType *STy = cast<SequentialType>(Ty); in isLeakCheckerRoot() local
134 StructType *STy = cast<StructType>(Ty); in isLeakCheckerRoot() local
490 if (StructType *STy = dyn_cast<StructType>(Ty)) { in SRAGlobal() local
512 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) { in SRAGlobal() local
1278 StructType *STy = cast<StructType>(MAT); in PerformHeapAllocSRoA() local
2118 if (StructType *STy = dyn_cast<StructType>(Init->getType())) { in EvaluateStoreInto() local
2341 if (StructType *STy = dyn_cast<StructType>(NewTy)) { in EvaluateBlock() local
H A DStripSymbols.cpp181 StructType *STy = StructTypes[i]; in StripTypeNames() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp119 if (StructType *STy = dyn_cast<StructType>(ElTy)) { in FoldBitCast() local
123 } else if (SequentialType *STy = in FoldBitCast() local
347 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedSizeOf() local
409 if (StructType *STy = dyn_cast<StructType>(Ty)) { in getFoldedAlignOf() local
473 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedOffsetOf() local
638 if (StructType *STy = dyn_cast<StructType>(Ty)) in ConstantFoldCastInstruction() local
1247 if (StructType *STy = dyn_cast<StructType>(Ty)) { in isMaybeZeroSizedType() local
1971 static bool isIndexInRangeOfSequentialType(const SequentialType *STy, in isIndexInRangeOfSequentialType()
2065 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy)) in ConstantFoldGetElementPtrImpl() local
H A DType.cpp109 const StructType *STy = dyn_cast<StructType>(this); in isEmptyTy() local
630 if (StructType *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local
640 if (StructType *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local
648 if (const StructType *STy = dyn_cast<StructType>(this)) { in indexValid() local
665 if (const StructType *STy = dyn_cast<StructType>(this)) in indexValid() local
H A DTypeFinder.cpp110 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
H A DDataLayout.cpp502 StructLayout *&operator[](StructType *STy) { in operator []()
763 if (StructType *STy = dyn_cast<StructType>(*TI)) { in getIndexedOffset() local
H A DAsmWriter.cpp392 StructType *STy = *I; in incorporateTypes() local
444 StructType *STy = cast<StructType>(Ty); in print() local
485 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()
2568 if (StructType *STy = dyn_cast<StructType>(const_cast<Type*>(this))) in print() local
H A DValue.cpp500 Type *STy = BC->getSrcTy()->getPointerElementType(), in isDereferenceablePointer() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTarget.cpp124 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local
130 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h221 if (StructType *STy = dyn_cast<StructType>(*GTI)) { variable
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp242 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) { in AddTrackedFunction() local
296 if (StructType *STy = dyn_cast<StructType>(V->getType())) in markAnythingOverdefined() local
727 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local
780 StructType *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local
1141 if (StructType *STy = dyn_cast<StructType>(AI->getType())) { in visitCallSite() local
1153 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) { in visitCallSite() local
1255 if (StructType *STy = dyn_cast<StructType>(I->getType())) { in ResolvedUndefsIn() local
H A DSROA.cpp712 if (StructType *STy = dyn_cast<StructType>(*GTI)) { in visitGetElementPtrInst() local
1586 } else if (StructType *STy = dyn_cast<StructType>(ElementTy)) { in getNaturalGEPWithType() local
1651 StructType *STy = dyn_cast<StructType>(Ty); in getNaturalGEPRecursively() local
1980 Type *STy = SI->getValueOperand()->getType(); in isVectorPromotionViableForSlice() local
3220 if (StructType *STy = dyn_cast<StructType>(Ty)) { in emitSplitOps() local
3339 } else if (StructType *STy = dyn_cast<StructType>(Ty)) { in stripAggregateTypeWrapping() local
3411 StructType *STy = dyn_cast<StructType>(Ty); in getTypePartition() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp97 StructType *STy = StructTypes[i]; in runOnModule() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp45 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeLinearIndex() local
89 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeValueVTs() local
H A DShadowStackGC.cpp231 StructType *STy = StructType::create(EltTys, "gc_map."+utostr(NumMeta)); in GetFrameMap() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Linker/
H A DLinkModulesTest.cpp140 StructType *STy = StructType::create(Ctx, PointerType::get(FTy, 0)); in getInternal() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp526 llvm::StructType *STy = in Finalize() local
647 llvm::StructType* STy = in VisitCastExpr() local
1149 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue() local
1172 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue() local
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp121 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local
233 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
297 auto *STy = cast<StructType>(Ty); in get() local
327 auto *STy = cast<StructType>(Ty); in get() local
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp199 StructType *STy = in GetTorInit() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h462 if (StructType *STy = dyn_cast<StructType>(*GTI)) { in accumulateConstantOffset() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1146 if (StructType *STy = dyn_cast<StructType>(*GTI)) { in computeKnownBits() local
1471 if (StructType *STy = dyn_cast<StructType>(*GTI)) { in isGEPKnownNonNull() local
2129 llvm::StructType *STy = dyn_cast<llvm::StructType>(IndexedType); in BuildSubAggregate() local
H A DScalarEvolutionExpander.cpp455 while (StructType *STy = dyn_cast<StructType>(ElTy)) { in expandAddToGEP() local
1236 Type *STy = S->getType(); in expandAddRecExprLiterally() local

123