Searched refs:AddInstr (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.cpp | 18 void MipsAnalyzeImmediate::AddInstr(InstSeqLs &SeqLs, const Inst &I) { in AddInstr() function in MipsAnalyzeImmediate 32 AddInstr(SeqLs, Inst(ADDiu, Imm & 0xffffULL)); in GetInstSeqLsADDiu() 38 AddInstr(SeqLs, Inst(ORi, Imm & 0xffffULL)); in GetInstSeqLsORi() 45 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL() 58 AddInstr(SeqLs, Inst(ADDiu, MaskedImm)); in GetInstSeqLs()
|
D | MipsAnalyzeImmediate.h | 33 void AddInstr(InstSeqLs &SeqLs, const Inst &I);
|