Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Mask

869 bool MachineInstr::hasPropertyInBundle(unsigned Mask, QueryType Type) const {
872 if (MII->getDesc().getFlags() & Mask) {
1981 // This is a call with a register mask operand.
1982 // Mask clobbers are always dead, so add defs for the non-dead defines.