Home
last modified time | relevance | path

Searched defs:TypeIndex (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtype_index.h43 TypeIndex(const TypeIndex& src) : hash_(src.hash_) {} in TypeIndex() function
65 TypeIndex(const uint64 hash) : hash_(hash) {} in TypeIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeStreamMerger.h21 class TypeIndex; variable
DTypeIndex.h104 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {} in TypeIndex() function
105 explicit TypeIndex(uint32_t Index) : Index(Index) {} in TypeIndex() function
106 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex() function
108 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h96 TypeIndex() : Index(0) {} in TypeIndex() function
97 explicit TypeIndex(uint32_t Index) : Index(Index) {} in TypeIndex() function
98 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex() function
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_tensor_dense_matmul_op.cc158 #define REGISTER_CPU(TypeT, TypeIndex) \ argument
208 #define REGISTER_GPU(TypeT, TypeIndex) \ argument
Dtensor_flag_utils.cc162 #define REGISTER_SPARSE_UTIL_FUNCTIONS(TypeIndex) \ argument
Dsparse_utils.cc140 #define REGISTER_SPARSE_UTIL_FUNCTIONS(TypeIndex) \ argument
Dsparse_tensor_dense_add_op.cc146 #define REGISTER_KERNELS_CPU(TypeT, TypeIndex) \ argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h981 void setScalarAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarAction()
987 void setPointerAction(const unsigned Opcode, const unsigned TypeIndex, in setPointerAction()
1004 void setScalarInVectorAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarInVectorAction()
1016 const unsigned TypeIndex, in setVectorNumElementAction()
1089 void setActions(unsigned TypeIndex, in setActions()
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp207 for (SizeT TypeIndex = 0; TypeIndex < TypeToRegisterSetSize; in filterTypeToRegisterSet() local
230 for (size_t TypeIndex = 0; TypeIndex < TypeToRegisterSetSize; ++TypeIndex) { in filterTypeToRegisterSet() local
246 for (size_t TypeIndex = 0; TypeIndex < TypeToRegisterSetSize; ++TypeIndex) { in filterTypeToRegisterSet() local
/external/deqp/scripts/khr_util/
Dregistry.py164 class TypeIndex(NameApiIndex): class
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp362 TypeIndex("type", variable
DDumpOutputStyle.cpp1072 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1835 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp1929 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h780 ULONG TypeIndex; member