Lines Matching refs:SystemZDAGToDAGISel

134 class SystemZDAGToDAGISel : public SelectionDAGISel {  class
359 SystemZDAGToDAGISel() = delete;
361 SystemZDAGToDAGISel(SystemZTargetMachine &TM, CodeGenOptLevel OptLevel) in SystemZDAGToDAGISel() function in __anond7b4dcfb0111::SystemZDAGToDAGISel
395 ID, std::make_unique<SystemZDAGToDAGISel>(TM, OptLevel)) {} in SystemZDAGToDAGISelLegacy()
479 bool SystemZDAGToDAGISel::expandAddress(SystemZAddressingMode &AM, in expandAddress()
595 bool SystemZDAGToDAGISel::selectAddress(SDValue Addr, in selectAddress()
652 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands()
677 void SystemZDAGToDAGISel::getAddressOperands(const SystemZAddressingMode &AM, in getAddressOperands()
689 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
700 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
711 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, in selectBDXAddr()
723 bool SystemZDAGToDAGISel::selectBDVAddr12Only(SDValue Addr, SDValue Elem, in selectBDVAddr12Only()
747 bool SystemZDAGToDAGISel::detectOrAndInsertion(SDValue &Op, in detectOrAndInsertion()
777 bool SystemZDAGToDAGISel::refineRxSBGMask(RxSBGOperands &RxSBG, in refineRxSBGMask()
798 bool SystemZDAGToDAGISel::expandRxSBG(RxSBGOperands &RxSBG) const { in expandRxSBG()
966 SDValue SystemZDAGToDAGISel::getUNDEF(const SDLoc &DL, EVT VT) const { in getUNDEF()
971 SDValue SystemZDAGToDAGISel::convertTo(const SDLoc &DL, EVT VT, in convertTo()
982 bool SystemZDAGToDAGISel::tryRISBGZero(SDNode *N) { in tryRISBGZero()
1082 bool SystemZDAGToDAGISel::tryRxSBG(SDNode *N, unsigned Opcode) { in tryRxSBG()
1142 void SystemZDAGToDAGISel::splitLargeImmediate(unsigned Opcode, SDNode *Node, in splitLargeImmediate()
1177 void SystemZDAGToDAGISel::loadVectorConstant( in loadVectorConstant()
1206 SDNode *SystemZDAGToDAGISel::loadPoolVectorConstant(APInt Val, EVT VT, SDLoc DL) { in loadPoolVectorConstant()
1235 bool SystemZDAGToDAGISel::tryGather(SDNode *N, unsigned Opcode) { in tryGather()
1269 bool SystemZDAGToDAGISel::tryScatter(StoreSDNode *Store, unsigned Opcode) { in tryScatter()
1392 bool SystemZDAGToDAGISel::tryFoldLoadStoreIntoMemOperand(SDNode *Node) { in tryFoldLoadStoreIntoMemOperand()
1464 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, in canUseBlockOperation()
1495 bool SystemZDAGToDAGISel::storeLoadCanUseMVC(SDNode *N) const { in storeLoadCanUseMVC()
1514 bool SystemZDAGToDAGISel::storeLoadCanUseBlockBinary(SDNode *N, in storeLoadCanUseBlockBinary()
1523 bool SystemZDAGToDAGISel::storeLoadIsAligned(SDNode *N) const { in storeLoadIsAligned()
1565 ISD::LoadExtType SystemZDAGToDAGISel::getLoadExtType(SDNode *N) const { in getLoadExtType()
1576 void SystemZDAGToDAGISel::Select(SDNode *Node) { in Select()
1798 bool SystemZDAGToDAGISel::SelectInlineAsmMemoryOperand( in SelectInlineAsmMemoryOperand()
1877 SystemZDAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, in IsProfitableToFold()
2000 SDValue SystemZDAGToDAGISel::expandSelectBoolean(SDNode *Node) { in expandSelectBoolean()
2059 bool SystemZDAGToDAGISel::shouldSelectForReassoc(SDNode *N) const { in shouldSelectForReassoc()
2068 void SystemZDAGToDAGISel::PreprocessISelDAG() { in PreprocessISelDAG()