Home
last modified time | relevance | path

Searched defs:TSC (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h146 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 Dxray_fdr_logging.cpp408 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 Dxray_function_call_trie.h354 void enterFunction(const int32_t FId, uint64_t TSC, in enterFunction()
413 void exitFunction(int32_t FId, uint64_t TSC, in exitFunction()
H A Dxray_basic_logging.cpp52 uint64_t TSC; member
173 uint64_t TSC = ReadTSC(CPU); in InMemoryRawLog() local
H A Dxray_profiling.cpp271 auto TSC = readTSC(CPU); in profilingHandleArg0() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp121 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 DIncrementalExecutor.cpp39 IncrementalExecutor::IncrementalExecutor(llvm::orc::ThreadSafeContext &TSC) in IncrementalExecutor()
56 IncrementalExecutor::IncrementalExecutor(llvm::orc::ThreadSafeContext &TSC, in IncrementalExecutor()
H A DWasm.cpp62 llvm::orc::ThreadSafeContext &TSC) in WasmIncrementalExecutor()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DYAMLXRayRecord.h37 uint64_t TSC; member
H A DXRayRecord.h86 uint64_t TSC; member
H A DFDRRecords.h160 uint64_t TSC = 0; variable
208 uint64_t TSC = 0; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h76 uint64_t TSC; member
/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_records.h92 uint64_t TSC = 0; member
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c113 #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 DDeclSpec.cpp704 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
1446 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
H A DSemaDecl.cpp7815 DeclSpec::TSCS TSC = D.getDeclSpec().getThreadStorageClassSpec(); in ActOnVariableDeclarator() local
/freebsd/sys/contrib/device-tree/include/dt-bindings/clock/
H A Dstm32mp13-clks.h101 #define TSC 73 macro
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h270 enum TSC { enum
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4669 Value *TSC = Builder.CreateExtractValue(NewCall, 0); in UpgradeIntrinsicCall() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1121 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()