/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/ |
D | Local.h | 54 if (StructType *STy = GTI.getStructTypeOrNull()) { variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Operator.cpp | 50 if (StructType *STy = GTI.getStructTypeOrNull()) { in accumulateConstantOffset() local
|
D | ConstantFold.cpp | 118 if (StructType *STy = dyn_cast<StructType>(ElTy)) { in FoldBitCast() local 122 } else if (SequentialType *STy = in FoldBitCast() local 358 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedSizeOf() local 418 if (StructType *STy = dyn_cast<StructType>(Ty)) { in getFoldedAlignOf() local 480 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedOffsetOf() local 660 if (StructType *STy = dyn_cast<StructType>(Ty)) in ConstantFoldCastInstruction() local 1294 if (StructType *STy = dyn_cast<StructType>(Ty)) { in isMaybeZeroSizedType() local 2261 auto *STy = cast<SequentialType>(Ty); in ConstantFoldGetElementPtr() local
|
D | Type.cpp | 104 if (auto *STy = dyn_cast<StructType>(this)) { in isEmptyTy() local 518 if (auto *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local 529 if (auto *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local 538 if (auto *STy = dyn_cast<StructType>(this)) { in indexValid() local 555 if (auto *STy = dyn_cast<StructType>(this)) in indexValid() local
|
D | TypeFinder.cpp | 104 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
|
/external/llvm/lib/IR/ |
D | Operator.cpp | 36 if (StructType *STy = dyn_cast<StructType>(*GTI)) { in accumulateConstantOffset() local
|
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 | 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
|
D | TypeFinder.cpp | 103 if (StructType *STy = dyn_cast<StructType>(Ty)) in incorporateType() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | Target.cpp | 96 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local 102 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 283 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in AddTrackedFunction() local 334 auto *STy = dyn_cast<StructType>(V->getType()); in getStructLatticeValueFor() local 379 if (auto *STy = dyn_cast<StructType>(V->getType())) in markOverdefined() local 389 bool isStructLatticeConstant(Function *F, StructType *STy) { in isStructLatticeConstant() 797 if (auto *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local 854 auto *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local 1181 if (auto *STy = dyn_cast<StructType>(AI->getType())) { in visitCallSite() local 1204 if (auto *STy = dyn_cast<StructType>(F->getReturnType())) { in visitCallSite() local 1306 if (auto *STy = dyn_cast<StructType>(I.getType())) { in ResolvedUndefsIn() local 1988 StructType *STy = cast<StructType>(F->getReturnType()); in runIPSCCP() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 43 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeLinearIndex() local 80 if (StructType *STy = dyn_cast<StructType>(Ty)) { in ComputeValueVTs() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 163 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments() local 193 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in PromoteArguments() local 533 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local 666 StructType *STy = cast<StructType>(AgTy); in DoPromotion() local 796 StructType *STy = cast<StructType>(AgTy); in DoPromotion() 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-7.0/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/lib/Target/ |
D | Target.cpp | 133 StructType *STy = unwrap<StructType>(StructTy); in LLVMElementAtOffset() local 139 StructType *STy = unwrap<StructType>(StructTy); in LLVMOffsetOfElement() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 142 StructType *STy = cast<StructType>(AgTy); in doPromotion() local 257 StructType *STy = cast<StructType>(AgTy); in doPromotion() local 386 StructType *STy = cast<StructType>(AgTy); in doPromotion() local 902 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in promoteArguments() local 934 if (StructType *STy = dyn_cast<StructType>(AgTy)) { in promoteArguments() 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/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Type.cpp | 120 const StructType *STy = dyn_cast<StructType>(this); in isEmptyTy() local 577 if (StructType *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local 586 if (StructType *STy = dyn_cast<StructType>(this)) { in getTypeAtIndex() local 594 if (const StructType *STy = dyn_cast<StructType>(this)) { in indexValid() local 607 if (const StructType *STy = dyn_cast<StructType>(this)) in indexValid() local
|
D | ConstantFold.cpp | 114 if (StructType *STy = dyn_cast<StructType>(ElTy)) { in FoldBitCast() local 118 } else if (SequentialType *STy = in FoldBitCast() local 342 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedSizeOf() local 404 if (StructType *STy = dyn_cast<StructType>(Ty)) { in getFoldedAlignOf() local 468 if (StructType *STy = dyn_cast<StructType>(Ty)) in getFoldedOffsetOf() local 625 if (StructType *STy = dyn_cast<StructType>(Ty)) in ConstantFoldCastInstruction() local 1468 if (StructType *STy = dyn_cast<StructType>(Ty)) { in isMaybeZeroSizedType() local
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 212 if (StructType *STy = dyn_cast<StructType>(*GTI)) { variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | LowLevelTypeTest.cpp | 67 const LLT STy = LLT::scalar(S); in TEST() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 244 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) { in AddTrackedFunction() local 305 if (StructType *STy = dyn_cast<StructType>(V->getType())) in markAnythingOverdefined() local 788 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType())) in visitReturnInst() local 841 StructType *STy = dyn_cast<StructType>(IVI.getType()); in visitInsertValueInst() local 1319 if (StructType *STy = dyn_cast<StructType>(AI->getType())) { in visitCallSite() local 1331 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) { in visitCallSite() local 1435 if (StructType *STy = dyn_cast<StructType>(I->getType())) { in ResolvedUndefsIn() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 79 if (auto *STy = dyn_cast<SequentialType>(Ty)) { variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | IRMover.cpp | 105 if (auto *STy = dyn_cast<StructType>(Ty)) in addTypeMapping() local 215 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() 244 StructType *STy = cast<StructType>(Ty); in get() local 288 auto *STy = cast<StructType>(Ty); in get() local 318 auto *STy = cast<StructType>(Ty); in get() local
|