HomeSort by relevance Sort by last modified time
    Searched refs:ImmOperand (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp 186 SDValue ImmOperand = Base.getOperand(1);
188 if (auto Const = dyn_cast<ConstantSDNode>(ImmOperand)) {
189 ImmOperand = CurDAG->getTargetConstant(
190 Const->getSExtValue(), SDLoc(ImmOperand), ImmOperand.getValueType());
191 } else if (auto GA = dyn_cast<GlobalAddressSDNode>(ImmOperand)) {
192 ImmOperand = CurDAG->getTargetGlobalAddress(
193 GA->getGlobal(), SDLoc(ImmOperand), ImmOperand.getValueType(),
207 CurDAG->UpdateNodeOperands(N, Base.getOperand(0), ImmOperand,
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 402 /// ImmOperand - This represents an immediate value that is dumped into
404 ImmOperand,
448 X.Kind = ImmOperand;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 308 /// ImmOperand - This represents an immediate value that is dumped into
310 ImmOperand,
354 X.Kind = ImmOperand;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 423 /// ImmOperand - This represents an immediate value that is dumped into
425 ImmOperand,
478 X.Kind = ImmOperand;
    [all...]

Completed in 1818 milliseconds