/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 96 if (StructType *STy = GTI.getStructTypeOrNull()) { in getMaxPreservedAlignment() local 162 StructType *STy = GTI.getStructTypeOrNull(); in accumulateConstantOffset() local 221 StructType *STy = GTI.getStructTypeOrNull(); in collectOffset() local
|
H A D | TypeFinder.cpp | 132 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
|
H A D | DataLayout.cpp | 699 StructLayout *&operator[](StructType *STy) { in operator []() 929 if (StructType *STy = GTI.getStructTypeOrNull()) { in getIndexedOffsetInType() local 982 if (auto *STy = dyn_cast<StructType>(ElemTy)) { in getGEPIndexForOffset() local
|
H A D | Type.cpp | 63 if (const auto *STy = dyn_cast<StructType>(this)) { in isScalableTy() local 155 if (auto *STy = dyn_cast<StructType>(this)) { in isEmptyTy() local 417 if (auto *STy = dyn_cast<StructType>(Ty)) { in containsScalableVectorType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 546 auto *STy = cast<StructType>(F->getReturnType()); in invalidate() local 551 } else if (auto *STy = dyn_cast<StructType>(Inst->getType())) { in invalidate() local 721 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in addTrackedFunction() local 760 auto *STy = dyn_cast<StructType>(V->getType()); in getStructLatticeValueFor() local 808 if (auto *STy = dyn_cast<StructType>(V->getType())) in markOverdefined() local 933 bool SCCPInstVisitor::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant() 1003 if (auto *STy = dyn_cast<StructType>(NewArg->getType())) { in setLatticeValueForSpecializationArguments() local 1013 if (auto *STy = dyn_cast<StructType>(NewArg->getType())) { in setLatticeValueForSpecializationArguments() local 1255 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local 1364 auto *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | Target.cpp | 130 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local 136 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Local.cpp | 48 if (StructType *STy = GTI.getStructTypeOrNull()) { in emitGEPOffset() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 42 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeLinearIndex() local 88 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeValueVTs() local 146 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)); GetFrameMap() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 127 const DICompositeType *STy; variable 144 const DISubroutineType *STy; variable
|
H A D | BTFDebug.cpp | 280 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() 332 const DISubroutineType *STy, uint32_t VLen, in BTFTypeFuncProto() 559 const DISubroutineType *STy, bool ForSubprog, in visitSubroutineType() 924 else if (const auto *STy = dyn_cast<DISubroutineType>(Ty)) in visitTypeEntry() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 342 if (StructType *STy = dyn_cast<StructType>(RetTy)) in numRetVals() local 356 if (StructType *STy = dyn_cast<StructType>(RetTy)) in getRetComponentType() local 820 if (StructType *STy = dyn_cast<StructType>(RetTy)) { in removeDeadStuffFromFunction() local
|
H A D | SCCP.cpp | 310 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
|
H A D | FunctionSpecialization.cpp | 758 auto *STy = cast<StructType>(F->getReturnType()); in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVCodeGenPrepare.cpp | 190 Type *STy = VTy->getElementType(); in expandVPStrideLoad() local
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 256 auto *STy = cast<StructType>(Cur[0]->getType()); in matchScalarInAggregate() local 267 auto *STy = cast<StructType>(Cur[0]->getType()); in matchScalarInAggregate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 116 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local 228 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() 292 auto *STy = cast<StructType>(Ty); in get() local 323 auto *STy = cast<StructType>(Ty); in get() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 298 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 232 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 506 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( in buildFrom() local 541 auto *STy = dyn_cast<llvm::StructType>(DesiredTy); in condense() local 1138 llvm::StructType *STy = llvm::StructType::get(VMContext, Types, false); in VisitCastExpr() local 2350 llvm::StructType *STy = in tryEmitPrivate() local 2373 llvm::StructType *STy = in tryEmitPrivate() local
|
H A D | CGDecl.cpp | 1058 llvm::StructType *STy, in constStructWithPadding() 1099 if (const auto STy = dyn_cast<llvm::StructType>(OrigTy)) in constWithPadding() local 1252 if (auto *STy = dyn_cast<llvm::StructType>(Ty)) { in emitStoresForConstant() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 271 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 213 if (auto STy = dyn_cast<StructType>(FTy->getReturnType())) { in getRetconResultTypes() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | RISCV.cpp | 448 if (llvm::StructType *STy = dyn_cast<llvm::StructType>(CGT.ConvertType(Ty))) in classifyArgumentType() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 604 else if (auto *STy = dyn_cast<DISubroutineType>(Ty)) in createTypeDIE() local 732 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIStringType *STy) { in constructTypeDIE()
|