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

  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 415 /// TiedOperandNum - This is the (earlier) result operand that should be
417 unsigned TiedOperandNum;
438 static ResOperand getTiedOp(unsigned TiedOperandNum) {
441 X.TiedOperandNum = TiedOperandNum;
858 if (Op.TiedOperandNum > (unsigned)SrcAsmOperand)
859 --Op.TiedOperandNum;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.cpp 321 /// TiedOperandNum - This is the (earlier) result operand that should be
323 unsigned TiedOperandNum;
344 static ResOperand getTiedOp(unsigned TiedOperandNum) {
347 X.TiedOperandNum = TiedOperandNum;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 467 static ResOperand getTiedOp(unsigned TiedOperandNum, unsigned SrcOperand1,
471 X.TiedOperands = { TiedOperandNum, SrcOperand1, SrcOperand2 };
    [all...]

Completed in 184 milliseconds