Home | History | Annotate | Download | only in x86

Lines Matching refs:registerAlloc

272 //!With NCG O1, we call freeReg to free up physical registers, then call registerAlloc to allocate a physical register for memory base
284 int regAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
293 //!With NCG O1, wecall freeReg to free up physical registers, then call registerAlloc to allocate a physical register for the single operand
309 int regAll = registerAlloc(type, reg, isPhysical, true);
354 int regAll = registerAlloc(type, reg, isPhysical, true);
375 regAll2 = registerAlloc(type, reg2, isPhysical2, true);
394 int regAll = registerAlloc(type, reg, isPhysical, true);
406 regAll2 = registerAlloc(type, reg2, isPhysical2, true);
456 int regAll = registerAlloc(type, reg, isPhysical, true);
474 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
481 int regAll = registerAlloc(type, reg, isPhysical, true);
499 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
501 int regAll = registerAlloc(LowOpndRegType_gp, reg, isPhysical, true);
519 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
521 int regAll = registerAlloc(LowOpndRegType_gp, reg, isPhysical, true);
549 int regAll = registerAlloc(LowOpndRegType_gp, reg, isPhysical, true);
551 int regAll2 = registerAlloc(LowOpndRegType_gp, reg2, isPhysical2, true);
589 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
591 int indexAll = registerAlloc(LowOpndRegType_gp, index_reg, isIndexPhysical, true);
599 int regAll = registerAlloc(isMovzs ? LowOpndRegType_gp : type, reg, isPhysical, true);
629 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
631 int indexAll = registerAlloc(LowOpndRegType_gp, index_reg, isIndexPhysical, true);
633 int regAll = registerAlloc(type, reg, isPhysical, true);
668 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
670 int regAll = registerAlloc(type, reg, isPhysical, true);
698 int regAll = registerAlloc(type, reg, isPhysical, true);
736 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
757 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
779 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true);
1085 int regAll = registerAlloc(type, reg, isPhysical, true);
1613 regAll = registerAlloc(LowOpndRegType_virtual | getTypeFromIntSize(size), vA, false/*dummy*/, true);
1756 regAll = registerAlloc(LowOpndRegType_virtual | type, vB, false/*dummy*/, false);
1843 regAll = registerAlloc(LowOpndRegType_virtual | type, vA, false/*dummy*/, false);
2017 //if spill_loc_index > 0 || reg != NULL, use registerAlloc
2029 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/);
2045 //if spill_loc_index > 0 || reg != NULL, use registerAlloc
2051 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/);
2070 //if spill_loc_index > 0 || reg != NULL, use registerAlloc
2076 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/);
2095 //if spill_loc_index > 0 || reg != NULL, use registerAlloc
2101 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/);
2146 //if spill_loc_index > 0 || reg != NULL, use registerAlloc
2152 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/);