Home
last modified time | relevance | path

Searched refs:SystemZSelectionDAGInfo (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp18 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const SystemZTargetMachine &TM) in SystemZSelectionDAGInfo() function in SystemZSelectionDAGInfo
22 SystemZSelectionDAGInfo::~SystemZSelectionDAGInfo() { in ~SystemZSelectionDAGInfo()
DSystemZSelectionDAGInfo.h23 class SystemZSelectionDAGInfo : public TargetSelectionDAGInfo {
25 explicit SystemZSelectionDAGInfo(const SystemZTargetMachine &TM);
26 ~SystemZSelectionDAGInfo();
DSystemZTargetMachine.h37 SystemZSelectionDAGInfo TSInfo;
59 virtual const SystemZSelectionDAGInfo* getSelectionDAGInfo() const { in getSelectionDAGInfo()
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp49 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()
DSystemZSelectionDAGInfo.h23 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo {
25 explicit SystemZSelectionDAGInfo() = default;
DSystemZSubtarget.h54 SystemZSelectionDAGInfo TSInfo;
DCMakeLists.txt28 SystemZSelectionDAGInfo.cpp