/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Operator.cpp | 82 if (StructType *STy = GTI.getStructTypeOrNull()) { getMaxPreservedAlignment() local 139 StructType *STy = GTI.getStructTypeOrNull(); accumulateConstantOffset() local 198 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)) { 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 D | DataLayout.cpp | 699 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 D | SCCPSolver.cpp | 522 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 D | Target.cpp | 129 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 D | Local.cpp | 48 if (StructType *STy = GTI.getStructTypeOrNull()) { in emitGEPOffset() local
|
/freebsd-src/contrib/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 | 279 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 D | Analysis.cpp | 42 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 D | ShadowStackGCLowering.cpp | 176 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta)); in GetFrameMap() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 344 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 D | SCCP.cpp | 322 StructType *STy = cast<StructType>(F->getReturnType()); runIPSCCP() local
|
H A D | FunctionSpecialization.cpp | 756 auto *STy = cast<StructType>(F->getReturnType()); run() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | Operations.cpp | 256 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 D | IRMover.cpp | 115 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 D | HexagonTargetObjectFile.cpp | 298 const StructType *STy = cast<const StructType>(Ty); in getSmallestAddressableSize() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 232 StructType *STy = StructType::get(Int32Ty, TorList[0].first->getType()); in GetTorInit() local
|
/freebsd-src/contrib/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 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 D | CGDecl.cpp | 1056 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 D | InlineAsmLowering.cpp | 271 if (StructType *STy = dyn_cast<StructType>(Call.getType())) { in lowerInlineAsm() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 210 if (auto STy = dyn_cast<StructType>(FTy->getReturnType())) { getRetconResultTypes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1121 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 D | VPlanRecipes.cpp | 906 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 D | DwarfUnit.cpp | 586 else if (auto *STy = dyn_cast<DISubroutineType>(Ty)) createTypeDIE() local 716 constructTypeDIE(DIE & Buffer,const DIStringType * STy) constructTypeDIE() argument [all...] |