Lines Matching defs:translate
242 bool Success = translate(cast<Constant>(Val), VRegs->front());
247 R << "unable to translate constant: " << ore::NV("Type", Val.getType());
284 R << "unable to translate memop: " << ore::NV("Opcode", &I);
2021 // Yes. Let's translate it.
2161 // a vreg, and uses for each arg operand, then translate it.
3479 bool IRTranslator::translate(const Instruction &Inst) {
3490 return translate##OPCODE(Inst, *CurBuilder.get());
3497 bool IRTranslator::translate(const Constant &C, Register Reg) {
3544 return translate##OPCODE(*CE, *EntryBuilder.get());
3890 R << "unable to translate in big endian mode";
3992 if (translate(Inst))
3997 R << "unable to translate instruction: " << ore::NV("Opcode", &Inst);
4014 R << "unable to translate basic block";