Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp82 if (StructType *STy = GTI.getStructTypeOrNull()) { getMaxPreservedAlignment() local
139 StructType *STy = GTI.getStructTypeOrNull(); accumulateConstantOffset() local
198 StructType *STy = GTI.getStructTypeOrNull(); collectOffset() local
[all...]
H A DTypeFinder.cpp118 if (StructType *STy = dyn_cast<StructType>(Ty)) incorporateType() 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
H A DDataLayout.cpp699 StructLayout *&operator[](StructType *STy) { in operator []() argument
929 if (StructType *STy = GTI.getStructTypeOrNull()) { in getIndexedOffsetInType() local
982 if (auto *STy = dyn_cast<StructType>(ElemTy)) { in getGEPIndexForOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp522 auto *STy = cast<StructType>(F->getReturnType()); invalidate() local
527 } else if (auto *STy = dyn_cast<StructType>(Inst->getType())) { invalidate() local
697 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { addTrackedFunction() local
736 auto *STy = dyn_cast<StructType>(V->getType()); getStructLatticeValueFor() local
784 if (auto *STy = dyn_cast<StructType>(V->getType())) markOverdefined() local
889 isStructLatticeConstant(Function * F,StructType * STy) isStructLatticeConstant() argument
959 if (auto *STy = dyn_cast<StructType>(NewArg->getType())) { setLatticeValueForSpecializationArguments() local
969 if (auto *STy = dyn_cast<StructType>(NewArg->getType())) { setLatticeValueForSpecializationArguments() local
1211 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) visitReturnInst() local
1326 auto *STy = dyn_cast<StructType>(IVI.getType()); visitInsertValueInst() local
1706 if (auto *STy = dyn_cast<StructType>(AI->getType())) { handleCallArguments() local
1821 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { handleCallResult() local
1899 if (auto *STy = dyn_cast<StructType>(I.getType())) { resolvedUndef() local
2087 isStructLatticeConstant(Function * F,StructType * STy) isStructLatticeConstant() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp129 StructType *STy = unwrap<StructType>(StructTy); LLVMElementAtOffset() local
135 StructType *STy = unwrap<StructType>(StructTy); LLVMOffsetOfElement() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp48 if (StructType *STy = GTI.getStructTypeOrNull()) { in emitGEPOffset() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h127 const DICompositeType *STy; variable
144 const DISubroutineType *STy; variable
H A DBTFDebug.cpp279 BTFTypeStruct(const DICompositeType * STy,bool IsStruct,bool HasBitField,uint32_t Vlen) BTFTypeStruct() argument
331 BTFTypeFuncProto(const DISubroutineType * STy,uint32_t VLen,const std::unordered_map<uint32_t,StringRef> & FuncArgNames) BTFTypeFuncProto() argument
558 visitSubroutineType(const DISubroutineType * STy,bool ForSubprog,const std::unordered_map<uint32_t,StringRef> & FuncArgNames,uint32_t & TypeId) visitSubroutineType() argument
923 else if (const auto *STy = dyn_cast<DISubroutineType>(Ty)) visitTypeEntry() local
[all...]
/freebsd-src/contrib/llvm-project/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)) { ComputeValueVTs() local
183 if (StructType *STy = dyn_cast<StructType>(&Ty)) { computeValueLLTs() local
[all...]
H A DShadowStackGCLowering.cpp176 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp344 if (StructType *STy = dyn_cast<StructType>(RetTy)) numRetVals() local
358 if (StructType *STy = dyn_cast<StructType>(RetTy)) getRetComponentType() local
822 if (StructType *STy = dyn_cast<StructType>(RetTy)) { removeDeadStuffFromFunction() local
H A DSCCP.cpp322 StructType *STy = cast<StructType>(F->getReturnType()); runIPSCCP() local
H A DFunctionSpecialization.cpp756 auto *STy = cast<StructType>(F->getReturnType()); run() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp115 if (auto *STy = dyn_cast<StructType>(Ty)) addTypeMapping() local
227 finishType(StructType * DTy,StructType * STy,ArrayRef<Type * > ETypes) finishType() argument
291 auto *STy = cast<StructType>(Ty); get() local
322 auto *STy = cast<StructType>(Ty); get() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp298 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp232 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp505 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( buildFrom() local
540 auto *STy = dyn_cast<llvm::StructType>(DesiredTy); condense() local
1101 llvm::StructType *STy = llvm::StructType::get(VMContext, Types, false); VisitCastExpr() local
2109 llvm::StructType *STy = tryEmitPrivate() local
2132 llvm::StructType *STy = tryEmitPrivate() local
[all...]
H A DCGDecl.cpp1056 constStructWithPadding(CodeGenModule & CGM,IsPattern isPattern,llvm::StructType * STy,llvm::Constant * constant) constStructWithPadding() argument
1097 if (const auto STy = dyn_cast<llvm::StructType>(OrigTy)) constWithPadding() local
1250 if (auto *STy = dyn_cast<llvm::StructType>(Ty)) { emitStoresForConstant() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp271 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h210 if (auto STy = dyn_cast<StructType>(FTy->getReturnType())) { getRetconResultTypes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1121 if (StructType *STy = GTI.getStructTypeOrNull()) { visitGetElementPtrInst() local
2122 Type *STy = SI->getValueOperand()->getType(); isVectorPromotionViableForSlice() local
3817 if (StructType *STy = dyn_cast<StructType>(Ty)) { emitSplitOps() local
4103 } else if (StructType *STy = dyn_cast<StructType>(Ty)) { stripAggregateTypeWrapping() local
4177 StructType *STy = dyn_cast<StructType>(Ty); getTypePartition() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp906 Type *STy = Val->getType()->getScalarType(); getStepVector() local
1650 Type *STy = CanonicalIV->getType(); execute() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp586 else if (auto *STy = dyn_cast<DISubroutineType>(Ty)) createTypeDIE() local
716 constructTypeDIE(DIE & Buffer,const DIStringType * STy) constructTypeDIE() argument
[all...]

123