Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp96 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 DTypeFinder.cpp132 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
H A DDataLayout.cpp699 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 DType.cpp63 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 DSCCPSolver.cpp546 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 DTarget.cpp130 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 DLocal.cpp48 if (StructType *STy = GTI.getStructTypeOrNull()) { in emitGEPOffset() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp42 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 DShadowStackGCLowering.cpp134 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); GetFrameMap() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h127 const DICompositeType *STy; variable
144 const DISubroutineType *STy; variable
H A DBTFDebug.cpp280 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 DDeadArgumentElimination.cpp342 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 DSCCP.cpp310 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
H A DFunctionSpecialization.cpp758 auto *STy = cast<StructType>(F->getReturnType()); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCodeGenPrepare.cpp190 Type *STy = VTy->getElementType(); in expandVPStrideLoad() local
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp256 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 DIRMover.cpp116 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 DHexagonTargetObjectFile.cpp298 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp232 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp506 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 DCGDecl.cpp1058 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 DInlineAsmLowering.cpp271 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h213 if (auto STy = dyn_cast<StructType>(FTy->getReturnType())) { in getRetconResultTypes() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DRISCV.cpp448 if (llvm::StructType *STy = dyn_cast<llvm::StructType>(CGT.ConvertType(Ty))) in classifyArgumentType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp604 else if (auto *STy = dyn_cast<DISubroutineType>(Ty)) in createTypeDIE() local
732 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIStringType *STy) { in constructTypeDIE()

123