Searched refs:SystemZSelectionDAGInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp1 //===-- SystemZSelectionDAGInfo.cpp - SystemZ SelectionDAG Info -----------===//
9 // This file implements the SystemZSelectionDAGInfo class.
48 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemcpy(
75 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemset(
181 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemcmp(
196 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemchr(
222 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrcpy(
232 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrcmp(
263 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrlen(
270 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo
[all...]
H A DSystemZSelectionDAGInfo.h1 //===-- SystemZSelectionDAGInfo.h - SystemZ SelectionDAG Info ---*- C++ -*-===//
22 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo { class in namespace:llvm
24 explicit SystemZSelectionDAGInfo() = default;
H A DSystemZSubtarget.h20 #include "SystemZSelectionDAGInfo.h"
77 SystemZSelectionDAGInfo TSInfo;

Completed in 92 milliseconds