Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp2865 SDValue ImmOperand = CurDAG->getTargetConstant(0, dl, MVT::i32); in SelectV65GatherPred() local
2887 SDValue Ops[] = { Address, ImmOperand, in SelectV65GatherPred()
2904 SDValue ImmOperand = CurDAG->getTargetConstant(0, dl, MVT::i32); in SelectV65Gather() local
2926 SDValue Ops[] = { Address, ImmOperand, Base, Modifier, Offset, Chain }; in SelectV65Gather()
/openbsd-src/gnu/llvm/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;
750 (ins typeinfo.RegClass:$src1, typeinfo.ImmOperand:$src2),
853 (outs), (ins typeinfo.MemOperand:$dst, typeinfo.ImmOperand:$src),
918 (outs), (ins typeinfo.ImmOperand:$src),
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp425 ImmOperand, enumerator
478 X.Kind = ImmOperand; in getImmOp()
2190 case MatchableInfo::ResOperand::ImmOperand: { in emitConvertFuncs()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3735 MachineOperand ImmOperand = MI.getOperand(III.ImmOpNo); in isImmInstrEligibleForFolding() local
3738 if (!ImmOperand.isImm()) in isImmInstrEligibleForFolding()
3748 OffsetImm = ImmOperand.getImm(); in isImmInstrEligibleForFolding()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1313 let PrintMethod = "printU"#vt.Size#"ImmOperand";