Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRTraceExpander.h27 int32_t TID = 0; variable
H A DFDRRecords.h337 int32_t TID = 0; variable
/freebsd/contrib/llvm-project/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
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c481 U32 TID; in agtiapi_async() local
1770 U32 TID; in agtiapi_cam_action() local
2013 U32 TID = CMND_TO_TARGET(ccb); in agtiapi_QueueCmnd_() local
2587 U32 TID = CMND_TO_TARGET(ccb); in agtiapi_PrepareSGListCB() local
3057 int TID; in agtiapi_StartIO() local
3643 U32 TID = CMND_TO_TARGET(ccb); in agtiapi_PrepareSMPSGListCB() local
3910 int is_error, TID; in agtiapi_CheckError() local
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp389 const auto &TID = ThreadPaths.first; in profileFromTrace() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp669 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType()
H A DAsmWriter.cpp1122 for (const auto &TID : TheIndex->typeIds()) in processIndex() local
3075 for (const auto &TID : TheIndex->typeIds()) { in printModuleSummaryIndex() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp98 MachineInstr::MachineInstr(MachineFunction &MF, const MCInstrDesc &TID, in MachineInstr()
143 void MachineInstr::setDesc(const MCInstrDesc &TID) { in setDesc()
H A DMachineFunction.cpp183 const MCInstrDesc &TID) { in handleChangeDesc()
H A DPeepholeOptimizer.cpp298 void MF_HandleChangeDesc(MachineInstr &MI, const MCInstrDesc &TID) override in MF_HandleChangeDesc()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1483 Value *TID = Builder.CreateAdd(Tmp0, Tmp1); in tryPromoteAllocaToLDS() local
H A DSIInstrInfo.cpp2611 const MCInstrDesc &TID = get(NewOpcode); in reMaterialize() local
5550 const MCInstrDesc &TID, unsigned RCID, in adjustAllocatableRegClass()
5583 const TargetRegisterClass *SIInstrInfo::getRegClass(const MCInstrDesc &TID, in getRegClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1061 const MCInstrDesc& TID = MI.getDesc(); in ignorePseudoInstruction() local
/freebsd/lib/libthr/thread/
H A Dthr_private.h363 #define TID(thread) ((uint32_t) ((thread)->tid)) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp216 const MCInstrDesc &TID = MII.get(Opcode); in printTH() local
/freebsd/sys/dev/mwl/
H A Dmwlreg.h1346 uint8_t TID; member
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1643 #define TID 0xf0 macro
H A Daic79xx_reg.h3712 #define TID 0xf0 macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4974 const MCInstrDesc &TID = MII.get(Opcode); in validateTHAndScopeBits() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8743 void setThreadID(Expr *TID) { setStmt(TID); } in setThreadID()