Home
last modified time | relevance | path

Searched refs:ImmOperand (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp1489 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 DX86InstrArithmetic.td570 /// 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 DAsmMatcherEmitter.cpp424 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 DPPCInstrInfo.cpp3575 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 DSIInstrInfo.td1176 let PrintMethod = "printU"#vt.Size#"ImmOperand";