| /external/llvm-project/compiler-rt/lib/xray/ |
| 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()
|
| D | xray_fdr_logging.cpp | 412 uint64_t TSC = 0; member 498 auto &TSC = TC.TSC; in fdrLoggingHandleArg0() local 528 auto &TSC = TC.TSC; in fdrLoggingHandleArg1() local 558 auto &TSC = TC.TSC; in fdrLoggingHandleCustomEvent() local 588 auto &TSC = TC.TSC; in fdrLoggingHandleTypedEvent() local
|
| D | xray_function_call_trie.h | 358 void enterFunction(const int32_t FId, uint64_t TSC, in enterFunction() 417 void exitFunction(int32_t FId, uint64_t TSC, in exitFunction()
|
| D | xray_basic_logging.cpp | 52 uint64_t TSC; member 173 uint64_t TSC = ReadTSC(CPU); in InMemoryRawLog() local
|
| D | xray_profiling.cpp | 274 auto TSC = readTSC(CPU); in profilingHandleArg0() local
|
| /external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
| D | fdr_controller_test.cpp | 83 uint64_t TSC = 2; in TEST_F() local 142 uint64_t TSC = 1; in TEST_F() local 167 uint64_t TSC = 1; in TEST_F() local 194 uint64_t TSC = 1; in TEST_F() local 221 uint64_t TSC = 1; in TEST_F() local 255 uint64_t TSC = 1; in TEST_F() local 319 uint64_t TSC = 1; in TEST_F() local 335 uint64_t TSC = 1; in TEST_F() local 352 uint64_t TSC = 1; in TEST_F() local 373 uint64_t TSC = 1; in TEST_F() local [all …]
|
| D | fdr_log_writer_test.cpp | 97 uint64_t TSC = 1; in TEST() local
|
| D | function_call_trie_test.cpp | 31 uint64_t TSC = 1; in TEST() local
|
| /external/llvm-project/llvm/include/llvm/XRay/ |
| D | YAMLXRayRecord.h | 37 uint64_t TSC; member
|
| D | XRayRecord.h | 86 uint64_t TSC; member
|
| D | FDRRecords.h | 160 uint64_t TSC = 0; variable 208 uint64_t TSC = 0; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | YAMLXRayRecord.h | 37 uint64_t TSC; member
|
| D | XRayRecord.h | 86 uint64_t TSC; member
|
| D | FDRRecords.h | 160 uint64_t TSC = 0; variable 208 uint64_t TSC = 0; variable
|
| /external/llvm-project/compiler-rt/include/xray/ |
| D | xray_records.h | 92 uint64_t TSC = 0; member
|
| /external/llvm-project/llvm/tools/llvm-xray/ |
| D | xray-graph.h | 76 uint64_t TSC; member
|
| /external/scapy/scapy/modules/krack/ |
| D | crypto.py | 137 def gen_TKIP_RC4_key(TSC, TA, TK): argument
|
| /external/clang/lib/Sema/ |
| D | DeclSpec.cpp | 563 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() 1183 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | DeclSpec.cpp | 677 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread() 1382 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
|
| /external/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 7370 mutable TypeStringCache TSC; member in __anondfd1a8ba1411::XCoreTargetCodeGenInfo 7608 TypeStringCache &TSC) { in extractFieldType() 7635 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType() 7686 TypeStringCache &TSC, in appendEnumType() 7804 TypeStringCache &TSC) { in appendPointerType() 7816 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType() 7837 TypeStringCache &TSC) { in appendFunctionType() 7871 TypeStringCache &TSC) { in appendType() 7904 CodeGen::CodeGenModule &CGM, TypeStringCache &TSC) { in getTypeString()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 9730 mutable TypeStringCache TSC; member in __anona0595d681a11::XCoreTargetCodeGenInfo 9971 TypeStringCache &TSC) { in extractFieldType() 9998 TypeStringCache &TSC, const IdentifierInfo *ID) { in appendRecordType() 10049 TypeStringCache &TSC, in appendEnumType() 10167 TypeStringCache &TSC) { in appendPointerType() 10179 TypeStringCache &TSC, StringRef NoSizeEnc) { in appendArrayType() 10200 TypeStringCache &TSC) { in appendFunctionType() 10234 TypeStringCache &TSC) { in appendType() 10268 TypeStringCache &TSC) { in getTypeString()
|
| /external/clang/include/clang/Sema/ |
| D | DeclSpec.h | 258 enum TSC { enum
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | DeclSpec.h | 252 enum TSC { enum
|
| /external/llvm-project/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 3792 Value *TSC = Builder.CreateExtractValue(NewCall, 0); in UpgradeIntrinsicCall() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | AutoUpgrade.cpp | 3661 Value *TSC = Builder.CreateExtractValue(NewCall, 0); in UpgradeIntrinsicCall() local
|