#include "GISelMITest.h"
namespace llvm {
std::ostream &
operator<<(std::ostream &OS, const LLT Ty) { … }
std::ostream &
operator<<(std::ostream &OS, const MachineFunction &MF) { … }
}
std::unique_ptr<LLVMTargetMachine>
AArch64GISelMITest::createTargetMachine() const { … }
void AArch64GISelMITest::getTargetTestModuleString(SmallString<512> &S,
StringRef MIRFunc) const { … }
std::unique_ptr<LLVMTargetMachine>
AMDGPUGISelMITest::createTargetMachine() const { … }
void AMDGPUGISelMITest::getTargetTestModuleString(
SmallString<512> &S, StringRef MIRFunc) const { … }