Searched refs:ImmOperand (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 157 class ImmOperand<ValueType type, string name = NAME, bit optional = 0, 165 def s16imm : ImmOperand<i16, "S16Imm", 0, "printU16ImmOperand">; 166 def u16imm : ImmOperand<i16, "U16Imm", 0, "printU16ImmOperand">;
|
| H A D | SMInstructions.td | 9 def smrd_offset_8 : ImmOperand<i32, "SMRDOffset8", 1>; 13 def smem_offset : ImmOperand<i32, "SMEMOffset", 1>; 761 def smrd_literal_offset : ImmOperand<i32, "SMRDLiteralOffset">;
|
| H A D | SIInstrInfo.td | 893 def InterpAttrChan : ImmOperand<i32>; 895 def SplitBarrier : ImmOperand<i32> { 1118 class KImmFPOperand<ValueType vt> : ImmOperand<vt> { 1121 let PrintMethod = "printU"#vt.Size#"ImmOperand";
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrUtils.td | 161 /// ImmOperand - This is the operand kind of an immediate of this type. For 165 Operand ImmOperand = immoperand; 1058 : ITy<o, f, t, out, (ins t.RegClass:$src1, t.ImmOperand:$src2), m, 1181 : ITy<o, f, t, out, (ins t.MemOperand:$src1, t.ImmOperand:$src2), m, 1288 : ITy<o, RawFrm, t, (outs), (ins t.ImmOperand:$src), m, args, []>,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 2894 SDValue ImmOperand = CurDAG->getTargetConstant(0, dl, MVT::i32); in SelectV65GatherPred() local 2916 SDValue Ops[] = { Address, ImmOperand, in SelectV65GatherPred() 2933 SDValue ImmOperand = CurDAG->getTargetConstant(0, dl, MVT::i32); in SelectV65Gather() local 2955 SDValue Ops[] = { Address, ImmOperand, Base, Modifier, Offset, Chain }; in SelectV65Gather()
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 426 ImmOperand, enumerator 479 X.Kind = ImmOperand; in getImmOp() 2193 case MatchableInfo::ResOperand::ImmOperand: { in emitConvertFuncs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 3614 MachineOperand ImmOperand = MI.getOperand(III.ImmOpNo); in isImmInstrEligibleForFolding() local 3617 if (!ImmOperand.isImm()) in isImmInstrEligibleForFolding() 3627 OffsetImm = ImmOperand.getImm(); in isImmInstrEligibleForFolding()
|