Searched refs:VOPDOp (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | VOPDInstructions.td | 74 bits<5> OpX = XasVC.VOPDOp; 75 bits<5> OpY = YasVC.VOPDOp; 113 VOPDe<XasVC.VOPDOp{3-0}, YasVC.VOPDOp> { 121 VOPD_MADKe<XasVC.VOPDOp{3-0}, YasVC.VOPDOp> {
|
H A D | VOP2Instructions.td | 152 VOP2Inst_e32_VOPD<string opName, VOPProfile P, bits<5> VOPDOp, 156 VOPD_Component<VOPDOp, VOPDName>; 232 bits<5> VOPDOp, 237 VOP2Inst_e32_VOPD<opName, P, VOPDOp, VOPDName, node, revOp, GFX9Renamed>, 298 VOP2eInst_Base<string opName, VOPProfile P, bits<5> VOPDOp, string VOPDName, 303 if !eq(VOPDOp, -1) then 309 VOPD_Component<VOPDOp, VOPDName>; 338 VOP2eInst_VOPD<string opName, VOPProfile P, bits<5> VOPDOp, string VOPDName, 341 : VOP2eInst_Base<opName, P, VOPDOp, VOPDName, node, revOp, useSGPRInput>;
|
H A D | VOP1Instructions.td | 121 SDPatternOperator node = null_frag, int VOPDOp = -1> { 127 if !eq(VOPDOp, -1) then 131 def _e32 : VOP1_Pseudo <opName, P>, VOPD_Component<VOPDOp, opName>;
|
H A D | VOPInstructions.td | 43 bits<5> VOPDOp = OpIn; 44 bit CanBeVOPDX = !le(VOPDOp, VOPDX_Max_Index);
|
H A D | SIInstrInfo.td | 2910 let Fields = ["BaseVOP", "VOPDOp", "CanBeVOPDX"]; 2917 let Key = ["VOPDOp"];
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 366 uint16_t VOPDOp; member 545 return Info ? Info->VOPDOp : ~0u; in getVOPDOpcode()
|