/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 70 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 D | IndirectionUtils.h | 218 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 D | EPCIndirectionUtils.h | 155 std::unique_ptr<TrampolinePool> TP; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Unix.h | 87 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 D | Chrono.h | 50 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 D | Chrono.cpp | 25 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 D | BalancedPartitioning.cpp | 83 std::optional<BPThreadPool> TP; in run() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersASTChecker.cpp | 48 const Type *TP = T.getTypePtr(); in hasPointerToPointerSizedType() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 101 if (const Type *TP = Loc.getTypePtr()) { in VisitTypeLoc() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h |
|
H A D | DAGISelMatcherGen.cpp | 179 TreePattern &TP = *CGP.pf_begin()->second; in InferPossibleTypes() local 536 ("pred:" + Twine(Pred.Scope) + ":" + TP->getArgName(i)).str(); in EmitMatchCode() local
|
H A D | DAGISelMatcherEmitter.cpp | 138 TreePredicateFn Pred(TP); in MatcherTableEmitter() local 162 if (TreePredicateFn(TP).usesOperands()) in MatcherTableEmitter() local
|
H A D | CodeGenDAGPatterns.cpp |
|
H A D | FastISelEmitter.cpp | 176 TreePattern *TP = PredFn.getOrigPatFragRecord(); emitImmediatePredicate() local
|
H A D | GlobalISelEmitter.cpp | 780 TreePattern *TP = Predicate.getOrigPatFragRecord(); createAndImportSelDAGMatcher() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 21 TrampolinePool *TP) in LazyCallThroughManager() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 225 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 1024 TypePromotionImpl TP; runOnFunction() local 1036 TypePromotionImpl TP; run() local
|
H A D | TwoAddressInstructionPass.cpp | 1481 __anonbf3c637f0302(auto const &TP) processTiedPairs() argument 1491 for (auto &TP : TiedPairs) { processTiedPairs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1319 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 D | MicrosoftDemangle.cpp | 2257 NodeList &TP = **Current; demangleTemplateParameterList() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 194 if (MDTuple *TP = GV->getTemplateParams()) getOrCreateGlobalVariableDIE() local
|
H A D | DwarfUnit.cpp | 1052 constructTemplateTypeParameterDIE(DIE & Buffer,const DITemplateTypeParameter * TP) constructTemplateTypeParameterDIE() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 1441 for (const auto *TP : TemplateParams->asArray()) { ActOnStartOfLambdaDefinition() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 968 __anona83f25200702(OMPTraitProperty &TP) checkExtensionProperty() argument
|