Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/framework/
Dtype_index.h44 TypeIndex(const TypeIndex& src) : hash_(src.hash_), name_(src.name_) {} in TypeIndex() function
92 explicit TypeIndex(const uint64 hash, const char* name) 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {} in TypeIndex() function
104 explicit TypeIndex(uint32_t Index) : Index(Index) {} in TypeIndex() function
105 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex() function
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex() function
DTypeStreamMerger.h20 class TypeIndex; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeStreamMerger.h20 class TypeIndex; variable
DTypeIndex.h103 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {} in TypeIndex() function
104 explicit TypeIndex(uint32_t Index) : Index(Index) {} in TypeIndex() function
105 explicit TypeIndex(SimpleTypeKind Kind) in TypeIndex() function
107 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode) in TypeIndex() function
DTypeSymbolEmitter.h16 class TypeIndex; variable
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DDWARFLocationExpression.h19 class TypeIndex; variable
DPdbAstBuilder.h91 using TypeIndex = llvm::codeview::TypeIndex; variable
/external/tensorflow/tensorflow/core/kernels/
Dsparse_tensor_dense_matmul_op.cc159 #define REGISTER_CPU(TypeT, TypeIndex) \ argument
210 #define REGISTER_GPU(TypeT, TypeIndex) \ argument
Dtensor_flag_utils.cc162 #define REGISTER_SPARSE_UTIL_FUNCTIONS(TypeIndex) \ argument
Dsparse_utils.cc143 #define REGISTER_SPARSE_UTIL_FUNCTIONS(TypeIndex) \ argument
Dsparse_tensor_dense_add_op.cc146 #define REGISTER_KERNELS_CPU(TypeT, TypeIndex) \ argument
/external/llvm-project/llvm/include/llvm/Analysis/Utils/
DTFUtils.h88 int TypeIndex = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1194 void setScalarAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarAction()
1200 void setPointerAction(const unsigned Opcode, const unsigned TypeIndex, in setPointerAction()
1217 void setScalarInVectorAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarInVectorAction()
1229 const unsigned TypeIndex, in setVectorNumElementAction()
1302 void setActions(unsigned TypeIndex, in setActions()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1319 void setScalarAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarAction()
1325 void setPointerAction(const unsigned Opcode, const unsigned TypeIndex, in setPointerAction()
1342 void setScalarInVectorAction(const unsigned Opcode, const unsigned TypeIndex, in setScalarInVectorAction()
1354 const unsigned TypeIndex, in setVectorNumElementAction()
1427 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/llvm-project/llvm/lib/Analysis/
DTFUtils.cpp177 TensorSpec::TensorSpec(const std::string &Name, int Port, int TypeIndex, in TensorSpec()
/external/deqp/scripts/khr_util/
Dregistry.py166 class TypeIndex(NameApiIndex): class
/external/llvm-project/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp411 TypeIndex("type", variable
DDumpOutputStyle.cpp1294 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp1044 llvm::CallInst *TypeIndex = CGF.Builder.CreateCall(TypeIDFn, TypeInfo.RTTI); in emitWasmCatchPadBlock() local
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1835 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
/external/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp1930 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp1914 unsigned TypeIndex, OpIndex; in X86SelectDivRem() local

12