Searched refs:_vi (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.td | 315 defm TTMP#Index#_vi : SIRegLoHi16<"ttmp"#Index, !add(112, Index)>; 322 defm _vi : SIRegLoHi16<n, vi_e>; 539 def TTMP#Index#_TTMP#!add(Index,1)#_vi : TmpRegTuples<"_vi", 2, Index>; 546 _TTMP#!add(Index,3)#_vi : TmpRegTuples<"_vi", 4, Index>; 559 _TTMP#!add(Index,7)#_vi : TmpRegTuples<"_vi", 8, Index>;
|
H A D | EXPInstructions.td | 83 def _vi : EXP_Real_ComprVM<ps, SIEncodingFamily.VI>, EXPe_vi {
|
H A D | VOP3Instructions.td | 1483 def _vi : VOP3_Real<!cast<VOP_Pseudo>(NAME#"_e64"), SIEncodingFamily.VI>, 1487 def _vi : VOP3_Real<!cast<VOP_Pseudo>(NAME), SIEncodingFamily.VI>, 1492 def _vi : VOP3_Real<!cast<VOP_Pseudo>(NAME#"_e64"), SIEncodingFamily.VI>, 1497 def _vi : VOP3_Real<!cast<VOP_Pseudo>(NAME#"_e64"), SIEncodingFamily.VI>, 1502 def _vi : VOP3_Real<!cast<VOP_Pseudo>(NAME#"_e64"), SIEncodingFamily.VI>, 1509 def _vi : VOP3_Real<!cast<VOP_Pseudo>(NAME), SIEncodingFamily.VI>, 1518 def _vi : VOP3_Real<!cast<VOP3_Pseudo>(NAME#"_e64"), SIEncodingFamily.VI>, 1523 def _vi : VOP3_Real<!cast<VOP3_Pseudo>(NAME), SIEncodingFamily.VI>,
|
H A D | SOPInstructions.td | 2693 def _vi : SOPP_Real_32<op, ps>, 2695 SOPPRelaxTable<0, ps.KeyName, "_vi">; 2730 def _vi : SOPP_Real_64<op, ps>, 2732 SOPPRelaxTable<1, ps.KeyName, "_vi">; 2864 def _vi : SOPC_Real<op, ps>,
|
H A D | FLATInstructions.td | 1837 def _vi : FLAT_Real_vi<op, !cast<FLAT_Pseudo>(NAME), has_sccb>; 1851 def _vi : FLAT_Real_vi<op, !cast<FLAT_Pseudo>(NAME)> { 1870 def _vi : FLAT_Real_vi<pre_gfx940_op, !cast<FLAT_Pseudo>(NAME), has_sccb> { 1920 def _vi : FLAT_Real_vi<op, !cast<FLAT_Pseudo>(ps.PseudoInstr), has_sccb>;
|
H A D | VOP3PInstructions.td | 1578 def _vi : VOP3P_Real<!cast<VOP3_Pseudo>(NAME), SIEncodingFamily.VI>, 1587 def _vi : VOP3P_Real<!cast<VOP3_Pseudo>(NAME#"_e64"), SIEncodingFamily.VI>, 1649 def _vi : VOP3P_Real<!cast<VOP3_Pseudo>(NAME#"_e64"), SIEncodingFamily.VI>,
|
H A D | VOP1Instructions.td | 1223 def _vi :
|
H A D | BUFInstructions.td | 3062 def _vi : MUBUF_Real_Base_vi<op, ps, SIEncodingFamily.VI, has_sccb> { 3346 def _vi : MTBUF_Real_vi<op, ps>;
|
H A D | VOP2Instructions.td | 2211 def _vi : VOP2_Real<!cast<VOP2_Pseudo>(NAME), SIEncodingFamily.VI>,
|
H A D | SIInstrInfo.td | 2690 def _vi : VINTRP_Real_vi <op, NAME, outs, ins, asm>;
|
/freebsd/sys/dev/cxgbe/ |
H A D | adapter.h | 1098 #define for_each_vi(_pi, _iter, _vi) \ argument 1099 for ((_vi) = (_pi)->vi, (_iter) = 0; (_iter) < (_pi)->nvi; \ 1100 ++(_iter), ++(_vi))
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 2290 case node: return isCI(STI) ? node##_ci : node##_vi; 2293 case node: return isGFX9Plus(STI) ? node##_gfx9plus : node##_vi; 2312 #define CASE_CI_VI(node) case node##_ci: case node##_vi: return node; 2313 #define CASE_VI_GFX9PLUS(node) case node##_vi: case node##_gfx9plus: return node;
|