Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/llvm/lib/IR/
H A DConstantFold.cpp117 if (StructType *STy = dyn_cast<StructType>(ElTy)) { in FoldBitCast() local
121 } else if (SequentialType *STy = in FoldBitCast() local
359 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedSizeOf() local
420 if (StructType *STy = dyn_cast<StructType>(Ty)) { in getFoldedAlignOf() local
483 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedOffsetOf() local
649 if (StructType *STy = dyn_cast<StructType>(Ty)) in ConstantFoldCastInstruction() local
1278 if (StructType *STy = dyn_cast<StructType>(Ty)) { in isMaybeZeroSizedType() local
2019 static bool isIndexInRangeOfSequentialType(SequentialType *STy, in isIndexInRangeOfSequentialType()
2119 else if (SequentialType *STy = dyn_cast_or_null<SequentialType>(LastTy)) in ConstantFoldGetElementPtrImpl() local
2205 auto *STy = cast<SequentialType>(Ty); in ConstantFoldGetElementPtrImpl() local
H A DType.cpp97 if (auto *STy = dyn_cast<StructType>(this)) { in isEmptyTy() local
555 if (auto *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local
566 if (auto *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local
575 if (auto *STy = dyn_cast<StructType>(this)) { in indexValid() local
592 if (auto *STy = dyn_cast<StructType>(this)) in indexValid() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp306 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in AddTrackedFunction() local
357 auto *STy = dyn_cast<StructType>(V->getType()); in getStructLatticeValueFor() local
402 if (auto *STy = dyn_cast<StructType>(V->getType())) in markOverdefined() local
412 bool isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant()
853 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local
910 auto *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local
1324 if (auto *STy = dyn_cast<StructType>(AI->getType())) { in visitCallSite() local
1347 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in visitCallSite() local
1445 if (auto *STy = dyn_cast<StructType>(I.getType())) { in ResolvedUndefsIn() local
2203 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp603 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in addTrackedFunction() local
640 auto *STy = dyn_cast<StructType>(V->getType()); in getStructLatticeValueFor() local
675 if (auto *STy = dyn_cast<StructType>(V->getType())) in markOverdefined() local
763 bool SCCPInstVisitor::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant()
1059 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local
1172 auto *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local
1528 if (auto *STy = dyn_cast<StructType>(AI->getType())) { in handleCallArguments() local
1641 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in handleCallResult() local
1736 if (auto *STy = dyn_cast<StructType>(I.getType())) { in resolvedUndefsIn() local
1899 bool SCCPSolver::isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp245 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) { in AddTrackedFunction() local
275 StructType *STy = dyn_cast<StructType>(V->getType()); in getStructLatticeValueFor() local
311 if (StructType *STy = dyn_cast<StructType>(V->getType())) in markAnythingOverdefined() local
750 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local
809 StructType *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local
1135 if (StructType *STy = dyn_cast<StructType>(AI->getType())) { in visitCallSite() local
1147 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) { in visitCallSite() local
1249 if (StructType *STy = dyn_cast<StructType>(I.getType())) { in ResolvedUndefsIn() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp118 if (StructType *STy = dyn_cast<StructType>(ElTy)) { in FoldBitCast() local
122 } else if (SequentialType *STy = in FoldBitCast() local
360 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedSizeOf() local
420 if (StructType *STy = dyn_cast<StructType>(Ty)) { in getFoldedAlignOf() local
482 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedOffsetOf() local
662 if (StructType *STy = dyn_cast<StructType>(Ty)) in ConstantFoldCastInstruction() local
1406 if (StructType *STy = dyn_cast<StructType>(Ty)) { in isMaybeZeroSizedType() local
2382 auto *STy = cast<SequentialType>(Ty); in ConstantFoldGetElementPtr() local
H A DType.cpp104 if (auto *STy = dyn_cast<StructType>(this)) { in isEmptyTy() local
537 if (auto *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local
548 if (auto *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local
557 if (auto *STy = dyn_cast<StructType>(this)) { in indexValid() local
574 if (auto *STy = dyn_cast<StructType>(this)) in indexValid() local
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp314 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments() local
344 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments() local
678 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
808 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
937 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local
H A DGlobalOpt.cpp93 SequentialType *STy = cast<SequentialType>(Ty); in isLeakCheckerRoot() local
98 StructType *STy = cast<StructType>(Ty); in isLeakCheckerRoot() local
450 if (StructType *STy = dyn_cast<StructType>(Ty)) { in SRAGlobal() local
474 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) { in SRAGlobal() local
1234 StructType *STy = cast<StructType>(MAT); in PerformHeapAllocSRoA() local
1739 auto *STy = S->getValueOperand()->getType(); in isPointerValueDeadOnEntryToFunction() local
2109 if (StructType *STy = dyn_cast<StructType>(Init->getType())) { in EvaluateStoreInto() local
H A DDeadArgumentElimination.cpp308 else if (StructType *STy = dyn_cast<StructType>(RetTy)) in NumRetVals() local
323 if (StructType *STy = dyn_cast<StructType>(RetTy)) in getRetComponentType() local
762 if (StructType *STy = dyn_cast<StructType>(RetTy)) { in RemoveDeadStuffFromFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp134 SequentialType *STy = cast<SequentialType>(Ty); in isLeakCheckerRoot() local
139 StructType *STy = cast<StructType>(Ty); in isLeakCheckerRoot() local
441 } else if (SequentialType *STy = dyn_cast<SequentialType>(Init->getType())) { in CanDoGlobalSRA() local
510 if (StructType *STy = dyn_cast<StructType>(Ty)) in SRAGlobal() local
512 else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) in SRAGlobal() local
527 if (StructType *STy = dyn_cast<StructType>(Ty)) { in SRAGlobal() local
544 } else if (SequentialType *STy = dyn_cast<SequentialType>(Ty)) { in SRAGlobal() local
1295 StructType *STy = cast<StructType>(MAT); in PerformHeapAllocSRoA() local
1862 auto *STy = S->getValueOperand()->getType(); in isPointerValueDeadOnEntryToFunction() local
2414 if (StructType *STy = dyn_cast<StructType>(Init->getType())) { in EvaluateStoreInto() local
[all …]
H A DArgumentPromotion.cpp145 StructType *STy = cast<StructType>(AgTy); in doPromotion() local
262 StructType *STy = cast<StructType>(AgTy); in doPromotion() local
393 StructType *STy = cast<StructType>(AgTy); in doPromotion() local
958 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in promoteArguments() local
990 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in promoteArguments() local
H A DDeadArgumentElimination.cpp332 else if (StructType *STy = dyn_cast<StructType>(RetTy)) in NumRetVals() local
347 if (StructType *STy = dyn_cast<StructType>(RetTy)) in getRetComponentType() local
815 if (StructType *STy = dyn_cast<StructType>(RetTy)) { in RemoveDeadStuffFromFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DOperator.cpp76 if (StructType *STy = GTI.getStructTypeOrNull()) { in getMaxPreservedAlignment() local
135 StructType *STy = GTI.getStructTypeOrNull(); in accumulateConstantOffset() local
195 StructType *STy = GTI.getStructTypeOrNull(); in collectOffset() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp104 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local
214 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
243 StructType *STy = cast<StructType>(Ty); in get() local
287 auto *STy = cast<StructType>(Ty); in get() local
317 auto *STy = cast<StructType>(Ty); in get() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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)) { in ComputeValueVTs() local
134 if (StructType *STy = dyn_cast<StructType>(&Ty)) { in computeValueLLTs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAnalysis.cpp44 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeLinearIndex() local
89 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeValueVTs() local
132 if (StructType *STy = dyn_cast<StructType>(&Ty)) { in computeValueLLTs() local
/aosp_15_r20/external/llvm/lib/Linker/
H A DIRMover.cpp99 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local
212 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
276 auto *STy = cast<StructType>(Ty); in get() local
306 auto *STy = cast<StructType>(Ty); in get() local
/aosp_15_r20/external/llvm/lib/Target/
H A DTarget.cpp133 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local
139 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/
H A DTarget.cpp134 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local
140 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTarget.cpp132 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local
138 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp337 if (StructType *STy = dyn_cast<StructType>(RetTy)) in numRetVals() local
351 if (StructType *STy = dyn_cast<StructType>(RetTy)) in getRetComponentType() local
807 if (StructType *STy = dyn_cast<StructType>(RetTy)) { in removeDeadStuffFromFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp218 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct()
270 const DISubroutineType *STy, uint32_t VLen, in BTFTypeFuncProto()
423 const DISubroutineType *STy, bool ForSubprog, in visitSubroutineType()
608 else if (const auto *STy = dyn_cast<DISubroutineType>(Ty)) in visitTypeEntry() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp543 llvm::StructType *STy = in Finalize() local
678 llvm::StructType* STy = in VisitCastExpr() local
1350 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue() local
1373 llvm::StructType *STy = llvm::StructType::get(Complex[0]->getType(), in EmitConstantValue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
H A DIRMover.cpp115 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local
227 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType()
291 auto *STy = cast<StructType>(Ty); in get() local
322 auto *STy = cast<StructType>(Ty); in get() local

12345678