Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/CodeGen/RDFRegisters.cpp
- This file was moved from llvm/lib/Target/Hexagon/RDFRegisters.cpp.
//===- RDFRegisters.cpp ---------------------------------------------------===// | //===- RDFRegisters.cpp ---------------------------------------------------===// | ||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
#include "RDFRegisters.h" | |||||
#include "llvm/ADT/BitVector.h" | #include "llvm/ADT/BitVector.h" | ||||
#include "llvm/CodeGen/MachineFunction.h" | #include "llvm/CodeGen/MachineFunction.h" | ||||
#include "llvm/CodeGen/MachineInstr.h" | #include "llvm/CodeGen/MachineInstr.h" | ||||
#include "llvm/CodeGen/MachineOperand.h" | #include "llvm/CodeGen/MachineOperand.h" | ||||
#include "llvm/CodeGen/RDFRegisters.h" | |||||
#include "llvm/CodeGen/TargetRegisterInfo.h" | #include "llvm/CodeGen/TargetRegisterInfo.h" | ||||
#include "llvm/MC/LaneBitmask.h" | #include "llvm/MC/LaneBitmask.h" | ||||
#include "llvm/MC/MCRegisterInfo.h" | #include "llvm/MC/MCRegisterInfo.h" | ||||
#include "llvm/Support/ErrorHandling.h" | #include "llvm/Support/ErrorHandling.h" | ||||
#include "llvm/Support/raw_ostream.h" | #include "llvm/Support/raw_ostream.h" | ||||
#include <cassert> | #include <cassert> | ||||
#include <cstdint> | #include <cstdint> | ||||
#include <set> | #include <set> | ||||
▲ Show 20 Lines • Show All 359 Lines • Show Last 20 Lines |