Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp186 SDValue ImmOperand = Base.getOperand(1); in doPeepholeLoadStoreADDI() local
188 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI()
189 ImmOperand = CurDAG->getTargetConstant( in doPeepholeLoadStoreADDI()
190 Const->getSExtValue(), SDLoc(ImmOperand), ImmOperand.getValueType()); in doPeepholeLoadStoreADDI()
191 } else if (auto GA = dyn_cast<GlobalAddressSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI()
192 ImmOperand = CurDAG->getTargetGlobalAddress( in doPeepholeLoadStoreADDI()
193 GA->getGlobal(), SDLoc(ImmOperand), ImmOperand.getValueType(), in doPeepholeLoadStoreADDI()
207 CurDAG->UpdateNodeOperands(N, Base.getOperand(0), ImmOperand, in doPeepholeLoadStoreADDI()
211 ImmOperand, N->getOperand(3)); in doPeepholeLoadStoreADDI()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrArithmetic.td533 /// ImmOperand - This is the operand kind of an immediate of this type. For
537 Operand ImmOperand = immoperand;
702 (ins typeinfo.RegClass:$src1, typeinfo.ImmOperand:$src2),
806 (outs), (ins typeinfo.MemOperand:$dst, typeinfo.ImmOperand:$src),
871 (outs), (ins typeinfo.ImmOperand:$src),
/external/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp310 ImmOperand, enumerator
354 X.Kind = ImmOperand; in getImmOp()
1578 case MatchableInfo::ResOperand::ImmOperand: { in EmitConvertToMCInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrArithmetic.td555 /// ImmOperand - This is the operand kind of an immediate of this type. For
559 Operand ImmOperand = immoperand;
722 (ins typeinfo.RegClass:$src1, typeinfo.ImmOperand:$src2),
816 (outs), (ins typeinfo.MemOperand:$dst, typeinfo.ImmOperand:$src),
881 (outs), (ins typeinfo.ImmOperand:$src),
/external/llvm/lib/Target/X86/
DX86InstrArithmetic.td581 /// ImmOperand - This is the operand kind of an immediate of this type. For
585 Operand ImmOperand = immoperand;
762 (ins typeinfo.RegClass:$src1, typeinfo.ImmOperand:$src2),
856 (outs), (ins typeinfo.MemOperand:$dst, typeinfo.ImmOperand:$src),
923 (outs), (ins typeinfo.ImmOperand:$src),
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp404 ImmOperand, enumerator
448 X.Kind = ImmOperand; in getImmOp()
2040 case MatchableInfo::ResOperand::ImmOperand: { in emitConvertFuncs()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp425 ImmOperand, enumerator
478 X.Kind = ImmOperand; in getImmOp()
2175 case MatchableInfo::ResOperand::ImmOperand: { in emitConvertFuncs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td793 let PrintMethod = "printU"#vt.Size#"ImmOperand";