Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DOperator.cpp76 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 DTypeFinder.cpp118 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
H A DDataLayout.cpp662 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 DType.cpp152 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 DSCCPSolver.cpp603 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 DScalarEvolutionExpander.cpp517 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 DTarget.cpp134 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 DLocal.cpp48 if (StructType *STy = GTI.getStructTypeOrNull()) { in emitGEPOffset() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp42 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 DShadowStackGCLowering.cpp134 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp337 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 DSCCP.cpp325 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.h127 const DICompositeType *STy; variable
144 const DISubroutineType *STy; variable
H A DBTFDebug.cpp278 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 DOperations.cpp233 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 DIRMover.cpp115 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 DHexagonTargetObjectFile.cpp298 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp504 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 DCGDecl.cpp1043 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 DExtractFunction.cpp233 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp325 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp847 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 DCoroInternal.h204 if (auto STy = dyn_cast<StructType>(FTy->getReturnType())) { in getRetconResultTypes() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp586 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 DWebAssemblyFastISel.cpp276 if (StructType *STy = GTI.getStructTypeOrNull()) { in computeAddress() local

123