Searched refs:SystemZSelectionDAGInfo (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 18 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const SystemZTargetMachine &TM) in SystemZSelectionDAGInfo() function in SystemZSelectionDAGInfo 22 SystemZSelectionDAGInfo::~SystemZSelectionDAGInfo() { in ~SystemZSelectionDAGInfo()
|
D | SystemZSelectionDAGInfo.h | 23 class SystemZSelectionDAGInfo : public TargetSelectionDAGInfo { 25 explicit SystemZSelectionDAGInfo(const SystemZTargetMachine &TM); 26 ~SystemZSelectionDAGInfo();
|
D | SystemZTargetMachine.h | 37 SystemZSelectionDAGInfo TSInfo; 59 virtual const SystemZSelectionDAGInfo* getSelectionDAGInfo() const { in getSelectionDAGInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 49 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemcpy( in EmitTargetCodeForMemcpy() 76 SDValue SystemZSelectionDAGInfo::EmitTargetCodeForMemset( in EmitTargetCodeForMemset() 180 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemcmp( in EmitTargetCodeForMemcmp() 194 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForMemchr( in EmitTargetCodeForMemchr() 220 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrcpy( in EmitTargetCodeForStrcpy() 230 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrcmp( in EmitTargetCodeForStrcmp() 260 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrlen( in EmitTargetCodeForStrlen() 267 std::pair<SDValue, SDValue> SystemZSelectionDAGInfo::EmitTargetCodeForStrnlen( in EmitTargetCodeForStrnlen()
|
D | SystemZSelectionDAGInfo.h | 23 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo { 25 explicit SystemZSelectionDAGInfo() = default;
|
D | CMakeLists.txt | 32 SystemZSelectionDAGInfo.cpp
|
D | SystemZSubtarget.h | 71 SystemZSelectionDAGInfo TSInfo;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 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()
|
D | SystemZSelectionDAGInfo.h | 23 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo { 25 explicit SystemZSelectionDAGInfo() = default;
|
D | SystemZSubtarget.h | 54 SystemZSelectionDAGInfo TSInfo;
|
D | CMakeLists.txt | 28 SystemZSelectionDAGInfo.cpp
|