Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RegMask

33     PrintRegMaskNumRegs("print-regmask-num-regs",
35 "printing regmask operands in IR dumps. "
295 const uint32_t *RegMask = getRegMask();
297 if (RegMask == OtherRegMask)
301 // Calculate the size of the RegMask
306 return std::equal(RegMask, RegMask + RegMaskSize, OtherRegMask);
308 // We don't know the size of the RegMask, so we can't deep compare the two
847 OS << "<regmask";
872 const uint32_t *RegMask = getRegLiveOut();
879 if (RegMask[Reg / 32] & (1U << (Reg % 32))) {