/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Operator.cpp | 76 if (StructType *STy = GTI.getStructTypeOrNull()) { in getMaxPreservedAlignment() local 135 StructType *STy = GTI.getStructTypeOrNull(); in accumulateConstantOffset() local 195 StructType *STy = GTI.getStructTypeOrNull(); in collectOffset() local
|
H A D | TypeFinder.cpp | 118 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
|
H A D | DataLayout.cpp | 662 StructLayout *&operator[](StructType *STy) { in operator []() 895 if (StructType *STy = GTI.getStructTypeOrNull()) { in getIndexedOffsetInType() local 949 if (auto *STy = dyn_cast<StructType>(ElemTy)) { in getGEPIndexForOffset() local
|
H A D | Type.cpp | 152 if (auto *STy = dyn_cast<StructType>(this)) { in isEmptyTy() local 439 if (auto *STy = dyn_cast<StructType>(Ty)) in containsScalableVectorType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 603 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in addTrackedFunction() local 640 auto *STy = dyn_cast<StructType>(V->getType()); in getStructLatticeValueFor() local 675 if (auto *STy = dyn_cast<StructType>(V->getType())) in markOverdefined() local 763 bool SCCPInstVisitor::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant() 1059 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local 1172 auto *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local 1528 if (auto *STy = dyn_cast<StructType>(AI->getType())) { in handleCallArguments() local 1641 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in handleCallResult() local 1736 if (auto *STy = dyn_cast<StructType>(I.getType())) { in resolvedUndefsIn() local 1899 bool SCCPSolver::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant()
|
H A D | ScalarEvolutionExpander.cpp | 517 while (StructType *STy = dyn_cast<StructType>(ElTy)) { in expandAddToGEP() local 1381 Type *STy = S->getType(); in expandAddRecExprLiterally() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | Local.cpp | 48 if (StructType *STy = GTI.getStructTypeOrNull()) { in emitGEPOffset() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 42 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeLinearIndex() local 85 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeValueVTs() local 134 if (StructType *STy = dyn_cast<StructType>(&Ty)) { in computeValueLLTs() local
|
H A D | ShadowStackGCLowering.cpp | 134 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 337 if (StructType *STy = dyn_cast<StructType>(RetTy)) in numRetVals() local 351 if (StructType *STy = dyn_cast<StructType>(RetTy)) in getRetComponentType() local 807 if (StructType *STy = dyn_cast<StructType>(RetTy)) { in removeDeadStuffFromFunction() local
|
H A D | SCCP.cpp | 325 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 127 const DICompositeType *STy; variable 144 const DISubroutineType *STy; variable
|
H A D | BTFDebug.cpp | 278 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() 330 const DISubroutineType *STy, uint32_t VLen, in BTFTypeFuncProto() 557 const DISubroutineType *STy, bool ForSubprog, in visitSubroutineType() 922 else if (const auto *STy = dyn_cast<DISubroutineType>(Ty)) in visitTypeEntry() local
|
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 233 auto *STy = cast<StructType>(Cur[0]->getType()); in matchScalarInAggregate() local 244 auto *STy = cast<StructType>(Cur[0]->getType()); in matchScalarInAggregate() local
|
/openbsd-src/gnu/llvm/llvm/lib/Linker/ |
H A D | IRMover.cpp | 115 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local 227 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() 291 auto *STy = cast<StructType>(Ty); in get() local 322 auto *STy = cast<StructType>(Ty); in get() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 298 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 504 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom() local 539 auto *STy = dyn_cast<llvm::StructType>(DesiredTy); in condense() local 1100 llvm::StructType *STy = llvm::StructType::get(VMContext, Types, false); in VisitCastExpr() local 2093 llvm::StructType *STy = in tryEmitPrivate() local 2116 llvm::StructType *STy = in tryEmitPrivate() local
|
H A D | CGDecl.cpp | 1043 llvm::StructType *STy, in constStructWithPadding() 1084 if (const auto STy = dyn_cast<llvm::StructType>(OrigTy)) in constWithPadding() local 1233 if (auto *STy = dyn_cast<llvm::StructType>(Ty)) { in emitStoresForConstant() local
|
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 233 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 325 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 847 if (StructType *STy = GTI.getStructTypeOrNull()) { in visitGetElementPtrInst() local 1713 } else if (StructType *STy = dyn_cast<StructType>(ElementTy)) { in getNaturalGEPWithType() local 2073 Type *STy = SI->getValueOperand()->getType(); in isVectorPromotionViableForSlice() local 3672 if (StructType *STy = dyn_cast<StructType>(Ty)) { in emitSplitOps() local 3955 } else if (StructType *STy = dyn_cast<StructType>(Ty)) { in stripAggregateTypeWrapping() local 4029 StructType *STy = dyn_cast<StructType>(Ty); in getTypePartition() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 204 if (auto STy = dyn_cast<StructType>(FTy->getReturnType())) { in getRetconResultTypes() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 586 else if (auto *STy = dyn_cast<DISubroutineType>(Ty)) in createTypeDIE() local 715 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIStringType *STy) { in constructTypeDIE()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 276 if (StructType *STy = GTI.getStructTypeOrNull()) { in computeAddress() local
|