Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_benchmark_cpu_test.cc124 #define BM_SPATIAL_NAME(prefix, NT, N, H, W, C, FC, FH, FW) \ argument
127 #define BM_SpatialConvolution(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
135 #define BM_SpatialConvolutionBwdInput(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
144 #define BM_SpatialConvolutionBwdKernel(NT, N, H, W, C, FC, FH, FW, LABEL) \ argument
352 #define BM_CUBOID_NAME(p, NT, N, H, W, P, C, FC, FH, FW, FP) \ argument
356 #define BM_CuboidConvolution(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
365 #define BM_CuboidConvolutionBwdInput(NT, N, H, W, P, C, FC, FH, FW, FP, LABEL) \ argument
374 #define BM_CuboidConvolutionBwdKernel(NT, N, H, W, P, C, FC, FH, FW, FP, \ argument
/external/clang/test/CXX/special/class.copy/
Dp11.0x.move.cpp12 …NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constru… member
19 …NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constru… member
Dp11.0x.copy.cpp12 …NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant' is implicitly deleted beca… member
20 …NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant2' is implicitly deleted bec… member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp414 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping() local
418 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping() local
422 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping() local
426 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping() local
/external/clang/test/SemaCXX/
Dnullptr.cpp81 typedef T<nullptr, nullptr, nullptr, nullptr> NT; typedef
/external/clang/include/clang/AST/
DDeclarationName.h400 struct NT { struct
401 TypeSourceInfo *TInfo;
/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp349 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping() local
353 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping() local
/external/vboot_reference/utility/
Defidecompress.c56 #define NT (CODE_BIT + 3) macro
Deficompress.c70 #define NT (CODE_BIT + 3) macro
/external/curl/lib/
Dftplistparser.c165 } NT; member
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h594 bool hasTargetDAGCombine(ISD::NodeType NT) const { in hasTargetDAGCombine()
1127 void setTargetDAGCombine(ISD::NodeType NT) { in setTargetDAGCombine()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java2836 final int NT = ((NP >= 0) ? NP : 0) + N; in getBagLocked() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp3536 static std::string getGNUNoteTypeName(const uint32_t NT) { in getGNUNoteTypeName()
3558 static std::string getFreeBSDNoteTypeName(const uint32_t NT) { in getFreeBSDNoteTypeName()
3586 static std::string getAMDGPUNoteTypeName(const uint32_t NT) { in getAMDGPUNoteTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp334 auto *NT = cast<PointerType>(V->getType()); in replacePointer() local
/external/llvm/include/llvm/Target/
DTargetLowering.h906 bool hasTargetDAGCombine(ISD::NodeType NT) const { in hasTargetDAGCombine()
1512 void setTargetDAGCombine(ISD::NodeType NT) { in setTargetDAGCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1221 bool hasTargetDAGCombine(ISD::NodeType NT) const { in hasTargetDAGCombine()
1885 void setTargetDAGCombine(ISD::NodeType NT) { in setTargetDAGCombine()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp905 Instruction *NT = I1->clone(); in HoistThenElseCodeToIf() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3327 const OMPNumTeamsClause *NT = TD.getSingleClause<OMPNumTeamsClause>(); in emitCommonOMPTeamsDirective() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1276 Instruction *NT = I1->clone(); in HoistThenElseCodeToIf() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1370 Instruction *NT = I1->clone(); in HoistThenElseCodeToIf() local
/external/llvm/lib/AsmParser/
DLLParser.cpp171 for (const auto &NT : NumberedTypes) in ValidateEndOfModule() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp182 for (const auto &NT : NumberedTypes) in ValidateEndOfModule() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3359 ISD::NodeType NT; in visitAtomicRMW() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3931 ISD::NodeType NT; in visitAtomicRMW() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4162 ISD::NodeType NT; in visitAtomicRMW() local