LLVM: lib/Target/LoongArch/MCTargetDesc/LoongArchMatInt.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9#ifndef LLVM_LIB_TARGET_LOONGARCH_MCTARGETDESC_MATINT_H
10#define LLVM_LIB_TARGET_LOONGARCH_MCTARGETDESC_MATINT_H
11
13#include
14
15namespace llvm {
29}
30
31#endif
This file defines the SmallVector class.
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
Definition LoongArchMatInt.h:16
InstSeq generateInstSeq(int64_t Val)
SmallVector< Inst, 4 > InstSeq
Definition LoongArchMatInt.h:23
This is an optimization pass for GlobalISel generic memory operations.
int64_t Imm
Definition LoongArchMatInt.h:20
unsigned Opc
Definition LoongArchMatInt.h:18
Inst(unsigned Opc, int64_t Imm)
Definition LoongArchMatInt.h:21