Home
last modified time | relevance | path

Searched refs:CBSZ (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1645 uint64_t CBSZ = cast<ConstantInt>(II.getArgOperand(3))->getZExtValue(); in instCombineIntrinsic() local
1666 unsigned Src0NumElts = getFormatNumRegs(CBSZ); in instCombineIntrinsic()
H A DVOP3PInstructions.td620 (ins Src0RC64:$src0, Src1RC64:$src1, Src2RC64:$src2, CBSZ:$cbsz),
639 …let Ins64 = (ins Src0RC64:$src0, Src1RC64:$src1, VRegSrc_32:$idx, CBSZ:$cbsz, ABID:$abid, Src2RC64…
2155 CBSZ:$cbsz, ABID:$abid, blgp:$blgp)>, PredicateControl;
2159 CBSZ:$cbsz, ABID:$abid, blgp:$blgp)>, PredicateControl;
H A DSIInstrInfo.td1272 def CBSZ : NamedIntOperand<"cbsz"> {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h617 const MFMA_F8F6F4_Info *getMFMA_F8F6F4_WithFormatArgs(unsigned CBSZ,
H A DAMDGPUBaseInfo.cpp587 const MFMA_F8F6F4_Info *getMFMA_F8F6F4_WithFormatArgs(unsigned CBSZ, in getMFMA_F8F6F4_WithFormatArgs() argument
590 uint8_t SrcANumRegs = mfmaScaleF8F6F4FormatToNumRegs(CBSZ); in getMFMA_F8F6F4_WithFormatArgs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp998 unsigned CBSZ = MI.getOperand(CbszIdx).getImm(); in convertMAIInst() local
1002 AMDGPU::getMFMA_F8F6F4_WithFormatArgs(CBSZ, BLGP, MI.getOpcode()); in convertMAIInst()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6599 uint64_t CBSZ = cast<ConstantInt>(Call.getArgOperand(3))->getZExtValue(); in visitIntrinsicCall() local
6601 Check(CBSZ <= 4, "invalid value for cbsz format", Call, in visitIntrinsicCall()
6637 Check(Src0Ty->getNumElements() >= getFormatNumRegs(CBSZ), in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4425 unsigned CBSZ = Inst.getOperand(CbszIdx).getImm(); in validateMFMA() local
4432 if (Info->NumRegsSrcA != mfmaScaleF8F6F4FormatToNumRegs(CBSZ)) { in validateMFMA()
4436 "wrong register tuple size for cbsz value " + Twine(CBSZ)); in validateMFMA()