/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Operator.cpp | 44 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 D | TypeFinder.cpp | 103 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
|
H A D | ConstantFold.cpp | 370 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 D | DataLayout.cpp | 652 StructLayout *&operator[](StructType *STy) { in operator []() 884 if (StructType *STy = GTI.getStructTypeOrNull()) { in getIndexedOffsetInType() local
|
H A D | Type.cpp | 111 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 D | SCCPSolver.cpp | 368 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 D | Local.h | 55 if (StructType *STy = GTI.getStructTypeOrNull()) { variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | Target.cpp | 134 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 D | ArgumentPromotion.cpp | 144 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 D | DeadArgumentElimination.cpp | 333 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 D | GlobalOpt.cpp | 141 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 D | StripSymbols.cpp | 185 StructType *STy = StructTypes[i]; in StripTypeNames() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 45 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 D | ShadowStackGCLowering.cpp | 133 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 125 const DICompositeType *STy; variable 142 const DISubroutineType *STy; variable
|
H A D | BTFDebug.cpp | 224 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 D | Operations.cpp | 226 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 D | IRMover.cpp | 105 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 D | HexagonTargetObjectFile.cpp | 299 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 233 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 492 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 D | SCCP.cpp | 623 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
|
H A D | SROA.cpp | 740 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 D | InlineAsmLowering.cpp | 332 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 228 if (auto STy = dyn_cast<StructType>(FTy->getReturnType())) { in getRetconResultTypes() local
|