Searched defs:TP (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp25 static inline struct tm getStructTM(TimePoint<> TP) { argument
43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h92 inline struct timespec toTimeSpec(TimePoint<> TP) { argument
102 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h36 inline std::time_t toTimeT(TimePoint<> TP) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp48 const Type *TP = T.getTypePtr(); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h91 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { argument
105 std::unique_ptr<TrampolinePool> TP; member in class:llvm::orc::LazyCallThroughManager
118 auto TP = LocalTrampolinePool<ORCABI>::Create( local
H A DIndirectionUtils.h200 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, argument
207 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { argument
213 std::unique_ptr<TrampolinePool> TP; member in class:llvm::orc::JITCompileCallbackManager
245 auto TP = LocalTrampolinePool<ORCABI>::Create( local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp21 LazyCallThroughManager( ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, std::unique_ptr<TrampolinePool> TP) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h222 inline FILETIME toFILETIME(TimePoint<> TP) { argument
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h186 #define TP(idx) (tlst[idx]) macro
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp102 TreePattern *TP = Pred.getOrigPatFragRecord(); local
H A DDAGISelMatcherGen.cpp176 TreePattern &TP = *CGP.pf_begin()->second; local
539 TreePattern *TP = Pred.Fn.getOrigPatFragRecord(); local
H A DCodeGenDAGPatterns.h360 TreePattern &TP; member in struct:llvm::TypeInfer
985 UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy, TreePattern &TP) argument
993 UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, TreePattern &TP) argument
1001 UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, TreePattern &TP) argument
[all...]
H A DCodeGenDAGPatterns.cpp1644 UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP) argument
1980 InlinePatternFragments( TreePatternNodePtr T, TreePattern &TP, std::vector<TreePatternNodePtr> &OutAlternatives) argument
2124 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument
2340 emitTooManyOperandsError(TreePattern &TP, StringRef InstName, unsigned Expected, unsigned Actual) argument
2348 emitTooFewOperandsError(TreePattern &TP, StringRef InstName, unsigned Actual) argument
2358 ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) argument
4078 ForceArbitraryInstResultType(TreePatternNode *N, TreePattern &TP) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp116 const auto *TP = cast<TemplateTemplateParmDecl>(P); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1040 constructTemplateTypeParameterDIE( DIE &Buffer, const DITemplateTypeParameter *TP) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2198 NodeList &TP = **Current; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1172 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); local
1214 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp4291 TypePrinting TP; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h3232 Node *TP = getDerived().parseTemplateParam(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3096 SDValue TP = lowerThreadPointer(DL, DAG); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2957 CopyTypeConstraintFromAutoType(Sema &SemaRef, const AutoType *Auto, AutoTypeLoc AutoLoc, TemplateTypeParmDecl *TP, SourceLocation EllipsisLoc) argument

Completed in 693 milliseconds