/external/llvm-project/clang/test/AST/ |
D | deduction-guides.cpp | 16 typedef PR46111::S<T> STy; typedef 25 using STy = PR46111::S<T>; typedef
|
/external/llvm-project/llvm/lib/IR/ |
D | Operator.cpp | 44 if (StructType *STy = GTI.getStructTypeOrNull()) { in getMaxPreservedAlignment() local 97 StructType *STy = GTI.getStructTypeOrNull(); in accumulateConstantOffset() local
|
D | TypeFinder.cpp | 103 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 117 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
|
D | Operator.cpp | 36 if (StructType *STy = dyn_cast<StructType>(*GTI)) { in accumulateConstantOffset() local
|
D | Type.cpp | 97 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 54 if (StructType *STy = GTI.getStructTypeOrNull()) { variable
|
/external/llvm-project/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 55 if (StructType *STy = GTI.getStructTypeOrNull()) { variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Operator.cpp | 49 if (StructType *STy = GTI.getStructTypeOrNull()) { in accumulateConstantOffset() local
|
D | Type.cpp | 104 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
|
D | ConstantFold.cpp | 118 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
|
D | TypeFinder.cpp | 103 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 314 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 306 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
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 232 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in AddTrackedFunction() local 283 auto *STy = dyn_cast<StructType>(V->getType()); in getStructLatticeValueFor() local 331 if (auto *STy = dyn_cast<StructType>(V->getType())) in markOverdefined() local 341 bool isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant() 808 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local 890 auto *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local 1266 if (auto *STy = dyn_cast<StructType>(AI->getType())) { in handleCallArguments() local 1391 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in handleCallResult() local 1489 if (auto *STy = dyn_cast<StructType>(I.getType())) { in ResolvedUndefsIn() local 2144 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 245 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
|
/external/llvm-project/llvm/lib/Target/ |
D | Target.cpp | 134 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local 140 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | Target.cpp | 132 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local 138 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
|
/external/llvm/lib/Target/ |
D | Target.cpp | 133 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local 139 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 145 StructType *STy = cast<StructType>(AgTy); in doPromotion() local 259 StructType *STy = cast<StructType>(AgTy); in doPromotion() local 388 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 145 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
|
D | GlobalOpt.cpp | 134 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 …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | declare_simd_aarch64.c | 192 } STy; typedef
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 212 if (StructType *STy = dyn_cast<StructType>(*GTI)) { variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.h | 119 const DICompositeType *STy; variable 136 const DISubroutineType *STy; variable
|