/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | dynamic_ops_test.cc | 44 template <typename IndexT, typename DataT> 47 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {0}, {5}, {0, 1, 2, 3, 4}); in TestR1() 49 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {2}, {3}, {2, 3, 4}); in TestR1() 51 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {5}, {3}, {5, 6, 7}); in TestR1() 53 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {2}, {0}, {}); in TestR1() 56 template <typename IndexT, typename DataT> 59 RunR1<IndexT, DataT>({0, 1, 2, 3, 4, 5, 6, 7}, {6}, {4}, {4, 5, 6, 7}); in TestR1OOB() 62 template <typename IndexT, typename DataT> 65 RunR2<IndexT, DataT>({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}, {0, 0}, {2, 2}, in TestR2() 68 RunR2<IndexT, DataT>({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}, {1, 1}, {2, 1}, in TestR2() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 190 template <typename DataT> 219 llvm::function_ref<unsigned(const DataT &)> getCUIndexForEntry; 235 void emitEntry(const DataT &Entry) const; 242 llvm::function_ref<unsigned(const DataT &)> GetCUIndexForEntry); 364 template <typename DataT> 365 void Dwarf5AccelTableWriter<DataT>::Header::emit( in emit() 397 template <typename DataT> 398 DenseSet<uint32_t> Dwarf5AccelTableWriter<DataT>::getUniqueTags() const { in getUniqueTags() 403 unsigned Tag = static_cast<const DataT *>(Value)->getDieTag(); in getUniqueTags() 411 template <typename DataT> [all …]
|
D | DwarfDebug.h | 449 template <typename DataT> 450 void addAccelNameImpl(const DICompileUnit &CU, AccelTable<DataT> &AppleAccel,
|
D | DwarfDebug.cpp | 3019 template <typename DataT> 3021 AccelTable<DataT> &AppleAccel, StringRef Name, in addAccelNameImpl()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 190 template <typename DataT> 218 llvm::function_ref<unsigned(const DataT &)> getCUIndexForEntry; 234 void emitEntry(const DataT &Entry) const; 241 llvm::function_ref<unsigned(const DataT &)> GetCUIndexForEntry); 363 template <typename DataT> 364 void Dwarf5AccelTableWriter<DataT>::Header::emit( in emit() 395 template <typename DataT> 396 DenseSet<uint32_t> Dwarf5AccelTableWriter<DataT>::getUniqueTags() const { in getUniqueTags() 401 unsigned Tag = static_cast<const DataT *>(Value)->getDieTag(); in getUniqueTags() 409 template <typename DataT> [all …]
|
D | DwarfDebug.h | 464 template <typename DataT> 465 void addAccelNameImpl(const DICompileUnit &CU, AccelTable<DataT> &AppleAccel,
|
D | DwarfDebug.cpp | 3318 template <typename DataT> 3320 AccelTable<DataT> &AppleAccel, StringRef Name, in addAccelNameImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 196 template <typename DataT> class AccelTable : public AccelTableBase { 198 AccelTable() : AccelTableBase(DataT::hash) {} in AccelTable() 301 template <typename DataT> 302 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, in emitAppleAccelTable() 304 static_assert(std::is_convertible<DataT *, AppleAccelTableData *>::value, ""); in emitAppleAccelTable() 305 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms); in emitAppleAccelTable()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AccelTable.h | 196 template <typename DataT> class AccelTable : public AccelTableBase { 198 AccelTable() : AccelTableBase(DataT::hash) {} in AccelTable() 301 template <typename DataT> 302 void emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, in emitAppleAccelTable() 304 static_assert(std::is_convertible<DataT *, AppleAccelTableData *>::value, ""); in emitAppleAccelTable() 305 emitAppleAccelTableImpl(Asm, Contents, Prefix, SecBegin, DataT::Atoms); in emitAppleAccelTable()
|
/external/llvm-project/mlir/include/mlir/Pass/ |
D | PassOptions.h | 78 template <typename DataT> 79 static void printValue(raw_ostream &os, GenericOptionParser<DataT> &parser, in printValue() 80 const DataT &value) { in printValue() 86 template <typename DataT, typename ParserT> 87 static void printValue(raw_ostream &os, ParserT &parser, const DataT &value) { in printValue()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | ResourceManager11.h | 187 template <typename T, template <class> class Pointer, typename DataT> 207 mData.reset(new DataT()); in reset() 218 Resource11Base() : mData(new DataT()) {} in Resource11Base() 220 Resource11Base(Resource11Base &&movedObj) : mData(new DataT()) in Resource11Base() 233 Pointer<DataT> mData;
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | sysinfo.cc | 85 union DataT { union 91 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; 101 : Size(sizeof(DataT) + BuffSize), in ValueUnion() 102 Buff(::new (std::malloc(Size)) DataT(), &std::free) {} in ValueUnion()
|
/external/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 87 union DataT { union 93 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; 103 : Size(sizeof(DataT) + BuffSize), in ValueUnion() 104 Buff(::new (std::malloc(Size)) DataT(), &std::free) {} in ValueUnion()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 87 union DataT { union 93 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; 103 : Size(sizeof(DataT) + BuffSize), in ValueUnion() 104 Buff(::new (std::malloc(Size)) DataT(), &std::free) {} in ValueUnion()
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 92 union DataT { union 98 using DataPtr = std::unique_ptr<DataT, decltype(&std::free)>; 108 : Size(sizeof(DataT) + BuffSize), in ValueUnion() 109 Buff(::new (std::malloc(Size)) DataT(), &std::free) {} in ValueUnion()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 147 template <int DataT> 335 template <int InputT, int DataT> 336 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx);
|
/external/angle/src/common/ |
D | PackedEnums.h | 175 template <typename E, typename DataT = uint32_t> 176 using PackedEnumBitSet = BitSetT<EnumSize<E>(), DataT, E>;
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 255 template <int DataT> 493 template <int InputT, int DataT> 494 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 250 template <int DataT> 488 template <int InputT, int DataT> 489 typename TypeTraits<DataT>::Type getInputValue (const ShaderEvalContext& evalCtx, int inputNdx);
|