Searched refs:ImmOperand (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp254 SDValue ImmOperand = Base.getOperand(1); local
256 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) {
257 ImmOperand = CurDAG->getTargetConstant(
258 Const->getSExtValue(), SDLoc(ImmOperand), ImmOperand.getValueType());
259 } else if (auto GA = dyn_cast<GlobalAddressSDNode>(ImmOperand)) {
260 ImmOperand = CurDAG->getTargetGlobalAddress(
261 GA->getGlobal(), SDLoc(ImmOperand), ImmOperand.getValueType(),
275 CurDAG->UpdateNodeOperands(N, Base.getOperand(0), ImmOperand,
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp422 /// ImmOperand - This represents an immediate value that is dumped into
424 ImmOperand, enumerator in enum:__anon5882::MatchableInfo::ResOperand::__anon5883
477 X.Kind = ImmOperand;
2178 case MatchableInfo::ResOperand::ImmOperand: {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2675 MachineOperand ImmOperand = MI.getOperand(III.ImmOpNo);
2678 if (!ImmOperand.isImm())
2688 OffsetImm = ImmOperand.getImm();

Completed in 125 milliseconds