Searched refs:DstRC64 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MIPeepholeOpt.cpp | 738 const TargetRegisterClass *DstRC64 = in visitUBFMXri() local 741 TRI->getSubRegisterClass(DstRC64, AArch64::sub_32); in visitUBFMXri()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP2Instructions.td | 567 let DstRC64 = getVALUDstForVT<DstVT, 1/*IsTrue*/, 1/*IsVOP3Encoding*/>.ret; 601 let DstRC64 = getVALUDstForVT<DstVT>.ret; 733 let Outs64 = (outs DstRC64:$vdst); 790 let DstRC64 = getVALUDstForVT<DstVT, 1, 1>.ret; 808 let DstRC64 = getVALUDstForVT<DstVT>.ret;
|
| H A D | SIInstrInfo.td | 2579 field RegisterOperand DstRC64 = DstRC; 2580 field RegisterOperand DstRCVOP3DPP = DstRC64; 2686 field dag Outs64 = !if(HasDst,(outs DstRC64:$vdst),(outs)); 2811 let DstRC64 = getVALUDstForVT<DstVT, 1 /*IsTrue16*/, 1 /*IsVOP3Encoding*/>.ret; 2824 let DstRC64 = getVALUDstForVT<DstVT>.ret;
|
| H A D | VOPCInstructions.td | 107 let DstRC64 = getVALUDstForVT<DstVT, 1/*IsTrue16*/, 1/*IsVOP3Encoding*/>.ret; 133 let DstRC64 = getVALUDstForVT<DstVT>.ret; 924 let DstRC64 = getVALUDstForVT<DstVT, 1/*IsTrue16*/, 1/*IsVOP3Encoding*/>.ret; 950 let DstRC64 = getVALUDstForVT<DstVT>.ret;
|
| H A D | VOP1Instructions.td | 399 let Outs64 = (outs DstRC64:$vdst, VRegSrc_32:$src0_out); 409 let Ins64 = (ins DstRC64:$vdst_in, Src0RC64:$src0, Dpp16FI:$fi, DppBoundCtrl:$bound_ctrl);
|