Searched refs:OpId (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 809 bool isValidMsgOp(int64_t MsgId, int64_t OpId, bool Strict) { in isValidMsgOp() argument 812 return 0 <= OpId && isUInt<OP_WIDTH_>(OpId); in isValidMsgOp() 817 return (OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_) && OpId != OP_GS_NOP; in isValidMsgOp() 819 return OP_GS_FIRST_ <= OpId && OpId < OP_GS_LAST_; in isValidMsgOp() 821 return OP_SYS_FIRST_ <= OpId && OpId < OP_SYS_LAST_; in isValidMsgOp() 823 return OpId == OP_NONE_; in isValidMsgOp() 827 StringRef getMsgOpName(int64_t MsgId, int64_t OpId) { in getMsgOpName() argument 829 return (MsgId == ID_SYSMSG)? OpSysSymbolic[OpId] : OpGsSymbolic[OpId]; in getMsgOpName() 832 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, bool Strict) { in isValidMsgStream() argument 842 return (OpId == OP_GS_NOP)? in isValidMsgStream() [all …]
|
D | AMDGPUBaseInfo.h | 498 StringRef getMsgOpName(int64_t MsgId, int64_t OpId); 504 bool isValidMsgOp(int64_t MsgId, int64_t OpId, bool Strict = true); 507 bool isValidMsgStream(int64_t MsgId, int64_t OpId, int64_t StreamId, bool Strict = true); 513 bool msgSupportsStream(int64_t MsgId, int64_t OpId); 517 uint16_t &OpId, 522 uint64_t OpId,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCTargetDesc.cpp | 284 unsigned OpId; in evaluateBranch() local 287 OpId = 0; in evaluateBranch() 291 OpId = 2; in evaluateBranch() 294 OpId = 1; in evaluateBranch() 299 if (Info->get(Inst.getOpcode()).OpInfo[OpId].OperandType != in evaluateBranch() 304 Target = Addr + Inst.getOperand(OpId).getImm() + 4; in evaluateBranch()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nccl_utils.h | 112 TF_LIB_GTL_DEFINE_INT_TYPE(OpId, int64_t); 119 RunId run_id, OpId op_id, std::vector<GlobalDeviceId> participants,
|
D | nccl_utils.cc | 140 RunId run_id, OpId op_id, NcclCliqueKey clique_key, in AcquireNcclClique() 224 RunId run_id, OpId op_id, std::vector<GlobalDeviceId> participants, in AcquireNcclComm()
|
D | nccl_collective_thunk.cc | 147 return AcquireNcclComm(params.run_id, OpId(op_id), std::move(participants), in LockNcclComm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.cpp | 1152 uint16_t OpId; in printSendMsg() local 1154 decodeMsg(Imm16, MsgId, OpId, StreamId); in printSendMsg() 1157 isValidMsgOp(MsgId, OpId) && in printSendMsg() 1158 isValidMsgStream(MsgId, OpId, StreamId)) { in printSendMsg() 1161 O << ", " << getMsgOpName(MsgId, OpId); in printSendMsg() 1162 if (msgSupportsStream(MsgId, OpId)) { in printSendMsg() 1167 } else if (encodeMsg(MsgId, OpId, StreamId) == Imm16) { in printSendMsg() 1168 O << "sendmsg(" << MsgId << ", " << OpId << ", " << StreamId << ')'; in printSendMsg()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | remote_mgr_test.cc | 38 uint64 OpId() { in OpId() function in tensorflow::eager::__anon7914da5e0111::TestRemoteMgr
|