/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600Schedule.td | 10 // slots ALU.X, ALU.Y, ALU.Z, ALU.W, and TRANS. For cayman cards, the TRANS 20 def TRANS : FuncUnit; 28 [ALU_X, ALU_Y, ALU_Z, ALU_W, TRANS, ALU_NULL], 31 InstrItinData<AnyALU, [InstrStage<1, [ALU_X, ALU_Y, ALU_Z, ALU_W, TRANS]>]>, 33 InstrItinData<TransALU, [InstrStage<1, [TRANS]>]>,
|
H A D | AMDGPUInsertDelayAlu.cpp | 60 enum DelayType { VALU, TRANS, SALU, OTHER }; enumerator 64 if (TSFlags & SIInstrFlags::TRANS) in getDelayType() 65 return TRANS; in getDelayType() 121 case TRANS: in DelayInfo() 171 TRANSNum += (Type == TRANS); in advance()
|
H A D | VOP1Instructions.td | 90 let TRANS = ps.TRANS; 327 let TRANS = 1, SchedRW = [WriteTrans32] in { 334 } // End TRANS = 1, SchedRW = [WriteTrans32] 336 let TRANS = 1, SchedRW = [WriteTrans64] in { 340 } // End TRANS = 1, SchedRW = [WriteTrans64] 342 let TRANS = 1, SchedRW = [WriteTrans32] in { 345 } // End TRANS = 1, SchedRW = [WriteTrans32] 436 let TRANS = 1, SchedRW = [WriteTrans32] in { 447 } // End TRANS = 1, SchedRW = [WriteTrans32] 458 let TRANS = 1, SchedRW = [WriteTrans32] in { [all …]
|
H A D | AMDGPUIGroupLP.cpp | 78 TRANS = 1u << 10, enumerator 80 DS_READ | DS_WRITE | TRANS, 1661 SchedGroupMask::TRANS, ExpRequirement, PipelineSyncID, DAG, TII); in applyIGLPStrategy() 1707 SchedGroupMask::TRANS, 1, PipelineSyncID, DAG, TII); in applyIGLPStrategy() 1724 SchedGroupMask::TRANS, 1, PipelineSyncID, DAG, TII); in applyIGLPStrategy() 1830 SchedGroupMask::TRANS, 1, PipelineSyncID, DAG, TII); in applyIGLPStrategy() 2437 else if (((SGMask & SchedGroupMask::TRANS) != SchedGroupMask::NONE) && in canAddMI() 2625 ~SchedGroupMask::MFMA & ~SchedGroupMask::TRANS; in invertSchedBarrierMask() 2630 (InvertedMask & SchedGroupMask::TRANS) == SchedGroupMask::NONE) in invertSchedBarrierMask()
|
H A D | VOPInstructions.td | 11 bit TRANS; 196 let TRANS = ps.TRANS; 655 let TRANS = ps.TRANS; 691 let TRANS = ps.TRANS; 891 let TRANS = ps.TRANS;
|
H A D | SIInstrFormats.td | 36 field bit TRANS = 0; 177 let TSFlags{16} = TRANS;
|
H A D | SIDefines.h | 77 TRANS = 1 << 16, enumerator
|
H A D | SIInstrInfo.h | 769 return MI.getDesc().TSFlags & SIInstrFlags::TRANS; in isTRANS() 773 return get(Opcode).TSFlags & SIInstrFlags::TRANS; in isTRANS()
|
H A D | GCNHazardRecognizer.cpp | 1671 int TRANS = 0; in fixVALUTransUseHazard() member 1679 if (State.VALUs > IntvMaxVALUs || State.TRANS > IntvMaxTRANS) in fixVALUTransUseHazard() 1704 State.TRANS += 1; in fixVALUTransUseHazard()
|
H A D | AMDGPU.td | 917 "Hazard when TRANS instructions are closely followed by a use of the result"
|
H A D | VOP3Instructions.td | 963 let SubtargetPredicate = HasPseudoScalarTrans, TRANS = 1,
|
/freebsd/sys/dev/virtio/p9fs/ |
H A D | virtio_p9fs.c | 151 P9_DEBUG(TRANS, "%s: req=%p\n", __func__, req); in vt9p_request() 182 P9_DEBUG(TRANS, "%s: retry virtio request\n", __func__); in vt9p_request() 202 P9_DEBUG(TRANS, "%s: virtio request kicked\n", __func__); in vt9p_request() 222 P9_DEBUG(TRANS, "%s: completing\n", __func__); in vt9p_intr_complete() 429 P9_DEBUG(TRANS, "%s: No Global channel with mount_tag=%s\n", in vt9p_create()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_client.c | 196 P9_DEBUG(TRANS, "%s: size=%d type: %d tag: %d\n", in p9_parse_receive() 266 P9_DEBUG(TRANS, "%s: clnt %p\n", __func__, clnt); in p9_client_disconnect() 273 P9_DEBUG(TRANS, "%s: clnt %p\n", __func__, clnt); in p9_client_begin_disconnect() 283 P9_DEBUG(TRANS, "%s: client %p op %d\n", __func__, c, type); in p9_client_prepare_req() 561 P9_DEBUG(TRANS, "%s: clnt %p trans %p msize %d protocol %d\n", in p9_client_create() 576 P9_DEBUG(TRANS, "%s: client creation succeeded.\n", __func__); in p9_client_create() 588 P9_DEBUG(TRANS, "%s: client %p\n", __func__, clnt); in p9_client_destroy() 591 P9_DEBUG(TRANS, "%s : Destroying fidpool\n", __func__); in p9_client_destroy() 594 P9_DEBUG(TRANS, "%s : Destroying tagpool\n", __func__); in p9_client_destroy() 793 P9_DEBUG(TRANS, "%s: [%d] %x.%llx.%x\n", in p9_client_walk()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2239 LLVM_READOBJ_DT_FLAG_ENT(DF_1, TRANS),
|