LLVM API Documentation
#include <MipsAnalyzeImmediate.h>
Classes | |
struct | Inst |
Public Types | |
typedef SmallVector< Inst, 7 > | InstSeq |
Public Member Functions | |
const InstSeq & | Analyze (uint64_t Imm, unsigned Size, bool LastInstrIsADDiu) |
Definition at line 17 of file MipsAnalyzeImmediate.h.
typedef SmallVector<Inst, 7 > llvm::MipsAnalyzeImmediate::InstSeq |
Definition at line 23 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 125 of file MipsAnalyzeImmediate.cpp.
Referenced by llvm::MipsSEInstrInfo::loadImmediate().