Home
last modified time | relevance | path

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

123

/external/llvm/lib/IR/
DConstantFold.cpp119 if (StructType *STy = dyn_cast<StructType>(ElTy)) { in FoldBitCast() local
123 } else if (SequentialType *STy = in FoldBitCast() local
359 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedSizeOf() local
421 if (StructType *STy = dyn_cast<StructType>(Ty)) { in getFoldedAlignOf() local
485 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedOffsetOf() local
650 if (StructType *STy = dyn_cast<StructType>(Ty)) in ConstantFoldCastInstruction() local
1259 if (StructType *STy = dyn_cast<StructType>(Ty)) { in isMaybeZeroSizedType() local
1994 static bool isIndexInRangeOfSequentialType(const SequentialType *STy, in isIndexInRangeOfSequentialType()
2090 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy)) in ConstantFoldGetElementPtrImpl() local
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
DTypeFinder.cpp110 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
DDataLayout.cpp532 StructLayout *&operator[](StructType *STy) { in operator []()
731 if (StructType *STy = dyn_cast<StructType>(*TI)) { in getIndexedOffset() local
DValue.cpp500 Type *STy = BC->getSrcTy()->getPointerElementType(), in isDereferenceablePointer() local
DAsmWriter.cpp423 StructType *STy = *I; in incorporateTypes() local
475 StructType *STy = cast<StructType>(Ty); in print() local
516 void TypePrinting::printStructBody(StructType *STy, raw_ostream &OS) { in printStructBody()
3111 if (StructType *STy = dyn_cast<StructType>(const_cast<Type*>(this))) in print() local
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp255 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments() local
285 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments() local
624 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
770 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
905 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
DIPConstantPropagation.cpp171 StructType *STy = dyn_cast<StructType>(F.getReturnType()); in PropagateConstantReturn() local
DDeadArgumentElimination.cpp393 else if (StructType *STy = dyn_cast<StructType>(RetTy)) in NumRetVals() local
408 if (StructType *STy = dyn_cast<StructType>(RetTy)) in getRetComponentType() local
825 if (StructType *STy = dyn_cast<StructType>(RetTy)) { in RemoveDeadStuffFromFunction() local
DGlobalOpt.cpp128 SequentialType *STy = cast<SequentialType>(Ty); in isLeakCheckerRoot() local
133 StructType *STy = cast<StructType>(Ty); in isLeakCheckerRoot() local
489 if (StructType *STy = dyn_cast<StructType>(Ty)) { in SRAGlobal() local
511 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) { in SRAGlobal() local
1278 StructType *STy = cast<StructType>(MAT); in PerformHeapAllocSRoA() local
2114 if (StructType *STy = dyn_cast<StructType>(Init->getType())) { in EvaluateStoreInto() local
2337 if (StructType *STy = dyn_cast<StructType>(NewTy)) { in EvaluateBlock() local
DStripSymbols.cpp181 StructType *STy = StructTypes[i]; in StripTypeNames() local
/external/llvm/lib/Target/
DTarget.cpp121 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local
127 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
/external/llvm/lib/Transforms/Scalar/
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
1142 if (StructType *STy = dyn_cast<StructType>(AI->getType())) { in visitCallSite() local
1154 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) { in visitCallSite() local
1256 if (StructType *STy = dyn_cast<StructType>(I->getType())) { in ResolvedUndefsIn() local
DSROA.cpp713 if (StructType *STy = dyn_cast<StructType>(*GTI)) { in visitGetElementPtrInst() local
1591 } else if (StructType *STy = dyn_cast<StructType>(ElementTy)) { in getNaturalGEPWithType() local
1656 StructType *STy = dyn_cast<StructType>(Ty); in getNaturalGEPRecursively() local
1986 Type *STy = SI->getValueOperand()->getType(); in isVectorPromotionViableForSlice() local
3226 if (StructType *STy = dyn_cast<StructType>(Ty)) { in emitSplitOps() local
3346 } else if (StructType *STy = dyn_cast<StructType>(Ty)) { in stripAggregateTypeWrapping() local
3418 StructType *STy = dyn_cast<StructType>(Ty); in getTypePartition() local
DStraightLineStrengthReduce.cpp261 StructType *STy = cast<StructType>(*GTI); in isGEPFoldable() local
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h216 if (StructType *STy = dyn_cast<StructType>(*GTI)) { variable
/external/llvm/lib/Transforms/Utils/
DMetaRenamer.cpp97 StructType *STy = StructTypes[i]; in runOnModule() local
/external/llvm/lib/CodeGen/
DAnalysis.cpp45 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeLinearIndex() local
89 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeValueVTs() local
DShadowStackGCLowering.cpp218 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap() local
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp141 StructType *STy = StructType::create(Ctx, PointerType::get(FTy, 0)); in getInternal() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp531 llvm::StructType *STy = in Finalize() local
652 llvm::StructType* STy = in VisitCastExpr() local
1154 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue() local
1177 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue() local
DCGCall.cpp984 if (llvm::StructType *STy = in BuildAggStore() local
1162 llvm::StructType *STy = dyn_cast<llvm::StructType>(AI.getCoerceToType()); in construct() local
1953 llvm::StructType *STy = dyn_cast<llvm::StructType>(ArgI.getCoerceToType()); in EmitFunctionProlog() local
3220 llvm::StructType *STy = in EmitCall() local
/external/llvm/lib/Linker/
DLinkModules.cpp122 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local
235 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
299 auto *STy = cast<StructType>(Ty); in get() local
329 auto *STy = cast<StructType>(Ty); in get() local
/external/llvm/tools/bugpoint/
DExtractFunction.cpp199 StructType *STy = in GetTorInit() local
/external/llvm/include/llvm/IR/
DOperator.h467 if (StructType *STy = dyn_cast<StructType>(*GTI)) { in accumulateConstantOffset() local

123