Searched refs:SystemZSelectionDAGInfo (Results 1 – 7 of 7) sorted by relevance
18 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const SystemZTargetMachine &TM) in SystemZSelectionDAGInfo() function in SystemZSelectionDAGInfo22 SystemZSelectionDAGInfo::~SystemZSelectionDAGInfo() { in ~SystemZSelectionDAGInfo()
23 class SystemZSelectionDAGInfo : public TargetSelectionDAGInfo {25 explicit SystemZSelectionDAGInfo(const SystemZTargetMachine &TM);26 ~SystemZSelectionDAGInfo();
37 SystemZSelectionDAGInfo TSInfo;59 virtual const SystemZSelectionDAGInfo* getSelectionDAGInfo() const { in getSelectionDAGInfo()
49 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy()77 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset()183 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemcmp( in EmitTargetCodeForMemcmp()197 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemchr( in EmitTargetCodeForMemchr()224 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrcpy( in EmitTargetCodeForStrcpy()234 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrcmp( in EmitTargetCodeForStrcmp()264 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrlen( in EmitTargetCodeForStrlen()271 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrnlen( in EmitTargetCodeForStrnlen()
23 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo {25 explicit SystemZSelectionDAGInfo() = default;
54 SystemZSelectionDAGInfo TSInfo;
28 SystemZSelectionDAGInfo.cpp