Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isMachineOpcode

169   inline bool isMachineOpcode() const;
458 /// pre-isel nodes (those for which isMachineOpcode returns false), these
489 bool isMachineOpcode() const { return NodeType < 0; }
491 /// This may only be called if isMachineOpcode returns
495 assert(isMachineOpcode() && "Not a MachineInstr opcode!");
889 inline bool SDValue::isMachineOpcode() const {
890 return Node->isMachineOpcode();
2014 return N->isMachineOpcode();