/llvm-project/clang/test/AST/ |
H A D | deduction-guides.cpp | 16 typedef PR46111::S<T> STy; typedef 25 using STy = PR46111::S<T>; typedef
|
/llvm-project/clang/test/SemaOpenACC/ |
H A D | compute-construct-device_type-clause.c | 6 typedef struct S{} STy; in uses() typedef
|
H A D | loop-construct-device_type-clause.c | 6 typedef struct S{} STy; in uses() typedef
|
/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 96 if (StructType *STy = GTI.getStructTypeOrNull()) { getMaxPreservedAlignment() local 162 StructType *STy = GTI.getStructTypeOrNull(); accumulateConstantOffset() local 221 StructType *STy = GTI.getStructTypeOrNull(); collectOffset() local [all...] |
H A D | TypeFinder.cpp | 118 if (StructType *STy = dyn_cast<StructType>(Ty)) incorporateType() local
|
H A D | Type.cpp | 63 if (const auto *STy = dyn_cast<StructType>(this)) { isScalableTy() local 155 if (auto *STy = dyn_cast<StructType>(this)) { isEmptyTy() local 417 if (auto *STy = dyn_cast<StructType>(Ty)) { containsScalableVectorType() local
|
H A D | DataLayout.cpp | 699 operator [](StructType * STy) operator []() argument 929 if (StructType *STy = GTI.getStructTypeOrNull()) { getIndexedOffsetInType() local 982 if (auto *STy = dyn_cast<StructType>(ElemTy)) { getGEPIndexForOffset() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 552 auto *STy = cast<StructType>(F->getReturnType()); invalidate() local 557 } else if (auto *STy = dyn_cast<StructType>(Inst->getType())) { invalidate() local 727 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { addTrackedFunction() local 766 auto *STy = dyn_cast<StructType>(V->getType()); getStructLatticeValueFor() local 814 if (auto *STy = dyn_cast<StructType>(V->getType())) markOverdefined() local 939 isStructLatticeConstant(Function * F,StructType * STy) isStructLatticeConstant() argument 1009 if (auto *STy = dyn_cast<StructType>(NewArg->getType())) { setLatticeValueForSpecializationArguments() local 1019 if (auto *STy = dyn_cast<StructType>(NewArg->getType())) { setLatticeValueForSpecializationArguments() local 1261 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) visitReturnInst() local 1369 auto *STy = dyn_cast<StructType>(IVI.getType()); visitInsertValueInst() local 1762 if (auto *STy = dyn_cast<StructType>(AI->getType())) { handleCallArguments() local 1879 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { handleCallResult() local 1957 if (auto *STy = dyn_cast<StructType>(I.getType())) { resolvedUndef() local 2149 isStructLatticeConstant(Function * F,StructType * STy) isStructLatticeConstant() argument [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | Local.cpp | 48 if (StructType *STy = GTI.getStructTypeOrNull()) { in emitGEPOffset() local
|
/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
|
/llvm-project/clang/test/OpenMP/ |
H A D | declare_simd_aarch64.c | 192 } STy; typedef
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | LowLevelTypeTest.cpp | 35 EXPECT_EQ(STy, TTy); in TEST() local 82 const LLT STy = LLT::scalar(S); TEST() local
|
/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 [all...] |
H A D | ShadowStackGCLowering.cpp | 176 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); GetFrameMap() local
|
/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(const DICompositeType * STy,bool IsStruct,bool HasBitField,uint32_t Vlen) BTFTypeStruct() argument 332 BTFTypeFuncProto(const DISubroutineType * STy,uint32_t VLen,const std::unordered_map<uint32_t,StringRef> & FuncArgNames) BTFTypeFuncProto() argument 559 visitSubroutineType(const DISubroutineType * STy,bool ForSubprog,const std::unordered_map<uint32_t,StringRef> & FuncArgNames,uint32_t & TypeId) visitSubroutineType() argument 924 else if (const auto *STy = dyn_cast<DISubroutineType>(Ty)) visitTypeEntry() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 342 if (StructType *STy = dyn_cast<StructType>(RetTy)) numRetVals() local 356 if (StructType *STy = dyn_cast<StructType>(RetTy)) getRetComponentType() local 820 if (StructType *STy = dyn_cast<StructType>(RetTy)) { removeDeadStuffFromFunction() local
|
H A D | SCCP.cpp | 310 StructType *STy = cast<StructType>(F->getReturnType()); runIPSCCP() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 256 auto *STy = cast<StructType>(Cur[0]->getType()); matchScalarInAggregate() local 267 auto *STy = cast<StructType>(Cur[0]->getType()); matchScalarInAggregate() local
|
/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 116 if (auto *STy = dyn_cast<StructType>(Ty)) addTypeMapping() local 228 finishType(StructType * DTy,StructType * STy,ArrayRef<Type * > ETypes) finishType() argument 292 auto *STy = cast<StructType>(Ty); get() local 323 auto *STy = cast<StructType>(Ty); get() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 298 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 232 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
|
/llvm-project/llvm/unittests/Linker/ |
H A D | LinkModulesTest.cpp | 163 StructType *STy = StructType::create(Ctx, PointerType::get(Ctx, 0)); in getInternal() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 271 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 505 llvm::StructType *STy = llvm::ConstantStruct::getTypeForElements( buildFrom() local 540 auto *STy = dyn_cast<llvm::StructType>(DesiredTy); condense() local 1127 llvm::StructType *STy = llvm::StructType::get(VMContext, Types, false); VisitCastExpr() local 2304 llvm::StructType *STy = tryEmitPrivate() local 2327 llvm::StructType *STy = tryEmitPrivate() local [all...] |