Home
last modified time | relevance | path

Searched defs:Shape (Results 1 – 25 of 64) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h88 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 …]
DCoroSplit.cpp97 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 …]
DCoroFrame.cpp178 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/
DstaticInterfaceAssignmentCompat.js2 class Shape { class
3 static create(): Shape { field in Shape
17 function Shape() { class in Shape
DmappedTypes2.js58 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>) {
DclodulesDerivedClasses.js2 class Shape { class
42 function Shape() { class in Shape
46 (function (Shape) { argument
DdiscriminatedUnionTypes1.js20 function area1(s: Shape) {
35 function area2(s: Shape) {
DkeyofAndIndexedAccessErrors.js2 class Shape { class
159 function Shape() { class
/third_party/skia/experimental/graphite/src/geom/
DShape.h34 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/
Ddshape.h69 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/
Dshape.h34 Shape() : PrimitiveC(prim::kPrimShape->name()) {} in Shape() function
/third_party/typescript/tests/cases/compiler/
DstaticInterfaceAssignmentCompat.ts1 class Shape { class
DdiscriminatedUnionErrorMessage.ts4 type Shape = alias
DclodulesDerivedClasses.ts1 class Shape { class
DtypeGuardNarrowsIndexedAccessOfKnownProperty.ts15 type Shape = Square | Rectangle | Circle; alias
DpartiallyDiscriminantedUnions.ts33 type Shape = Circle | Square; alias
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice_matrix.h30 using Shape = std::vector<int64_t>; variable
/third_party/skia/experimental/sorttoy/
Dsorttypes.h9 enum class Shape { enum
/third_party/skia/experimental/graphite/src/
DDrawContext.h24 class Shape; variable
/third_party/mindspore/mindspore/core/ir/
Danf_extends.cc32 BaseShapePtr AnfNode::Shape() const { return (abstract_ == nullptr) ? nullptr : abstract_->BuildSha… in Shape() function in mindspore::AnfNode
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2671.js15 class Shape { class
/third_party/typescript/tests/cases/conformance/types/union/
DdiscriminatedUnionTypes1.ts17 type Shape = Square | Rectangle | Circle; alias
/third_party/flutter/skia/modules/skottie/src/text/
DRangeSelector.h47 enum class Shape : uint8_t { enum
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dde_tensor.cc84 const std::vector<int64_t> &DETensor::Shape() const { return shape_; } in Shape() function in mindspore::dataset::DETensor
/third_party/skia/modules/skottie/src/text/
DRangeSelector.h48 enum class Shape : uint8_t { enum

123