Lines Matching refs:RxSBGOperands
119 struct RxSBGOperands { struct
120 RxSBGOperands(unsigned Op, SDValue N) in RxSBGOperands() argument
277 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) const;
281 bool expandRxSBG(RxSBGOperands &RxSBG) const;
777 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG, in refineRxSBGMask()
791 static bool maskMatters(RxSBGOperands &RxSBG, uint64_t Mask) { in maskMatters()
798 bool SystemZDAGToDAGISel::expandRxSBG(RxSBGOperands &RxSBG) const { in expandRxSBG()
987 RxSBGOperands RISBG(SystemZ::RISBG, SDValue(N, 0)); in tryRISBGZero()
1089 RxSBGOperands RxSBG[] = { in tryRxSBG()
1090 RxSBGOperands(Opcode, N->getOperand(0)), in tryRxSBG()
1091 RxSBGOperands(Opcode, N->getOperand(1)) in tryRxSBG()