Lines Matching defs:SystemZDAGToDAGISel

134 class SystemZDAGToDAGISel : public SelectionDAGISel {
345 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOpt::Level OptLevel)
380 return new SystemZDAGToDAGISel(TM, OptLevel);
454 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM,
569 bool SystemZDAGToDAGISel::selectAddress(SDValue Addr,
626 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM,
651 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM,
663 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR,
674 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR,
685 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form,
697 bool SystemZDAGToDAGISel::selectBDVAddr12Only(SDValue Addr, SDValue Elem,
721 bool SystemZDAGToDAGISel::detectOrAndInsertion(SDValue &Op,
751 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG,
772 bool SystemZDAGToDAGISel::expandRxSBG(RxSBGOperands &RxSBG) const {
938 SDValue SystemZDAGToDAGISel::getUNDEF(const SDLoc &DL, EVT VT) const {
943 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT,
954 bool SystemZDAGToDAGISel::tryRISBGZero(SDNode *N) {
1054 bool SystemZDAGToDAGISel::tryRxSBG(SDNode *N, unsigned Opcode) {
1111 void SystemZDAGToDAGISel::splitLargeImmediate(unsigned Opcode, SDNode *Node,
1146 void SystemZDAGToDAGISel::loadVectorConstant(
1175 bool SystemZDAGToDAGISel::tryGather(SDNode *N, unsigned Opcode) {
1209 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) {
1332 bool SystemZDAGToDAGISel::tryFoldLoadStoreIntoMemOperand(SDNode *Node) {
1404 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store,
1435 bool SystemZDAGToDAGISel::storeLoadCanUseMVC(SDNode *N) const {
1454 bool SystemZDAGToDAGISel::storeLoadCanUseBlockBinary(SDNode *N,
1462 void SystemZDAGToDAGISel::Select(SDNode *Node) {
1629 bool SystemZDAGToDAGISel::
1704 SystemZDAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U,
1827 SDValue SystemZDAGToDAGISel::expandSelectBoolean(SDNode *Node) {
1886 void SystemZDAGToDAGISel::PreprocessISelDAG() {