Home
last modified time | relevance | path

Searched refs:TID (Results 1 – 25 of 61) sorted by relevance

123

/netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
H A Dmain.c103 for (int64_t TID=active_threads; TID<number_of_threads; TID++) in main() local
105 thread_data_arguments[TID].do_work = false; in main()
107 for (int64_t TID=0; TID<active_threads; TID++) in main() local
109 thread_data_arguments[TID].thread_id = TID; in main()
110 thread_data_arguments[TID].verbose = verbose; in main()
111 thread_data_arguments[TID].do_work = true; in main()
112 thread_data_arguments[TID].repeat_count = repeat_count; in main()
115 TID, rows_per_thread, remainder_rows, in main()
116 &thread_data_arguments[TID].row_index_start, in main()
117 &thread_data_arguments[TID].row_index_end); in main()
[all …]
H A Dworkload.c63 void determine_work_per_thread (int64_t TID, int64_t rows_per_thread, in determine_work_per_thread() argument
70 if (TID < remainder_rows) in determine_work_per_thread()
73 *row_index_start = TID * chunk_per_thread; in determine_work_per_thread()
74 *row_index_end = (TID + 1) * chunk_per_thread - 1; in determine_work_per_thread()
80 + (TID - remainder_rows) * chunk_per_thread; in determine_work_per_thread()
82 + (TID - remainder_rows) * chunk_per_thread in determine_work_per_thread()
89 TID, *row_index_start, *row_index_end); in determine_work_per_thread()
H A Dmydefs.h98 void determine_work_per_thread (int64_t TID,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DFDRTraceExpander.cpp45 CurrentRecord.TId = TID; in visit()
60 CurrentRecord.TId = TID; in visit()
75 CurrentRecord.TId = TID; in visit()
98 TID = R.tid(); in visit()
118 CurrentRecord.TId = TID; in visit()
H A DProfile.cpp389 const auto &TID = ThreadPaths.first; in profileFromTrace() local
392 TID, in profileFromTrace()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp440 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local
441 if (TID.isCall()) in SUSchedulingCost()
542 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local
548 NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs()); in initNumRegDefsLeft()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DFDRRecords.h337 int32_t TID = 0; variable
348 TID(T) {} in NewBufferRecord()
350 int32_t tid() const { return TID; } in tid()
H A DFDRTraceExpander.h27 int32_t TID = 0; variable
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_thread_example.txt6 TIME PID/TID -- THREAD
H A Dcrash_example.txt17 TID: 1
H A Dphp_flowinfo_example.txt7 C PID/TID DELTA(us) FILE:LINE TYPE -- FUNC
H A Dphp_syscolors_example.txt15 C PID/TID DELTA(us) FILE:LINE TYPE -- NAME
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_thread_example.txt6 TIME PID/TID -- THREAD
H A Dcrash_example.txt17 TID: 1
H A Dphp_flowinfo_example.txt7 C PID/TID DELTA(us) FILE:LINE TYPE -- FUNC
H A Dphp_syscolors_example.txt15 C PID/TID DELTA(us) FILE:LINE TYPE -- NAME
/netbsd-src/sys/dev/ic/
H A Daic79xxvar.h88 (((scsiid) & TID) >> TID_SHIFT)
117 ((((tcl) >> 4) & TID) >> 4)
121 ((lun) | (((scsiid) & TID) << 4))
141 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
H A Daic7xxxvar.h170 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \
201 ((((tcl) >> 4) & TID) >> 4)
205 ((lun) | (((scsiid) & TID) << 4))
H A Daic7xxx_osm.h87 ((((target_id) << TID_SHIFT) & TID) | (our_id))
H A Daic79xx_osm.h87 ((((target_id) << TID_SHIFT) & TID) | (our_id))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp943 Value *TID = Builder.CreateAdd(Tmp0, Tmp1); in handleAlloca() local
944 TID = Builder.CreateAdd(TID, TIdZ); in handleAlloca()
948 TID in handleAlloca()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp621 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() argument
622 : Type(ElType->getContext(), TID), ContainedType(ElType), in VectorType()
H A DAsmWriter.cpp1098 for (const auto &TID : TheIndex->typeIds()) in processIndex() local
1099 CreateTypeIdSlot(TID.second.first); in processIndex()
2951 for (const auto &TID : TheIndex->typeIds()) { in printModuleSummaryIndex() local
2952 Out << "^" << Machine.getTypeIdSlot(TID.second.first) in printModuleSummaryIndex()
2953 << " = typeid: (name: \"" << TID.second.first << "\""; in printModuleSummaryIndex()
2954 printTypeIdSummary(TID.second.second); in printModuleSummaryIndex()
2955 Out << ") ; guid = " << TID.first << "\n"; in printModuleSummaryIndex()
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dconvex.h65 #define TID 21 macro
1015 {0,0,rxl,S,TID,0}, /* mov */
1016 {0,0,lr,TID,S,0}, /* mov */
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dconvex.h65 #define TID 21 macro
1015 {0,0,rxl,S,TID,0}, /* mov */
1016 {0,0,lr,TID,S,0}, /* mov */

123