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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
Uops.cpp 107 for (const unsigned OpIndex : Var.TiedOperands) {
155 assert(!Var->TiedOperands.empty());
156 const Operand &Op = Instr.Operands[Var->TiedOperands.front()];
MCInstrDescView.cpp 74 Variables[Op.VariableIndex].TiedOperands.push_back(Op.Index);
124 assert(!Var.TiedOperands.empty());
125 const unsigned OpIndex = Var.TiedOperands[0];
226 assert(!Var.TiedOperands.empty());
227 const Operand &Op = Instr.Operands[Var.TiedOperands.front()];
MCInstrDescView.h 39 llvm::SmallVector<unsigned, 2> TiedOperands;
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 446 TiedOperandsTuple TiedOperands;
471 X.TiedOperands = { TiedOperandNum, SrcOperand1, SrcOperand2 };
    [all...]

Completed in 380 milliseconds