Searched refs:isMov (Results 1 – 8 of 8) sorted by relevance
155 bool isMov(unsigned Opcode) const;
623 else if (!TII->isMov(MI->getOpcode())) in getLoopendBlockBranchInstr()
88 bool R600InstrInfo::isMov(unsigned Opcode) const { in isMov() function in R600InstrInfo
160 bool isMov(unsigned Opcode) const;
108 bool R600InstrInfo::isMov(unsigned Opcode) const { in isMov() function in R600InstrInfo
626 else if (!TII->isMov(MI->getOpcode())) in getLoopendBlockBranchInstr()
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()
8445 bool isMov = false; in processInstruction() local8448 isMov = true; in processInstruction()8470 if (isNarrow && !isMov) in processInstruction()8474 if (newOpc != ARM::t2RRX && !isMov) in processInstruction()