Searched refs:TypeOf (Results 1 - 25 of 35) sorted by relevance

12

/external/tensorflow/tensorflow/go/
H A Dtensor.go222 {reflect.TypeOf(float32(0)), C.TF_FLOAT},
223 {reflect.TypeOf(float64(0)), C.TF_DOUBLE},
224 {reflect.TypeOf(int32(0)), C.TF_INT32},
225 {reflect.TypeOf(uint32(0)), C.TF_UINT32},
226 {reflect.TypeOf(uint8(0)), C.TF_UINT8},
227 {reflect.TypeOf(int16(0)), C.TF_INT16},
228 {reflect.TypeOf(int8(0)), C.TF_INT8},
229 {reflect.TypeOf(""), C.TF_STRING},
230 {reflect.TypeOf(complex(float32(0), float32(0))), C.TF_COMPLEX64},
231 {reflect.TypeOf(int6
[all...]
H A Dtensor_test.go100 if reflect.TypeOf(test.value).Kind() != reflect.Array {
/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc546 if (auto* func_type = typer_->TypeOf(expr)->AsFunctionType()) {
577 switch (TypeOf(expr)) {
659 ValueType var_type = TypeOf(expr);
683 AsmType* type = typer_->TypeOf(expr);
780 auto* func_type = typer_->TypeOf(p)->AsFunctionType();
781 auto* func_table_type = typer_->TypeOf(p->obj()->AsVariableProxy()->var())
953 ValueType var_type = TypeOf(expr);
975 if (TypeOf(expr->value()) == kWasmF64 && expr->target()->IsProperty() &&
976 typer_->TypeOf(expr->target()->AsProperty()->obj())
1032 if (typer_->TypeOf(targe
1937 ValueType TypeOf(Expression* expr) { return TypeFrom(typer_->TypeOf(expr)); } function in class:v8::internal::wasm::final
[all...]
H A Dasm-typer.h87 AsmType* TypeOf(AstNode* node) const;
88 AsmType* TypeOf(Variable* v) const;
H A Dasm-typer.cc498 AsmType* AsmTyper::TypeOf(AstNode* node) const { function in class:v8::internal::wasm::AsmTyper
533 AsmType* AsmTyper::TypeOf(Variable* v) const { return Lookup(v)->type(); } function in class:v8::internal::wasm::AsmTyper
/external/v8/src/compiler/
H A Dsimplified-lowering.cc386 Type* TypeOf(Node* node) { function in class:v8::internal::compiler::RepresentationSelector
734 input, input_info->representation(), TypeOf(input), node, use);
901 DCHECK(TypeOf(node->InputAt(0))->Is(Type::Boolean()));
905 GetOutputInfoForPhi(node, TypeOf(node), truncation);
927 GetOutputInfoForPhi(node, TypeOf(node), truncation);
949 Type* const input_type = TypeOf(node->InputAt(0));
1035 DeoptMachineTypeOf(GetInfo(input)->representation(), TypeOf(input));
1048 Type* input_type = TypeOf(input);
1070 DeoptMachineTypeOf(GetInfo(input)->representation(), TypeOf(input));
1217 Type* left_feedback_type = TypeOf(nod
[all...]
H A Djs-operator.h684 const Operator* TypeOf();
H A Djs-operator.cc583 V(TypeOf, Operator::kPure, 1, 1) \
H A Dast-graph-builder.cc1963 Node* typeof_arg = NewNode(javascript()->TypeOf(), environment()->Pop());
2158 Node* value = NewNode(javascript()->TypeOf(), environment()->Pop());
H A Dbytecode-graph-builder.cc1719 NewNode(javascript()->TypeOf(), environment()->LookupAccumulator());
/external/v8/src/runtime/
H A Druntime-internal.cc261 Handle<String> type = Object::TypeOf(isolate, object);
378 return Object::TypeOf(isolate, object);
501 return *Object::TypeOf(isolate, object);
/external/v8/src/wasm/
H A Dmodule-decoder.cc71 ValueType TypeOf(const WasmModule* module, const WasmInitExpr& expr) { function in namespace:v8::internal::wasm::__anon27906
776 if (global->type != TypeOf(module, global->init)) {
780 WasmOpcodes::TypeName(TypeOf(module, global->init)));
1039 if (expected != kWasmStmt && TypeOf(module, expr) != kWasmI32) {
1042 WasmOpcodes::TypeName(TypeOf(module, expr)));
/external/v8/src/interpreter/
H A Dbytecode-array-builder.h296 BytecodeArrayBuilder& TypeOf();
H A Dbytecode-array-builder.cc330 BytecodeArrayBuilder& BytecodeArrayBuilder::TypeOf() { function in class:v8::internal::interpreter::BytecodeArrayBuilder
H A Dbytecodes.h147 V(TypeOf, AccumulatorUse::kReadWrite) \
/external/tensorflow/tensorflow/go/genop/internal/
H A Dgenop.go108 thisPackage := reflect.TypeOf(tmplArgs{}).PkgPath()
/external/v8/src/
H A Daccessors.cc194 i::Object::TypeOf(isolate, object), object));
263 i::Object::TypeOf(isolate, holder), holder));
/external/clang/lib/AST/
H A DTypePrinter.cpp184 case Type::TypeOf:
H A DType.cpp917 TRIVIAL_TYPE_CLASS(TypeOf)
2361 case TypeOf:
3520 case Type::TypeOf:
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp501 case Type::TypeOf:
1659 case Type::TypeOf:
4904 case Type::TypeOf:
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc566 std::ostream& operator<<(std::ostream& os, const TypeOf& t) {
655 PrintDataTo(os) << ChangesOf(this) << TypeOf(this);
1949 << TypeOf(this) << "]";
H A Dhydrogen-instructions.h846 struct TypeOf { struct
847 explicit TypeOf(const HValue* const v) : value(v) {} function in struct:TypeOf
860 std::ostream& operator<<(std::ostream& os, const TypeOf& v);
/external/clang/include/clang/AST/
H A DType.h3572 : Type(TypeOf, can, T->isDependentType(),
3589 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1776 case Type::TypeOf:
H A DCGDebugInfo.cpp2280 case Type::TypeOf:
2467 case Type::TypeOf:

Completed in 579 milliseconds

12