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

12

/freebsd-current/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp129 StructType *STy = unwrap<StructType>(StructTy); local
135 StructType *STy = unwrap<StructType>(StructTy); local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp139 StructType *STy = GTI.getStructTypeOrNull(); local
198 StructType *STy = GTI.getStructTypeOrNull(); local
[all...]
H A DInlineAsm.cpp328 StructType *STy = dyn_cast<StructType>(Ty->getReturnType()); local
H A DConstantFold.cpp1613 auto *STy = cast<ArrayType>(Ty); local
H A DIRBuilder.cpp110 Type *STy = DstType->getScalarType(); local
H A DAsmWriter.cpp592 StructType *STy = cast<StructType>(Ty); local
605 OS << "%\\"type " << STy << '\\"'; local
655 printStructBody(StructType *STy, raw_ostream &OS) argument
[all...]
H A DVerifier.cpp799 StructType *STy = dyn_cast<StructType>(ATy->getElementType()); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp322 StructType *STy = cast<StructType>(F->getReturnType()); local
H A DGlobalOpt.cpp139 StructType *STy = cast<StructType>(Ty); local
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp232 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp176 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp298 const StructType *STy = cast<const StructType>(Ty); local
H A DHexagonCommonGEP.cpp262 StructType *STy = cast<StructType>(GN.PTy); local
266 OS << "<anon-struct>:" << *STy; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h127 const DICompositeType *STy; member in class:llvm::BTFTypeStruct
144 const DISubroutineType *STy; member in class:llvm::BTFTypeFuncProto
H A DBTFDebug.cpp279 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, argument
330 BTFTypeFuncProto( const DISubroutineType *STy, uint32_t VLen, const std::unordered_map<uint32_t, StringRef> &FuncArgNames) argument
557 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp780 SPIRVType *STy = restOfCreateSPIRVType(Ty, MIRBuilder, AccessQual, EmitIR); local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp670 StructType *STy = dyn_cast<StructType>(C->getType()); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp906 Type *STy = Val->getType()->getScalarType(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h934 QualType STy = Surrogate->getConversionType(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp227 void TypeMapTy::finishType(StructType *DTy, StructType *STy, argument
291 auto *STy = cast<StructType>(Ty); local
322 auto *STy = cast<StructType>(Ty); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp716 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIStringType *STy) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp522 auto *STy = cast<StructType>(F->getReturnType()); local
736 auto *STy = dyn_cast<StructType>(V->getType()); local
889 isStructLatticeConstant(Function *F, StructType *STy) argument
1326 auto *STy = dyn_cast<StructType>(IVI.getType()); local
2087 isStructLatticeConstant(Function *F, StructType *STy) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1054 constStructWithPadding(CodeGenModule &CGM, IsPattern isPattern, llvm::StructType *STy, llvm::Constant *constant) argument
[all...]
H A DCGExprConstant.cpp505 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( local
540 auto *STy = dyn_cast<llvm::StructType>(DesiredTy); local
1101 llvm::StructType *STy local
2109 llvm::StructType *STy = local
2132 llvm::StructType *STy = local
[all...]
H A DCGDebugInfo.cpp2322 llvm::Metadata *STy = getOrCreateType(Context.IntTy, Unit); local
4367 llvm::DISubroutineType *STy = getOrCreateFunctionType(D, FnType, Unit); local

Completed in 438 milliseconds

12