Searched refs:ImmOperand (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 245 SDValue ImmOperand = Base.getOperand(1); in doPeepholeLoadStoreADDI() local 247 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() 248 ImmOperand = CurDAG->getTargetConstant( in doPeepholeLoadStoreADDI() 249 Const->getSExtValue(), SDLoc(ImmOperand), ImmOperand.getValueType()); in doPeepholeLoadStoreADDI() 250 } else if (auto GA = dyn_cast<GlobalAddressSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() 251 ImmOperand = CurDAG->getTargetGlobalAddress( in doPeepholeLoadStoreADDI() 252 GA->getGlobal(), SDLoc(ImmOperand), ImmOperand.getValueType(), in doPeepholeLoadStoreADDI() 266 CurDAG->UpdateNodeOperands(N, Base.getOperand(0), ImmOperand, in doPeepholeLoadStoreADDI() 270 ImmOperand, N->getOperand(3)); in doPeepholeLoadStoreADDI()
|
| /freebsd-12.1/contrib/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; 737 (ins typeinfo.RegClass:$src1, typeinfo.ImmOperand:$src2), 831 (outs), (ins typeinfo.MemOperand:$dst, typeinfo.ImmOperand:$src), 896 (outs), (ins typeinfo.ImmOperand:$src),
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 425 ImmOperand, enumerator 478 X.Kind = ImmOperand; in getImmOp() 2175 case MatchableInfo::ResOperand::ImmOperand: { in emitConvertFuncs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 788 let PrintMethod = "printU"#vt.Size#"ImmOperand";
|