Home
last modified time | relevance | path

Searched refs:IsInstance (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/dports/cad/opencascade/opencascade-7.6.0/src/TDataXtd/
H A DTDataXtd_Geometry.cxx171 if (curve->IsInstance (STANDARD_TYPE (Geom_TrimmedCurve))) in Line()
212 if (curve->IsInstance (STANDARD_TYPE (Geom_TrimmedCurve))) in Circle()
254 if (curve->IsInstance (STANDARD_TYPE (Geom_TrimmedCurve))) in Ellipse()
295 if (surface->IsInstance(STANDARD_TYPE(Geom_RectangularTrimmedSurface))) in Plane()
336 if (surface->IsInstance(STANDARD_TYPE(Geom_RectangularTrimmedSurface))) in Cylinder()
386 if (curve->IsInstance (STANDARD_TYPE (Geom_TrimmedCurve))) { in Type()
389 if (curve->IsInstance(STANDARD_TYPE(Geom_Line))) { in Type()
392 else if (curve->IsInstance(STANDARD_TYPE(Geom_Circle))) { in Type()
395 else if (curve->IsInstance(STANDARD_TYPE(Geom_Ellipse))) { in Type()
414 if (surface->IsInstance(STANDARD_TYPE(Geom_CylindricalSurface))) { in Type()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/topi/include/topi/detail/
H A Dconstant_utils.h46 expr->IsInstance<tvm::ir::IntImm>() || in IsConstInt()
47 expr->IsInstance<tvm::ir::UIntImm>(); in IsConstInt()
59 if (expr->IsInstance<tvm::ir::IntImm>()) { in GetConstInt()
62 if (expr->IsInstance<tvm::ir::UIntImm>()) { in GetConstInt()
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/include/topi/detail/
H A Dconstant_utils.h46 expr->IsInstance<tvm::ir::IntImm>() || in IsConstInt()
47 expr->IsInstance<tvm::ir::UIntImm>(); in IsConstInt()
59 if (expr->IsInstance<tvm::ir::IntImm>()) { in GetConstInt()
62 if (expr->IsInstance<tvm::ir::UIntImm>()) { in GetConstInt()
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/pass/quantize/
H A Drealize.cc178 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in QuantizeRealize()
201 if (!new_args[0]->IsInstance<TempExprNode>() && !new_args[1]->IsInstance<TempExprNode>()) { in Conv2dRealize()
237 if (!new_args[0]->IsInstance<TempExprNode>() || !new_args[1]->IsInstance<TempExprNode>()) { in DenseRealize()
291 CHECK(!new_args[0]->IsInstance<TempExprNode>() && !new_args[1]->IsInstance<TempExprNode>()); in MulRealize()
376 CHECK(!new_args[0]->IsInstance<TempExprNode>() && !new_args[1]->IsInstance<TempExprNode>()); in AddRealize()
398 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in ClipRealize()
427 CHECK(!arg->IsInstance<TempExprNode>()); in ConcatenateRealize()
446 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in IdentityRealize()
470 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in CastDtypeInputRealize()
491 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in AvgPoolRealize()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/quantize/
H A Drealize.cc189 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in QuantizeRealize()
209 if (!new_args[0]->IsInstance<TempExprNode>() && !new_args[1]->IsInstance<TempExprNode>()) { in Conv2dRealize()
240 if (!new_args[0]->IsInstance<TempExprNode>() || !new_args[1]->IsInstance<TempExprNode>()) { in DenseRealize()
289 CHECK(!new_args[0]->IsInstance<TempExprNode>() || !new_args[1]->IsInstance<TempExprNode>()); in MulRealize()
369 CHECK(!new_args[0]->IsInstance<TempExprNode>() && !new_args[1]->IsInstance<TempExprNode>()); in AddRealize()
387 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in ClipRealize()
412 CHECK(!arg->IsInstance<TempExprNode>()); in ConcatenateRealize()
427 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in IdentityRealize()
451 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in CastDtypeInputRealize()
469 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in AvgPoolRealize()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/pass/quantize/
H A Drealize.cc178 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in QuantizeRealize()
201 if (!new_args[0]->IsInstance<TempExprNode>() && !new_args[1]->IsInstance<TempExprNode>()) { in Conv2dRealize()
237 if (!new_args[0]->IsInstance<TempExprNode>() || !new_args[1]->IsInstance<TempExprNode>()) { in DenseRealize()
291 CHECK(!new_args[0]->IsInstance<TempExprNode>() && !new_args[1]->IsInstance<TempExprNode>()); in MulRealize()
376 CHECK(!new_args[0]->IsInstance<TempExprNode>() && !new_args[1]->IsInstance<TempExprNode>()); in AddRealize()
398 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in ClipRealize()
427 CHECK(!arg->IsInstance<TempExprNode>()); in ConcatenateRealize()
446 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in IdentityRealize()
470 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in CastDtypeInputRealize()
491 CHECK(!new_args[0]->IsInstance<TempExprNode>()); in AvgPoolRealize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false; variable
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
65 bool isInstance() const { return IsInstance; } in isInstance()
68 assert(!IsInstance && "Not a Pass ID"); in getID()
73 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DTargetPassConfig.h57 bool IsInstance = false;
62 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {}
65 bool isInstance() const { return IsInstance; }
68 assert(!IsInstance && "Not a Pass ID");
73 assert(IsInstance && "Not a Pass Instance");
/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_TangentRelation.cxx159 if (GC1->IsInstance(STANDARD_TYPE(Geom_Line))) in ComputeTangencyPoint()
164 if (GC1->IsInstance(STANDARD_TYPE(Geom_Circle))) in ComputeTangencyPoint()
170 else if (GC1->IsInstance(STANDARD_TYPE(Geom_Ellipse))) in ComputeTangencyPoint()
176 if (GC2->IsInstance(STANDARD_TYPE(Geom_Circle))) in ComputeTangencyPoint()
182 else if (GC2->IsInstance(STANDARD_TYPE(Geom_Ellipse))) in ComputeTangencyPoint()
231 if (copy1->IsInstance(STANDARD_TYPE(Geom_Line))) in ComputeTwoEdgesTangent()
235 else if (copy1->IsInstance(STANDARD_TYPE(Geom_Circle))) in ComputeTwoEdgesTangent()
239 else if (copy1->IsInstance(STANDARD_TYPE(Geom_Ellipse))) in ComputeTwoEdgesTangent()
245 if (copy2->IsInstance(STANDARD_TYPE(Geom_Line))) in ComputeTwoEdgesTangent()
249 else if (copy2->IsInstance(STANDARD_TYPE(Geom_Circle))) in ComputeTwoEdgesTangent()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/
H A Dpacked_func_ext.h55 return ptr->IsInstance<ContainerType>(); in Check()
67 if (!ptr->IsInstance<ArrayNode>()) return false;
87 if (!ptr->IsInstance<StrMapNode>()) return false;
106 if (!ptr->IsInstance<MapNode>()) return false;
160 if (ptr->IsInstance<IterVarNode>()) {
163 if (ptr->IsInstance<TensorNode>()) {
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/
H A Dpacked_func_ext.h55 return ptr->IsInstance<ContainerType>(); in Check()
67 if (!ptr->IsInstance<ArrayNode>()) return false;
87 if (!ptr->IsInstance<StrMapNode>()) return false;
106 if (!ptr->IsInstance<MapNode>()) return false;
160 if (ptr->IsInstance<IterVarNode>()) {
163 if (ptr->IsInstance<TensorNode>()) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h58 bool IsInstance = false; variable
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
66 bool isInstance() const { return IsInstance; } in isInstance()
69 assert(!IsInstance && "Not a Pass ID"); in getID()
74 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h58 bool IsInstance = false; variable
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
66 bool isInstance() const { return IsInstance; } in isInstance()
69 assert(!IsInstance && "Not a Pass ID"); in getID()
74 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DTargetPassConfig.h58 bool IsInstance = false; variable
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
66 bool isInstance() const { return IsInstance; } in isInstance()
69 assert(!IsInstance && "Not a Pass ID"); in getID()
74 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h58 bool IsInstance = false; variable
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
66 bool isInstance() const { return IsInstance; } in isInstance()
69 assert(!IsInstance && "Not a Pass ID"); in getID()
74 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h58 bool IsInstance = false; variable
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
66 bool isInstance() const { return IsInstance; } in isInstance()
69 assert(!IsInstance && "Not a Pass ID"); in getID()
74 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h58 bool IsInstance = false; variable
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
66 bool isInstance() const { return IsInstance; } in isInstance()
69 assert(!IsInstance && "Not a Pass ID"); in getID()
74 assert(IsInstance && "Not a Pass Instance"); in getInstance()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h58 bool IsInstance = false; variable
63 IdentifyingPassPtr(Pass *InstancePtr) : P(InstancePtr), IsInstance(true) {} in IdentifyingPassPtr()
66 bool isInstance() const { return IsInstance; } in isInstance()
69 assert(!IsInstance && "Not a Pass ID"); in getID()
74 assert(IsInstance && "Not a Pass Instance"); in getInstance()

12345678910>>...18