Searched refs:ImmOperand (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 2396 SDValue ImmOperand = CurDAG->getTargetConstant(0, dl, MVT::i32); in SelectV65GatherPred() local 2418 SDValue Ops[] = { Address, ImmOperand, in SelectV65GatherPred() 2435 SDValue ImmOperand = CurDAG->getTargetConstant(0, dl, MVT::i32); in SelectV65Gather() local 2457 SDValue Ops[] = { Address, ImmOperand, Base, Modifier, Offset, Chain }; in SelectV65Gather()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrArithmetic.td | 570 /// ImmOperand - This is the operand kind of an immediate of this type. For 574 Operand ImmOperand = immoperand; 750 (ins typeinfo.RegClass:$src1, typeinfo.ImmOperand:$src2), 853 (outs), (ins typeinfo.MemOperand:$dst, typeinfo.ImmOperand:$src), 918 (outs), (ins typeinfo.ImmOperand:$src),
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 425 ImmOperand, enumerator 478 X.Kind = ImmOperand; in getImmOp() 2183 case MatchableInfo::ResOperand::ImmOperand: { in emitConvertFuncs()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 3645 MachineOperand ImmOperand = MI.getOperand(III.ImmOpNo); in isImmInstrEligibleForFolding() local 3648 if (!ImmOperand.isImm()) in isImmInstrEligibleForFolding() 3658 OffsetImm = ImmOperand.getImm(); in isImmInstrEligibleForFolding()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1302 let PrintMethod = "printU"#vt.Size#"ImmOperand";
|