Home
last modified time | relevance | path

Searched refs:RxSBGOperands (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp119 struct RxSBGOperands { struct
120 RxSBGOperands(unsigned Op, SDValue N) in RxSBGOperands() function
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()
[all …]