Home
last modified time | relevance | path

Searched defs:TID (Results 1 – 16 of 16) sorted by relevance

/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
107 for (int64_t TID=0; TID<active_threads; TID++) in main() local
137 for (int TID=0; TID<active_threads; TID++) in main() local
155 for (int TID=0; TID<active_threads; TID++) in main() local
H A Dworkload.c63 void determine_work_per_thread (int64_t TID, int64_t rows_per_thread, in determine_work_per_thread()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DFDRTraceExpander.h27 int32_t TID = 0; variable
H A DFDRRecords.h337 int32_t TID = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp440 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local
542 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dconvex.h65 #define TID 21 macro
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dconvex.h65 #define TID 21 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp389 const auto &TID = ThreadPaths.first; in profileFromTrace() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp943 Value *TID = Builder.CreateAdd(Tmp0, Tmp1); in handleAlloca() local
H A DSIInstrInfo.cpp4433 const MCInstrDesc &TID, in adjustAllocatableRegClass()
4452 const TargetRegisterClass *SIInstrInfo::getRegClass(const MCInstrDesc &TID, in getRegClass()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp621 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType()
H A DAsmWriter.cpp1098 for (const auto &TID : TheIndex->typeIds()) in processIndex() local
2951 for (const auto &TID : TheIndex->typeIds()) { in printModuleSummaryIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1061 const MCInstrDesc& TID = MI.getDesc(); in ignorePseudoInstruction() local
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1652 #define TID 0xf0 macro
H A Daic79xx_reg.h3666 #define TID 0xf0 macro
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h8245 void setThreadID(Expr *TID) { ThreadID = TID; } in setThreadID()