Home
last modified time | relevance | path

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

12

/freebsd/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() argument
225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool() argument
231 std::unique_ptr<TrampolinePool> TP; variable
265 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
[all...]
H A DEPCIndirectionUtils.h155 std::unique_ptr<TrampolinePool> TP; variable
/freebsd/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/contrib/llvm-project/llvm/lib/Support/
H A DChrono.cpp25 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM() argument
43 static inline struct tm getStructTMUtc(UtcTime<> TP) { in operator <<() argument
H A DBalancedPartitioning.cpp83 std::optional<BPThreadPool> TP; in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DChrono.h37 toTimeT(TimePoint<> TP) toTimeT() argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h341 TreePattern &TP; member
709 bool isTypeCompletelyUnknown(unsigned ResNo, TreePattern &TP) const { in isTypeCompletelyUnknown()
984 TreePattern &TP) { in UpdateNodeType()
992 TreePattern &TP) { in UpdateNodeType()
1000 TreePattern &TP) { in UpdateNodeType()
1260 TreePattern &TP) const { in ApplyTypeConstraints()
H A DCodeGenDAGPatterns.cpp1728 TreePattern &TP) { in UpdateNodeTypeFromInst()
2072 TreePattern &TP, std::vector<TreePatternNodePtr> &OutAlternatives) { in InlinePatternFragments()
2223 TreePattern &TP) { in getImplicitType()
2434 static void emitTooManyOperandsError(TreePattern &TP, StringRef InstName, in emitTooManyOperandsError()
2440 static void emitTooFewOperandsError(TreePattern &TP, StringRef InstName, in emitTooFewOperandsError()
2449 bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { in ApplyTypeConstraints()
4214 static bool ForceArbitraryInstResultType(TreePatternNode &N, TreePattern &TP) { in ForceArbitraryInstResultType()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h101 if (const Type *TP = Loc.getTypePtr()) { in VisitTypeLoc() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp48 const Type *TP = T.getTypePtr(); in hasPointerToPointerSizedType() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h225 inline FILETIME toFILETIME(TimePoint<> TP) { in toFILETIME()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp21 TrampolinePool *TP) in LazyCallThroughManager()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp812 NamedDecl *TP = F->getTemplateParameters()->getParam(Index); in buildAssociatedConstraints() local
913 for (auto *TP : TemplateParams) { in buildIsDeducibleConstraint() local
1075 auto *TP = in BuildDeductionGuideForTypeAlias() local
1096 auto *TP = F->getTemplateParameters()->getParam(FTemplateParamIdx); in BuildDeductionGuideForTypeAlias() local
H A DSemaLambda.cpp1499 for (const auto *TP : TemplateParams->asArray()) { in ActOnStartOfLambdaDefinition() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp179 TreePattern &TP = *CGP.pf_begin()->second; in InferPossibleTypes() local
533 TreePattern *TP = Pred.Fn.getOrigPatFragRecord(); in EmitMatchCode() local
H A DDAGISelMatcherEmitter.cpp137 TreePattern *TP = Usage.first; in MatcherTableEmitter() local
161 TreePattern *TP = Predicate.first; in MatcherTableEmitter() local
H A DFastISelEmitter.cpp188 TreePattern *TP = PredFn.getOrigPatFragRecord(); in emitImmediatePredicate() local
H A DGlobalISelEmitter.cpp795 TreePattern *TP = Predicate.getOrigPatFragRecord(); in createAndImportSelDAGMatcher() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp1034 TypePromotionImpl TP; in runOnFunction() local
1046 TypePromotionImpl TP; in run() local
H A DTwoAddressInstructionPass.cpp1556 bool IsEarlyClobber = llvm::any_of(TiedPairs, [MI](auto const &TP) { in processTiedPairs()
1566 for (auto &TP : TiedPairs) { in processTiedPairs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1338 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); in LowerToTLSInitialExecModel() local
1380 SDValue TP = DAG.getCopyFromReg(DAG.getEntryNode(), dl, Hexagon::UGP, PtrVT); in LowerToTLSLocalExecModel() local
3127 SDValue TP = getInstr(Hexagon::C2_tfrrp, dl, MemTy, {LU}, DAG); in LowerLoad() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp209 if (MDTuple *TP = GV->getTemplateParams()) in getOrCreateGlobalVariableDIE() local
H A DDwarfUnit.cpp1085 DIE &Buffer, const DITemplateTypeParameter *TP) { in constructTemplateTypeParameterDIE()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp2270 NodeList &TP = **Current; in demangleTemplateParameterList() local

12