Searched refs:ImmOperand (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 1489 SDValue ImmOperand = Base.getOperand(1); in doPeepholeLoadStoreADDI() local 1492 if (auto *Const = dyn_cast<ConstantSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() 1497 ImmOperand = CurDAG->getTargetConstant(CombinedOffset, SDLoc(ImmOperand), in doPeepholeLoadStoreADDI() 1498 ImmOperand.getValueType()); in doPeepholeLoadStoreADDI() 1499 } else if (auto *GA = dyn_cast<GlobalAddressSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() 1510 ImmOperand = CurDAG->getTargetGlobalAddress( in doPeepholeLoadStoreADDI() 1511 GA->getGlobal(), SDLoc(ImmOperand), ImmOperand.getValueType(), in doPeepholeLoadStoreADDI() 1513 } else if (auto *CP = dyn_cast<ConstantPoolSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() 1520 ImmOperand = CurDAG->getTargetConstantPool( in doPeepholeLoadStoreADDI() 1521 CP->getConstVal(), ImmOperand.getValueType(), CP->getAlign(), in doPeepholeLoadStoreADDI() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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),
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 424 ImmOperand, enumerator 477 X.Kind = ImmOperand; in getImmOp() 2173 case MatchableInfo::ResOperand::ImmOperand: { in emitConvertFuncs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 3575 MachineOperand ImmOperand = MI.getOperand(III.ImmOpNo); in isImmInstrEligibleForFolding() local 3578 if (!ImmOperand.isImm()) in isImmInstrEligibleForFolding() 3588 OffsetImm = ImmOperand.getImm(); in isImmInstrEligibleForFolding()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.td | 1176 let PrintMethod = "printU"#vt.Size#"ImmOperand";
|