Searched refs:AluOpcode (Results 1 – 2 of 2) sorted by relevance
202 LPAC::AluCode mergedAluCode(unsigned AluOpcode) { in mergedAluCode() argument203 switch (AluOpcode) { in mergedAluCode()251 LPAC::AluCode AluOpcode = mergedAluCode(AluInstr->getOpcode()); in insertMergedInstruction() local254 assert(AluOpcode != LPAC::UNKNOWN && "Unknown ALU code in merging"); in insertMergedInstruction()275 InstrBuilder.addImm(LPAC::makePreOp(AluOpcode)); in insertMergedInstruction()277 InstrBuilder.addImm(LPAC::makePostOp(AluOpcode)); in insertMergedInstruction()377 LPAC::AluCode AluOpcode = static_cast<LPAC::AluCode>(AluOperand.getImm()); in combineMemAluInBasicBlock() local381 if (!LPAC::modifiesOp(AluOpcode) && DestReg != BaseReg) { in combineMemAluInBasicBlock()
202 LPAC::AluCode mergedAluCode(unsigned AluOpcode) { in mergedAluCode() argument203 switch (AluOpcode) { in mergedAluCode()251 LPAC::AluCode AluOpcode = mergedAluCode(AluInstr->getOpcode()); in insertMergedInstruction() local254 assert(AluOpcode != LPAC::UNKNOWN && "Unknown ALU code in merging"); in insertMergedInstruction()275 InstrBuilder.addImm(LPAC::makePreOp(AluOpcode)); in insertMergedInstruction()277 InstrBuilder.addImm(LPAC::makePostOp(AluOpcode)); in insertMergedInstruction()374 LPAC::AluCode AluOpcode = static_cast<LPAC::AluCode>(AluOperand.getImm()); in combineMemAluInBasicBlock() local378 if (!LPAC::modifiesOp(AluOpcode) && DestReg != BaseReg) { in combineMemAluInBasicBlock()