Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DUnix.h84 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/
DLazyReexports.h91 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
DIndirectionUtils.h200 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DUnix.h92 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec()
102 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
/external/clang/tools/libclang/
DCXType.cpp68 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/
DChrono.cpp25 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM()
43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<()
/external/strace/
Dsysent_shorthand_defs.h7 # define TP 0 macro
31 # define TP TRACE_PROCESS macro
/external/libcxx/test/std/utilities/time/time.point/time.point.special/
Dmin.pass.cpp25 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
Dmax.pass.cpp25 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp48 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 …]
DCodeGenDAGPatterns.h115 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()
DDAGISelMatcherEmitter.cpp70 TreePattern *TP = Pred.getOrigPatFragRecord(); in getNodePredicate() local
DDAGISelMatcherGen.cpp177 TreePattern &TP = *CGP.pf_begin()->second; in InferPossibleTypes() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DChrono.h36 LLVM_ATTRIBUTE_ALWAYS_INLINE inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DChrono.h36 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
/external/clang/tools/diagtool/
DTreeView.cpp178 TreePrinter TP(out); in run() local
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCContainersASTChecker.cpp49 const Type *TP = T.getTypePtr(); in hasPointerToPointerSizedType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLazyReexports.cpp23 std::unique_ptr<TrampolinePool> TP) in LazyCallThroughManager()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Windows/
DWindowsSupport.h222 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DWindowsSupport.h237 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp176 if (MDTuple *TP = GV->getTemplateParams()) in getOrCreateGlobalVariableDIE() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1591 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); in LowerToTLSInitialExecModel() local
1634 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); in LowerToTLSLocalExecModel() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2198 NodeList &TP = **Current; in demangleTemplateParameterList() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1006 DIE &Buffer, const DITemplateTypeParameter *TP) { in constructTemplateTypeParameterDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1172 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); in LowerToTLSInitialExecModel() local
1214 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); in LowerToTLSLocalExecModel() local

12