Lines Matching refs:Operand
103 /// \returns The operand index for the given source number. Legal values
106 /// \returns The operand Index for the Sel operand given an index to one
237 /// modifier operand when building a new instruction.
275 /// \returns true if this instruction has an operand for storing target flags.
278 ///\brief Add one of the MO_FLAG* flags to the specified \p Operand.
279 void addFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;
281 ///\brief Determine if the specified \p Flag is set on this \p Operand.
282 bool isFlagSet(const MachineInstr &MI, unsigned Operand, unsigned Flag) const;
287 /// \returns the operand containing the flags for this instruction.
292 void clearFlag(MachineInstr *MI, unsigned Operand, unsigned Flag) const;