Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/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-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-7.0/llvm/unittests/Support/
DTaskQueueTest.cpp26 ThreadPool TP(1); in TEST_F() local
70 ThreadPool TP(1); in TEST_F() local
100 ThreadPool TP(1); in TEST_F() local
DChrono.cpp26 TimePoint<> TP; in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DChrono.cpp26 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM()
44 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<()
/external/libcxx/test/std/utilities/time/time.point/time.point.special/
Dmax.pass.cpp25 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
Dmin.pass.cpp25 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
/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-subzero/include/llvm/Support/
DChrono.h36 LLVM_ATTRIBUTE_ALWAYS_INLINE inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DChrono.h37 LLVM_ATTRIBUTE_ALWAYS_INLINE inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
/external/strace/
Dsysent_shorthand_defs.h7 # define TP 0 macro
31 # define TP TRACE_PROCESS macro
/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/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-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h347 TreePattern &TP; member
638 bool isTypeCompletelyUnknown(unsigned ResNo, TreePattern &TP) const { in isTypeCompletelyUnknown()
901 TreePattern &TP) { in UpdateNodeType()
909 TreePattern &TP) { in UpdateNodeType()
917 TreePattern &TP) { in UpdateNodeType()
1227 TreePattern &TP) const { in ApplyTypeConstraints()
DCodeGenDAGPatterns.cpp1531 TreePattern &TP) { in UpdateNodeTypeFromInst()
1859 TreePatternNodePtr T, TreePattern &TP, in InlinePatternFragments()
1994 TreePattern &TP) { in getImplicitType()
2206 static void emitTooManyOperandsError(TreePattern &TP, in emitTooManyOperandsError()
2214 static void emitTooFewOperandsError(TreePattern &TP, in emitTooFewOperandsError()
2224 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints()
3922 static bool ForceArbitraryInstResultType(TreePatternNode *N, TreePattern &TP) { in ForceArbitraryInstResultType()
DDAGISelMatcherGen.cpp177 TreePattern &TP = *CGP.pf_begin()->second; in InferPossibleTypes() local
DDAGISelMatcherEmitter.cpp99 TreePattern *TP = Pred.getOrigPatFragRecord(); in getNodePredicate() local
DFastISelEmitter.cpp172 TreePattern *TP = PredFn.getOrigPatFragRecord(); in emitImmediatePredicate() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DWindowsSupport.h239 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/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

12