Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DOperator.cpp44 if (StructType *STy = GTI.getStructTypeOrNull()) { in getMaxPreservedAlignment() local
105 StructType *STy = GTI.getStructTypeOrNull(); in accumulateConstantOffset() local
165 StructType *STy = GTI.getStructTypeOrNull(); in collectOffset() local
H A DTypeFinder.cpp103 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
H A DConstantFold.cpp370 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedSizeOfImpl() local
444 if (StructType *STy = dyn_cast<StructType>(Ty)) { in getFoldedAlignOf() local
506 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedOffsetOf() local
698 if (StructType *STy = dyn_cast<StructType>(Ty)) in ConstantFoldCastInstruction() local
1549 if (StructType *STy = dyn_cast<StructType>(Ty)) { in isMaybeZeroSizedType() local
2563 auto *STy = cast<ArrayType>(Ty); in ConstantFoldGetElementPtr() local
H A DDataLayout.cpp652 StructLayout *&operator[](StructType *STy) { in operator []()
884 if (StructType *STy = GTI.getStructTypeOrNull()) { in getIndexedOffsetInType() local
H A DType.cpp111 if (auto *STy = dyn_cast<StructType>(this)) { in isEmptyTy() local
397 if (auto *STy = dyn_cast<StructType>(Ty)) in containsScalableVectorType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp368 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in addTrackedFunction() local
405 auto *STy = dyn_cast<StructType>(V->getType()); in getStructLatticeValueFor() local
440 if (auto *STy = dyn_cast<StructType>(V->getType())) in markOverdefined() local
495 bool SCCPInstVisitor::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant()
748 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local
830 auto *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local
1206 if (auto *STy = dyn_cast<StructType>(AI->getType())) { in handleCallArguments() local
1330 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in handleCallResult() local
1428 if (auto *STy = dyn_cast<StructType>(I.getType())) { in resolvedUndefsIn() local
1660 bool SCCPSolver::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DLocal.h55 if (StructType *STy = GTI.getStructTypeOrNull()) { variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTarget.cpp134 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local
140 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp144 StructType *STy = cast<StructType>(AgTy); in doPromotion() local
265 StructType *STy = cast<StructType>(AgTy); in doPromotion() local
395 StructType *STy = cast<StructType>(AgTy); in doPromotion() local
954 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in promoteArguments() local
986 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in promoteArguments() local
H A DDeadArgumentElimination.cpp333 else if (StructType *STy = dyn_cast<StructType>(RetTy)) in NumRetVals() local
348 if (StructType *STy = dyn_cast<StructType>(RetTy)) in getRetComponentType() local
820 if (StructType *STy = dyn_cast<StructType>(RetTy)) { in RemoveDeadStuffFromFunction() local
H A DGlobalOpt.cpp141 StructType *STy = cast<StructType>(Ty); in isLeakCheckerRoot() local
535 if (StructType *STy = dyn_cast<StructType>(Ty)) in SRAGlobal() local
552 if (StructType *STy = dyn_cast<StructType>(Ty)) { in SRAGlobal() local
1374 auto *STy = S->getValueOperand()->getType(); in isPointerValueDeadOnEntryToFunction() local
2046 if (StructType *STy = dyn_cast<StructType>(Init->getType())) { in EvaluateStoreInto() local
2184 if (StructType *STy = dyn_cast<StructType>(CurrentInitTy)) in BatchCommitValueTo() local
2197 if (auto *STy = dyn_cast<StructType>(Ty)) in BatchCommitValueTo() local
H A DStripSymbols.cpp185 StructType *STy = StructTypes[i]; in StripTypeNames() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp45 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeLinearIndex() local
88 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeValueVTs() local
137 if (StructType *STy = dyn_cast<StructType>(&Ty)) { in computeValueLLTs() local
H A DShadowStackGCLowering.cpp133 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h125 const DICompositeType *STy; variable
142 const DISubroutineType *STy; variable
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
276 const DISubroutineType *STy, uint32_t VLen, in BTFTypeFuncProto()
454 const DISubroutineType *STy, bool ForSubprog, in visitSubroutineType()
671 else if (const auto *STy = dyn_cast<DISubroutineType>(Ty)) in visitTypeEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DOperations.cpp226 auto *STy = cast<StructType>(Cur[0]->getType()); in matchScalarInAggregate() local
237 auto *STy = cast<StructType>(Cur[0]->getType()); in matchScalarInAggregate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp105 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local
217 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
281 auto *STy = cast<StructType>(Ty); in get() local
312 auto *STy = cast<StructType>(Ty); in get() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp299 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp233 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp492 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom() local
527 auto *STy = dyn_cast<llvm::StructType>(DesiredTy); in condense() local
1080 llvm::StructType *STy = llvm::StructType::get(VMContext, Types, false); in VisitCastExpr() local
2057 llvm::StructType *STy = in tryEmitPrivate() local
2080 llvm::StructType *STy = in tryEmitPrivate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp623 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
H A DSROA.cpp740 if (StructType *STy = GTI.getStructTypeOrNull()) { in visitGetElementPtrInst() local
1448 } else if (StructType *STy = dyn_cast<StructType>(ElementTy)) { in getNaturalGEPWithType() local
1515 StructType *STy = dyn_cast<StructType>(Ty); in getNaturalGEPRecursively() local
1869 Type *STy = SI->getValueOperand()->getType(); in isVectorPromotionViableForSlice() local
3353 if (StructType *STy = dyn_cast<StructType>(Ty)) { in emitSplitOps() local
3628 } else if (StructType *STy = dyn_cast<StructType>(Ty)) { in stripAggregateTypeWrapping() local
3702 StructType *STy = dyn_cast<StructType>(Ty); in getTypePartition() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp332 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h228 if (auto STy = dyn_cast<StructType>(FTy->getReturnType())) { in getRetconResultTypes() local

123