Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h70 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool()
80 TrampolinePool *TP = nullptr; variable
95 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
111 std::unique_ptr<TrampolinePool> TP; variable
H A DIndirectionUtils.h218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()
225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
231 std::unique_ptr<TrampolinePool> TP; variable
265 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
H A DEPCIndirectionUtils.h155 std::unique_ptr<TrampolinePool> TP; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h87 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec()
97 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h50 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
57 inline std::time_t toTimeT(UtcTime<> TP) { in toTimeT()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp25 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM()
43 static inline struct tm getStructTMUtc(UtcTime<> TP) { in getStructTMUtc()
61 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<()
H A DBalancedPartitioning.cpp83 std::optional<BPThreadPool> TP; in run() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp48 const Type *TP = T.getTypePtr(); in hasPointerToPointerSizedType() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h101 if (const Type *TP = Loc.getTypePtr()) { in VisitTypeLoc() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h
H A DDAGISelMatcherGen.cpp179 TreePattern &TP = *CGP.pf_begin()->second; in InferPossibleTypes() local
536 ("pred:" + Twine(Pred.Scope) + ":" + TP->getArgName(i)).str(); in EmitMatchCode() local
H A DDAGISelMatcherEmitter.cpp138 TreePredicateFn Pred(TP); in MatcherTableEmitter() local
162 if (TreePredicateFn(TP).usesOperands()) in MatcherTableEmitter() local
H A DCodeGenDAGPatterns.cpp
H A DFastISelEmitter.cpp176 TreePattern *TP = PredFn.getOrigPatFragRecord(); emitImmediatePredicate() local
H A DGlobalISelEmitter.cpp780 TreePattern *TP = Predicate.getOrigPatFragRecord(); createAndImportSelDAGMatcher() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp21 TrampolinePool *TP) in LazyCallThroughManager() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h225 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp1024 TypePromotionImpl TP; runOnFunction() local
1036 TypePromotionImpl TP; run() local
H A DTwoAddressInstructionPass.cpp1481 __anonbf3c637f0302(auto const &TP) processTiedPairs() argument
1491 for (auto &TP : TiedPairs) { processTiedPairs() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1319 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); LowerToTLSInitialExecModel() local
1361 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); LowerToTLSLocalExecModel() local
3110 SDValue TP = getInstr(Hexagon::C2_tfrrp, dl, MemTy, {LU}, DAG); LowerLoad() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2257 NodeList &TP = **Current; demangleTemplateParameterList() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp194 if (MDTuple *TP = GV->getTemplateParams()) getOrCreateGlobalVariableDIE() local
H A DDwarfUnit.cpp1052 constructTemplateTypeParameterDIE(DIE & Buffer,const DITemplateTypeParameter * TP) constructTemplateTypeParameterDIE() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1441 for (const auto *TP : TemplateParams->asArray()) { ActOnStartOfLambdaDefinition() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp968 __anona83f25200702(OMPTraitProperty &TP) checkExtensionProperty() argument

12