/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 70 setTrampolinePool(TrampolinePool & TP) setTrampolinePool() argument 80 TrampolinePool *TP = nullptr; global() variable 95 auto TP = LocalTrampolinePool<ORCABI>::Create( init() local 111 std::unique_ptr<TrampolinePool> TP; global() variable [all...] |
H A D | IndirectionUtils.h | 218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP,ExecutionSession & ES,ExecutorAddr ErrorHandlerAddress) JITCompileCallbackManager() argument 225 setTrampolinePool(std::unique_ptr<TrampolinePool> TP) setTrampolinePool() argument 231 std::unique_ptr<TrampolinePool> TP; global() variable 265 auto TP = LocalTrampolinePool<ORCABI>::Create( LocalJITCompileCallbackManager() local [all...] |
H A D | EPCIndirectionUtils.h | 155 std::unique_ptr<TrampolinePool> TP; variable
|
/llvm-project/llvm/lib/Support/Unix/ |
H A D | Unix.h | 87 toTimeSpec(TimePoint<> TP) toTimeSpec() argument 97 toTimeVal(TimePoint<std::chrono::microseconds> TP) toTimeVal() argument
|
/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()
|
/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; run() local [all...] |
/llvm-project/libcxx/test/std/time/time.point/time.point.special/ |
H A D | min.pass.cpp | 24 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
|
H A D | max.pass.cpp | 24 typedef std::chrono::time_point<Clock, Duration> TP; in main() typedef
|
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 87 const Type *TP = T.getTypePtrOrNull(); GetTypeKind() local 445 const Type *TP = T.getTypePtrOrNull(); clang_getPointeeType() local 494 const Type *TP = T.getTypePtrOrNull(); clang_getTypeDeclaration() local 811 const Type *TP = T.getTypePtrOrNull(); clang_getElementType() local 846 const Type *TP = T.getTypePtrOrNull(); clang_getNumElements() local 869 const Type *TP = T.getTypePtrOrNull(); clang_getArrayElementType() local 895 const Type *TP = T.getTypePtrOrNull(); clang_getArraySize() local 939 const Type *TP = T.getTypePtrOrNull(); clang_Type_getClassType() local 1308 const Type *TP = T.getTypePtrOrNull(); clang_Type_getNamedType() local [all...] |
/llvm-project/llvm/unittests/Support/ |
H A D | Chrono.cpp | 24 TimePoint<> TP; in TEST() local
|
/llvm-project/offload/src/OpenMP/ |
H A D | Mapping.cpp | 414 uintptr_t TP = LR.TPR.getEntry()->TgtPtrBegin + in getTgtPtrBegin() local 451 uintptr_t TP = in getTgtPtrBegin() local
|
/llvm-project/clang/tools/diagtool/ |
H A D | TreeView.cpp | 175 TreePrinter TP(out); in run() local
|
/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 101 if (const Type *TP = Loc.getTypePtr()) { in VisitTypeLoc() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCContainersASTChecker.cpp | 48 const Type *TP = T.getTypePtr(); in hasPointerToPointerSizedType() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 341 TreePattern &TP; global() member 709 isTypeCompletelyUnknown(unsigned ResNo,TreePattern & TP) isTypeCompletelyUnknown() argument 984 UpdateNodeType(unsigned ResNo,const TypeSetByHwMode & InTy,TreePattern & TP) UpdateNodeType() argument 992 UpdateNodeType(unsigned ResNo,MVT::SimpleValueType InTy,TreePattern & TP) UpdateNodeType() argument 1000 UpdateNodeType(unsigned ResNo,ValueTypeByHwMode InTy,TreePattern & TP) UpdateNodeType() argument 1260 ApplyTypeConstraints(TreePatternNode & N,TreePattern & TP) ApplyTypeConstraints() argument [all...] |
H A D | CodeGenDAGPatterns.cpp | 1728 UpdateNodeTypeFromInst(unsigned ResNo,Record * Operand,TreePattern & TP) UpdateNodeTypeFromInst() argument 2072 InlinePatternFragments(TreePattern & TP,std::vector<TreePatternNodePtr> & OutAlternatives) InlinePatternFragments() argument 2223 getImplicitType(Record * R,unsigned ResNo,bool NotRegisters,bool Unnamed,TreePattern & TP) getImplicitType() argument 2434 emitTooManyOperandsError(TreePattern & TP,StringRef InstName,unsigned Expected,unsigned Actual) emitTooManyOperandsError() argument 2440 emitTooFewOperandsError(TreePattern & TP,StringRef InstName,unsigned Actual) emitTooFewOperandsError() argument 2449 ApplyTypeConstraints(TreePattern & TP,bool NotRegisters) ApplyTypeConstraints() argument 4206 ForceArbitraryInstResultType(TreePatternNode & N,TreePattern & TP) ForceArbitraryInstResultType() argument [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 21 LazyCallThroughManager(ExecutionSession & ES,ExecutorAddr ErrorHandlerAddr,TrampolinePool * TP) LazyCallThroughManager() argument
|
/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 225 TimeInteger.QuadPart = TP.time_since_epoch().count() / 100; in toFILETIME() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Quality.cpp | 157 if (const auto *TP = dyn_cast<FunctionTemplateDecl>(ND)) in isInstanceMember() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 179 TreePattern &TP = *CGP.pf_begin()->second; in InferPossibleTypes() local 533 TreePattern *TP = Pred.Fn.getOrigPatFragRecord(); in EmitMatchCode() local
|
H A D | DAGISelMatcherEmitter.cpp | 137 TreePattern *TP = Usage.first; in MatcherTableEmitter() local 161 TreePattern *TP = Predicate.first; in MatcherTableEmitter() local
|
H A D | FastISelEmitter.cpp | 188 TreePattern *TP = PredFn.getOrigPatFragRecord(); in emitImmediatePredicate() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 1034 return TP.run(F, TM, TTI, LI); in runOnFunction() local 1046 TypePromotionImpl TP; run() local
|
H A D | TwoAddressInstructionPass.cpp | 1486 __anon000a4e000302(auto const &TP) processTiedPairs() argument 1496 for (auto &TP : TiedPairs) { processTiedPairs() local
|