Searched defs:RxSBGOperands (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp114 struct RxSBGOperands { struct in namespace:__anon26152
115 RxSBGOperands(unsigned Op, SDValue N) function in struct:__anon26152::RxSBGOperands
266 bool refineRxSBGMask(RxSBGOperands &RxSBG, uint64_t Mask) const;
270 bool expandRxSBG(RxSBGOperands &RxSBG) const;
677 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG,
691 static bool maskMatters(RxSBGOperands &RxSBG, uint64_t Mask) {
698 bool SystemZDAGToDAGISel::expandRxSBG(RxSBGOperands &RxSBG) const {
866 RxSBGOperands RISBG(SystemZ::RISBG, SDValue(N, 0));
920 RxSBGOperands RxSBG[] = {
921 RxSBGOperands(Opcod
[all...]

Completed in 482 milliseconds