Lines Matching defs:Instr
82 static bool hasVariablesWithTiedOperands(const Instruction &Instr) {
84 for (const auto &Var : Instr.Variables)
152 const Instruction &Instr = IT.getInstr();
197 Instr.Variables[Op.getVariableIndex()].hasTiedOperands();
220 const Instruction &Instr = IT.getInstr();
221 for (const Operand &Op : Instr.Operands) {
297 const Instruction &Instr = Variant.getInstr();
300 Instr.hasMemoryOperands()
304 const AliasingConfigurations SelfAliasing(Instr, Instr, ForbiddenRegisters);
318 bool HasTiedOperands = hasVariablesWithTiedOperands(Instr);
321 unsigned NumUntiedUseRegs = count_if(Instr.Operands, [](const Operand &Op) {