LLVM 20.0.0git
|
#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. | |
Definition at line 17 of file MipsAnalyzeImmediate.h.
using llvm::MipsAnalyzeImmediate::InstSeq = SmallVector<Inst, 7> |
Definition at line 24 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 129 of file MipsAnalyzeImmediate.cpp.
Referenced by llvm::MipsSEInstrInfo::loadImmediate().