mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 08:02:08 +00:00
[RISCV] Localize RISCVZvlssegTable to RISCVISelDAGToDAG.cpp, the only place it is used.
This commit is contained in:
parent
452d7ebc09
commit
3bdd02735b
@ -25,6 +25,22 @@ using namespace llvm;
|
||||
|
||||
#define DEBUG_TYPE "riscv-isel"
|
||||
|
||||
namespace RISCVZvlssegTable {
|
||||
struct RISCVZvlsseg {
|
||||
unsigned IntrinsicID;
|
||||
uint8_t SEW;
|
||||
uint8_t LMUL;
|
||||
uint8_t IndexLMUL;
|
||||
uint16_t Pseudo;
|
||||
};
|
||||
|
||||
using namespace RISCV;
|
||||
|
||||
#define GET_RISCVZvlssegTable_IMPL
|
||||
#include "RISCVGenSearchableTables.inc"
|
||||
|
||||
} // namespace RISCVZvlssegTable
|
||||
|
||||
void RISCVDAGToDAGISel::PostprocessISelDAG() {
|
||||
doPeepholeLoadStoreADDI();
|
||||
}
|
||||
|
@ -5475,10 +5475,4 @@ namespace RISCVVIntrinsicsTable {
|
||||
|
||||
} // namespace RISCVVIntrinsicsTable
|
||||
|
||||
namespace RISCVZvlssegTable {
|
||||
|
||||
#define GET_RISCVZvlssegTable_IMPL
|
||||
#include "RISCVGenSearchableTables.inc"
|
||||
|
||||
} // namespace RISCVZvlssegTable
|
||||
} // namespace llvm
|
||||
|
@ -450,22 +450,6 @@ using namespace RISCV;
|
||||
|
||||
} // end namespace RISCVVIntrinsicsTable
|
||||
|
||||
namespace RISCVZvlssegTable {
|
||||
|
||||
struct RISCVZvlsseg {
|
||||
unsigned IntrinsicID;
|
||||
uint8_t SEW;
|
||||
uint8_t LMUL;
|
||||
uint8_t IndexLMUL;
|
||||
uint16_t Pseudo;
|
||||
};
|
||||
|
||||
using namespace RISCV;
|
||||
|
||||
#define GET_RISCVZvlssegTable_DECL
|
||||
#include "RISCVGenSearchableTables.inc"
|
||||
|
||||
} // namespace RISCVZvlssegTable
|
||||
}
|
||||
} // end namespace llvm
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user