@@ -376,11 +376,11 @@ class Lowerer
376
376
void GenerateFastBrBReturn (IR::Instr * instr);
377
377
378
378
public:
379
- static IR::Instr *Lowerer:: HoistIndirOffset (IR::Instr* instr, IR::IndirOpnd *indirOpnd, RegNum regNum);
380
- static IR::Instr *Lowerer:: HoistIndirOffsetAsAdd (IR::Instr* instr, IR::IndirOpnd *orgOpnd, IR::Opnd *baseOpnd, int offset, RegNum regNum);
381
- static IR::Instr *Lowerer:: HoistIndirIndexOpndAsAdd (IR::Instr* instr, IR::IndirOpnd *orgOpnd, IR::Opnd *baseOpnd, IR::Opnd *indexOpnd, RegNum regNum);
382
- static IR::Instr *Lowerer:: HoistSymOffset (IR::Instr *instr, IR::SymOpnd *symOpnd, RegNum baseReg, uint32 offset, RegNum regNum);
383
- static IR::Instr *Lowerer:: HoistSymOffsetAsAdd (IR::Instr* instr, IR::SymOpnd *orgOpnd, IR::Opnd *baseOpnd, int offset, RegNum regNum);
379
+ static IR::Instr *HoistIndirOffset (IR::Instr* instr, IR::IndirOpnd *indirOpnd, RegNum regNum);
380
+ static IR::Instr *HoistIndirOffsetAsAdd (IR::Instr* instr, IR::IndirOpnd *orgOpnd, IR::Opnd *baseOpnd, int offset, RegNum regNum);
381
+ static IR::Instr *HoistIndirIndexOpndAsAdd (IR::Instr* instr, IR::IndirOpnd *orgOpnd, IR::Opnd *baseOpnd, IR::Opnd *indexOpnd, RegNum regNum);
382
+ static IR::Instr *HoistSymOffset (IR::Instr *instr, IR::SymOpnd *symOpnd, RegNum baseReg, uint32 offset, RegNum regNum);
383
+ static IR::Instr *HoistSymOffsetAsAdd (IR::Instr* instr, IR::SymOpnd *orgOpnd, IR::Opnd *baseOpnd, int offset, RegNum regNum);
384
384
385
385
static IR::LabelInstr * InsertLabel (const bool isHelper, IR::Instr *const insertBeforeInstr);
386
386
0 commit comments