Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getMachineOpcode

143   inline unsigned getMachineOpcode() const;
357 /// post-isel opcodes, see getMachineOpcode.
375 /// getMachineOpcode - This may only be called if isMachineOpcode returns
378 unsigned getMachineOpcode() const {
793 inline unsigned SDValue::getMachineOpcode() const {
794 return Node->getMachineOpcode();