Searched defs:RegMask (Results 1 – 6 of 6) sorted by relevance
158 const uint32_t *RegMask; // For MO_RegisterMask and MO_RegisterLiveOut. member471 static bool clobbersPhysReg(const uint32_t *RegMask, unsigned PhysReg) { in clobbersPhysReg()
687 void addPhysRegsUsedFromRegMask(const uint32_t *RegMask) { in addPhysRegsUsedFromRegMask()
368 const uint32_t *RegMask = getCallPreservedMask(MF, CC); in getReservedRegs() local
18664 const uint32_t *RegMask = in EmitLoweredSegAlloca() local18749 const uint32_t *RegMask = in EmitLoweredTLSCall() local
1234 static void CheckForLiveRegDefMasked(SUnit *SU, const uint32_t *RegMask, in CheckForLiveRegDefMasked()1323 if (const uint32_t *RegMask = getNodeRegMask(Node)) in DelayForLiveRegsBottomUp() local2716 const uint32_t *RegMask = getNodeRegMask(SU->getNode()); in canClobberReachingPhysRegUse() local
1685 SDValue SelectionDAG::getRegisterMask(const uint32_t *RegMask) { in getRegisterMask()