|
LLVM
8.0.1
|
#include "Target/Mips/MipsAnalyzeImmediate.h"
Classes | |
| struct | Inst |
Public Types | |
| using | InstSeq = SmallVector< Inst, 7 > |
Public Member Functions | |
| const InstSeq & | Analyze (uint64_t Imm, unsigned Size, bool LastInstrIsADDiu) |
| Analyze - Get an instruction sequence to load immediate Imm. More... | |
Definition at line 18 of file MipsAnalyzeImmediate.h.
| using llvm::MipsAnalyzeImmediate::InstSeq = SmallVector<Inst, 7> |
Definition at line 25 of file MipsAnalyzeImmediate.h.
| const MipsAnalyzeImmediate::InstSeq & MipsAnalyzeImmediate::Analyze | ( | uint64_t | Imm, |
| unsigned | Size, | ||
| bool | LastInstrIsADDiu | ||
| ) |
Analyze - Get an instruction sequence to load immediate Imm.
The last instruction in the sequence must be an ADDiu if LastInstrIsADDiu is true;
Definition at line 130 of file MipsAnalyzeImmediate.cpp.
Referenced by llvm::MipsSEInstrInfo::loadImmediate().
1.8.13