/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 71 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool() 81 TrampolinePool *TP = nullptr; variable 96 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local 112 std::unique_ptr<TrampolinePool> TP; variable
|
D | IndirectionUtils.h | 211 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager() 218 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() 224 std::unique_ptr<TrampolinePool> TP; variable 259 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Unix.h | 84 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec() 94 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyReexports.h | 91 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() 105 std::unique_ptr<TrampolinePool> TP; variable 118 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
|
D | IndirectionUtils.h | 200 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager() 207 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() 213 std::unique_ptr<TrampolinePool> TP; variable 245 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Unix.h | 88 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec() 98 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Unix.h | 92 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec() 102 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
|
/external/llvm-project/llvm/unittests/Support/ |
D | TaskQueueTest.cpp | 25 ThreadPool TP(hardware_concurrency(1)); in TEST_F() local 69 ThreadPool TP(hardware_concurrency(1)); in TEST_F() local 99 ThreadPool TP(hardware_concurrency(1)); in TEST_F() local
|
D | Chrono.cpp | 25 TimePoint<> TP; in TEST() local
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 68 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind() local 353 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local 387 const Type *TP = T.getTypePtrOrNull(); in clang_getTypeDeclaration() local 621 const Type *TP = T.getTypePtrOrNull(); in clang_getElementType() local 653 const Type *TP = T.getTypePtrOrNull(); in clang_getNumElements() local 673 const Type *TP = T.getTypePtrOrNull(); in clang_getArrayElementType() local 699 const Type *TP = T.getTypePtrOrNull(); in clang_getArraySize() local 736 const Type *TP = T.getTypePtrOrNull(); in clang_Type_getClassType() local 996 const Type *TP = T.getTypePtrOrNull(); in clang_Type_getNamedType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Chrono.cpp | 25 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM() 43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<()
|
/external/llvm-project/llvm/lib/Support/ |
D | Chrono.cpp | 25 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM() 43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<()
|
/external/libcxx/test/std/utilities/time/time.point/time.point.special/ |
D | max.pass.cpp | 25 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
|
D | min.pass.cpp | 25 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
|
/external/strace/ |
D | sysent_shorthand_defs.h | 7 # define TP 0 macro 31 # define TP TRACE_PROCESS macro
|
/external/llvm-project/libcxx/test/std/utilities/time/time.point/time.point.special/ |
D | max.pass.cpp | 24 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
|
D | min.pass.cpp | 24 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Chrono.h | 36 LLVM_ATTRIBUTE_ALWAYS_INLINE inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Chrono.h | 36 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Chrono.h | 36 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 48 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet() 78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes() 154 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo() 229 bool EEVT::TypeSet::EnforceInteger(TreePattern &TP) { in EnforceInteger() 255 bool EEVT::TypeSet::EnforceFloatingPoint(TreePattern &TP) { in EnforceFloatingPoint() 281 bool EEVT::TypeSet::EnforceScalar(TreePattern &TP) { in EnforceScalar() 308 bool EEVT::TypeSet::EnforceVector(TreePattern &TP) { in EnforceVector() 337 bool EEVT::TypeSet::EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP) { in EnforceSmallerThan() 455 TreePattern &TP) { in EnforceVectorEltTypeIs() 483 TreePattern &TP) { in EnforceVectorEltTypeIs() [all …]
|
D | CodeGenDAGPatterns.h | 115 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) { in MergeInTypeInfo() 260 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const { in ApplyTypeConstraints() 488 TreePattern &TP) { in UpdateNodeType() 493 TreePattern &TP) { in UpdateNodeType() 650 DAGInstruction(TreePattern *TP, in DAGInstruction()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXType.cpp | 85 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind() local 445 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local 486 const Type *TP = T.getTypePtrOrNull(); in clang_getTypeDeclaration() local 795 const Type *TP = T.getTypePtrOrNull(); in clang_getElementType() local 830 const Type *TP = T.getTypePtrOrNull(); in clang_getNumElements() local 853 const Type *TP = T.getTypePtrOrNull(); in clang_getArrayElementType() local 879 const Type *TP = T.getTypePtrOrNull(); in clang_getArraySize() local 923 const Type *TP = T.getTypePtrOrNull(); in clang_Type_getClassType() local 1289 const Type *TP = T.getTypePtrOrNull(); in clang_Type_getNamedType() local
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | mlir-tblgen.cpp | 45 GenNameParser *TP = const_cast<GenNameParser *>(this); in printOptionInfo() local
|
/external/llvm-project/clang/tools/diagtool/ |
D | TreeView.cpp | 177 TreePrinter TP(out); in run() local
|