Searched defs:STy (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp134 SequentialType *STy = cast<SequentialType>(Ty); local
139 StructType *STy = cast<StructType>(Ty); local
[all...]
H A DIPConstantPropagation.cpp171 StructType *STy = dyn_cast<StructType>(F.getReturnType()); local
H A DStripSymbols.cpp180 StructType *STy = StructTypes[i]; local
H A DArgumentPromotion.cpp145 StructType *STy = cast<StructType>(AgTy); local
262 StructType *STy = cast<StructType>(AgTy); local
393 StructType *STy = cast<StructType>(AgTy); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp293 StructType *STy = dyn_cast<StructType>(Ty->getReturnType()); local
H A DConstantFold.cpp2382 auto *STy = cast<SequentialType>(Ty); local
[all...]
H A DConstants.cpp2018 Constant *ConstantExpr::getOffsetOf(StructType* STy, unsigned FieldNo) { argument
H A DAsmWriter.cpp543 StructType *STy = *I; local
595 StructType *STy = cast<StructType>(Ty); local
608 OS << "%\\"type " << STy << '\\"'; local
640 printStructBody(StructType *STy, raw_ostream &OS) argument
[all...]
H A DVerifier.cpp646 StructType *STy = dyn_cast<StructType>(ATy->getElementType()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp132 StructType *STy = unwrap<StructType>(StructTy); local
138 StructType *STy = unwrap<StructType>(StructTy); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp129 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp299 const StructType *STy = cast<const StructType>(Ty); local
H A DHexagonCommonGEP.cpp259 StructType *STy = cast<StructType>(GN.PTy); local
263 OS << "<anon-struct>:" << *STy; local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp233 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h119 const DICompositeType *STy; member in class:llvm::BTFTypeStruct
136 const DISubroutineType *STy; member in class:llvm::BTFTypeFuncProto
H A DBTFDebug.cpp218 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, argument
269 BTFTypeFuncProto( const DISubroutineType *STy, uint32_t VLen, const std::unordered_map<uint32_t, StringRef> &FuncArgNames) argument
422 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp505 StructType *STy = dyn_cast<StructType>(C->getType()); local
H A DConstantFolding.cpp960 auto *STy = cast<StructType>(Ty); local
H A DScalarEvolutionExpander.cpp1338 Type *STy = S->getType(); local
H A DValueTracking.cpp3459 StructType *STy = dyn_cast<StructType>(IndexedType); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp214 void TypeMapTy::finishType(StructType *DTy, StructType *STy, argument
243 StructType *STy = cast<StructType>(Ty); local
287 auto *STy = cast<StructType>(Ty); local
317 auto *STy = cast<StructType>(Ty); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h878 QualType STy = Surrogate->getConversionType(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp357 auto *STy = dyn_cast<StructType>(V->getType()); local
412 bool isStructLatticeConstant(Function *F, StructType *STy) { argument
910 auto *STy = dyn_cast<StructType>(IVI.getType()); local
2203 StructType *STy = cast<StructType>(F->getReturnType()); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1004 constStructWithPadding(CodeGenModule &CGM, IsPattern isPattern, llvm::StructType *STy, llvm::Constant *constant) argument
[all...]
H A DCGExprConstant.cpp483 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( local
518 auto *STy = dyn_cast<llvm::StructType>(DesiredTy); local
1067 llvm::StructType *STy local
2035 llvm::StructType *STy = local
2058 llvm::StructType *STy = local
[all...]

Completed in 480 milliseconds

12