Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DFDRTraceExpander.h27 int32_t TID = 0; variable
H A DFDRRecords.h337 int32_t TID = 0; variable
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-i386v42mp.h87 #define MKTID(PID, TID) (ptid_build ((PID), (TID), 1)) argument
/openbsd/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Domp_orphan.f33 INTEGER I, TID, OMP_GET_THREAD_NUM, VECLEN local
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp435 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local
537 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local
/openbsd/bin/ps/
H A Dkeyword.c79 #define TID(n1, n2, fn, off) \ macro
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dconvex.h64 #define TID 21 macro
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dconvex.h64 #define TID 21 macro
/openbsd/gnu/llvm/llvm/lib/XRay/
H A DProfile.cpp389 const auto &TID = ThreadPaths.first; in profileFromTrace() local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddefs.h1259 #define MERGEPID(PID, TID) ptid_build (PID, TID, 0) argument
H A Daix-thread.c74 #define BUILD_THREAD(TID, PID) ptid_build (PID, 0, TID) argument
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1021 Value *TID = Builder.CreateAdd(Tmp0, Tmp1); in handleAlloca() local
H A DSIInstrInfo.cpp4887 const MCInstrDesc &TID, unsigned RCID, in adjustAllocatableRegClass()
4920 const TargetRegisterClass *SIInstrInfo::getRegClass(const MCInstrDesc &TID, in getRegClass()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DType.cpp663 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType()
H A DAsmWriter.cpp1087 for (const auto &TID : TheIndex->typeIds()) in processIndex() local
2926 for (const auto &TID : TheIndex->typeIds()) { in printModuleSummaryIndex() local
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c47 #define print_tree_identifier(BUFFER, TID) \ argument
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1060 const MCInstrDesc& TID = MI.getDesc(); in ignorePseudoInstruction() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp96 MachineInstr::MachineInstr(MachineFunction &MF, const MCInstrDesc &TID, in MachineInstr()
/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx_reg.h1644 #define TID 0xf0 macro
H A Daic79xx_reg.h3713 #define TID 0xf0 macro
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h8607 void setThreadID(Expr *TID) { setStmt(TID); } in setThreadID()