/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInternal.h | 88 struct LLVM_LIBRARY_VISIBILITY Shape { struct 89 CoroBeginInst *CoroBegin; 90 SmallVector<CoroEndInst *, 4> CoroEnds; 91 SmallVector<CoroSizeInst *, 2> CoroSizes; 92 SmallVector<AnyCoroSuspendInst *, 4> CoroSuspends; 93 SmallVector<CallInst*, 2> SwiftErrorOps; 96 struct SwitchFieldIndex { 107 coro::ABI ABI; 109 StructType *FrameTy; 110 Instruction *FramePtr; [all …]
|
D | CoroSplit.cpp | 97 coro::Shape &Shape; member in __anon0cb5ad930111::CoroCloner 109 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner() 117 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner() 162 const coro::Shape &Shape, Value *FramePtr, in maybeFreeRetconStorage() 174 const coro::Shape &Shape, Value *FramePtr, in replaceFallthroughCoroEnd() 223 static void replaceUnwindCoroEnd(CoroEndInst *End, const coro::Shape &Shape, in replaceUnwindCoroEnd() 250 static void replaceCoroEnd(CoroEndInst *End, const coro::Shape &Shape, in replaceCoroEnd() 265 static void createResumeEntryBlock(Function &F, coro::Shape &Shape) { in createResumeEntryBlock() 395 static Function *createCloneDeclaration(Function &OrigF, coro::Shape &Shape, in createCloneDeclaration() 499 static void replaceSwiftErrorOps(Function &F, coro::Shape &Shape, in replaceSwiftErrorOps() [all …]
|
D | CoroFrame.cpp | 178 SuspendCrossingInfo::SuspendCrossingInfo(Function &F, coro::Shape &Shape) in SuspendCrossingInfo() 395 static StructType *buildFrameType(Function &F, coro::Shape &Shape, in buildFrameType() 586 static Instruction *insertSpills(const SpillInfo &Spills, coro::Shape &Shape) { in insertSpills() 1139 coro::Shape &Shape, in lowerNonLocalAlloca() 1164 coro::Shape &Shape) { in emitGetSwiftErrorValue() 1179 coro::Shape &Shape) { in emitSetSwiftErrorValue() 1198 coro::Shape &Shape) { in emitSetAndGetSwiftErrorValueAround() 1227 coro::Shape &Shape) { in eliminateSwiftErrorAlloca() 1258 coro::Shape &Shape, in eliminateSwiftErrorArgument() 1294 static void eliminateSwiftError(Function &F, coro::Shape &Shape) { in eliminateSwiftError() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | staticInterfaceAssignmentCompat.js | 2 class Shape { class 3 static create(): Shape { field in Shape 17 function Shape() { class in Shape
|
D | mappedTypes2.js | 58 function f0(s1: Shape, s2: Shape) { 63 function f1(shape: Shape) { 69 function f2(shape: Shape) { 75 function f3(shape: Shape) { 84 function f5(shape: Shape) { 90 function f6(shape: DeepReadonly<Shape>) {
|
D | clodulesDerivedClasses.js | 2 class Shape { class 42 function Shape() { class in Shape 46 (function (Shape) { argument
|
D | discriminatedUnionTypes1.js | 20 function area1(s: Shape) { 35 function area2(s: Shape) {
|
D | keyofAndIndexedAccessErrors.js | 2 class Shape { class 159 function Shape() { class
|
/third_party/skia/experimental/graphite/src/geom/ |
D | Shape.h | 34 Shape() {} in Shape() function 35 Shape(const Shape& shape) { *this = shape; } in Shape() function 38 Shape(SkPoint p0, SkPoint p1) { this->setLine(p0, p1); } in Shape() function 39 Shape(SkV2 p0, SkV2 p1) { this->setLine(p0, p1); } in Shape() function 40 Shape(float2 p0, float2 p1) { this->setLine(p0, p1); } in Shape() function 41 explicit Shape(const Rect& rect) { this->setRect(rect); } in Shape() function 42 explicit Shape(const SkRect& rect) { this->setRect(rect); } in Shape() function 43 explicit Shape(const SkRRect& rrect) { this->setRRect(rrect); } in Shape() function 44 explicit Shape(const SkPath& path) { this->setPath(path); } in Shape() function
|
/third_party/mindspore/mindspore/core/abstract/ |
D | dshape.h | 69 Shape() : shape_() {} in Shape() function 70 Shape(const std::initializer_list<int64_t> &list) : shape_(list) {} in Shape() function 71 explicit Shape(const ShapeVector &list) : shape_(list) {} in Shape() function 72 Shape(const ShapeVector &list, const ShapeVector &min_shape, const ShapeVector &max_shape) in Shape() function
|
/third_party/mindspore/mindspore/core/ops/ |
D | shape.h | 34 Shape() : PrimitiveC(prim::kPrimShape->name()) {} in Shape() function
|
/third_party/typescript/tests/cases/compiler/ |
D | staticInterfaceAssignmentCompat.ts | 1 class Shape { class
|
D | discriminatedUnionErrorMessage.ts | 4 type Shape = alias
|
D | clodulesDerivedClasses.ts | 1 class Shape { class
|
D | typeGuardNarrowsIndexedAccessOfKnownProperty.ts | 15 type Shape = Square | Rectangle | Circle; alias
|
D | partiallyDiscriminantedUnions.ts | 33 type Shape = Circle | Square; alias
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ |
D | device_matrix.h | 30 using Shape = std::vector<int64_t>; variable
|
/third_party/skia/experimental/sorttoy/ |
D | sorttypes.h | 9 enum class Shape { enum
|
/third_party/skia/experimental/graphite/src/ |
D | DrawContext.h | 24 class Shape; variable
|
/third_party/mindspore/mindspore/core/ir/ |
D | anf_extends.cc | 32 BaseShapePtr AnfNode::Shape() const { return (abstract_ == nullptr) ? nullptr : abstract_->BuildSha… in Shape() function in mindspore::AnfNode
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | regression-test-issue-2671.js | 15 class Shape { class
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | discriminatedUnionTypes1.ts | 17 type Shape = Square | Rectangle | Circle; alias
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | RangeSelector.h | 47 enum class Shape : uint8_t { enum
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | de_tensor.cc | 84 const std::vector<int64_t> &DETensor::Shape() const { return shape_; } in Shape() function in mindspore::dataset::DETensor
|
/third_party/skia/modules/skottie/src/text/ |
D | RangeSelector.h | 48 enum class Shape : uint8_t { enum
|