/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 146 PreambleResult recordPreamble(uint64_t TSC, in recordPreamble() 181 bool rewindRecords(int32_t FuncId, uint64_t TSC, in rewindRecords() 244 bool functionEnter(int32_t FuncId, uint64_t TSC, in functionEnter() 268 bool functionTailExit(int32_t FuncId, uint64_t TSC, in functionTailExit() 293 bool functionEnterArg(int32_t FuncId, uint64_t TSC, uint16_t CPU, in functionEnterArg() 310 bool functionExit(int32_t FuncId, uint64_t TSC, in functionExit() 333 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent() 347 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent()
|
H A D | xray_fdr_logging.cpp | 408 uint64_t TSC = 0; member 494 auto &TSC = TC.TSC; in fdrLoggingHandleArg0() local 524 auto &TSC = TC.TSC; in fdrLoggingHandleArg1() local 554 auto &TSC = TC.TSC; in fdrLoggingHandleCustomEvent() local 584 auto &TSC = TC.TSC; in fdrLoggingHandleTypedEvent() local
|
H A D | xray_function_call_trie.h | 354 void enterFunction(const int32_t FId, uint64_t TSC, in enterFunction() 413 void exitFunction(int32_t FId, uint64_t TSC, in exitFunction()
|
H A D | xray_basic_logging.cpp | 52 uint64_t TSC; member 173 uint64_t TSC = ReadTSC(CPU); in InMemoryRawLog() local
|
H A D | xray_profiling.cpp | 271 auto TSC = readTSC(CPU); in profilingHandleArg0() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | XCore.cpp | 121 mutable TypeStringCache TSC; member in __anonc019d7680111::XCoreTargetCodeGenInfo 337 TypeStringCache &TSC) { in extractFieldType() 364 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType() 415 TypeStringCache &TSC, in appendEnumType() 533 TypeStringCache &TSC) { in appendPointerType() 545 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType() 566 TypeStringCache &TSC) { in appendFunctionType() 600 TypeStringCache &TSC) { in appendType() 634 TypeStringCache &TSC) { in getTypeString()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalExecutor.cpp | 39 IncrementalExecutor::IncrementalExecutor(llvm::orc::ThreadSafeContext &TSC) in IncrementalExecutor() 56 IncrementalExecutor::IncrementalExecutor(llvm::orc::ThreadSafeContext &TSC, in IncrementalExecutor()
|
H A D | Wasm.cpp | 62 llvm::orc::ThreadSafeContext &TSC) in WasmIncrementalExecutor()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | YAMLXRayRecord.h | 37 uint64_t TSC; member
|
H A D | XRayRecord.h | 86 uint64_t TSC; member
|
H A D | FDRRecords.h | 160 uint64_t TSC = 0; variable 208 uint64_t TSC = 0; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 76 uint64_t TSC; member
|
/freebsd/contrib/llvm-project/compiler-rt/include/xray/ |
H A D | xray_records.h | 92 uint64_t TSC = 0; member
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_logging.c | 113 #define _PMCLOG_RESERVE_SAFE(PO, TYPE, LEN, ACTION, TSC) do { \ argument 144 #define PMCLOG_RESERVE_SAFE(P, T, L, TSC) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 704 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() 1446 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
|
H A D | SemaDecl.cpp | 7815 DeclSpec::TSCS TSC = D.getDeclSpec().getThreadStorageClassSpec(); in ActOnVariableDeclarator() local
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/ |
H A D | stm32mp13-clks.h | 101 #define TSC 73 macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 270 enum TSC { enum
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 4669 Value *TSC = Builder.CreateExtractValue(NewCall, 0); in UpgradeIntrinsicCall() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 1121 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()
|