Searched refs:isMov (Results 1 – 5 of 5) sorted by relevance
159 bool isMov(unsigned Opcode) const;
626 else if (!TII->isMov(MI->getOpcode())) in getLoopendBlockBranchInstr()
107 bool R600InstrInfo::isMov(unsigned Opcode) const { in isMov() function in R600InstrInfo
1003 bool isMov = (row == col); in emitDeterminant() local1004 sw::Shader::Opcode op = isMov ? sw::Shader::OPCODE_MOV : sw::Shader::OPCODE_NEG; in emitDeterminant()1005 Instruction *mov = emit(op, result, outCol, arg, isMov ? 1 - row : row); in emitDeterminant()1006 mov->src[0].swizzle = 0x55 * (isMov ? 1 - col : col); in emitDeterminant()
9599 bool isMov = false; in processInstruction() local9602 isMov = true; in processInstruction()9624 if (isNarrow && !isMov) in processInstruction()9628 if (newOpc != ARM::t2RRX && !isMov) in processInstruction()