Home | History | Annotate | Download | only in portable

Lines Matching defs:info

452   CallInfo* info = mir_graph_->NewMemCallInfo(bb, mir, invoke_type, is_range);
457 args.push_back(irb_->getInt32(info->index));
459 args.push_back(irb_->getInt32(info->opt_flags));
461 for (int i = 0; i < info->num_arg_words;) {
462 ::llvm::Value* val = GetLLVMValue(info->args[i].orig_sreg);
464 i += info->args[i].wide ? 2 : 1;
474 } else if (info->result.location == kLocInvalid) {
477 if (info->result.wide) {
478 if (info->result.fp) {
483 } else if (info->result.ref) {
485 } else if (info->result.fp) {
493 if (info->result.location != kLocInvalid) {
494 DefineValue(res, info->result.orig_sreg);
699 LOG(INFO) << ".. " << Instruction::Name(opcode) << " 0x" << std::hex << op_val;
701 LOG(INFO) << mir_graph_->extended_mir_op_names_[op_val - kMirOpFirst] << " 0x" << std::hex << op_val;
1513 // Attach method info as metadata to special intrinsic
1639 LOG(INFO) << "................................";
1640 LOG(INFO) << "Block id " << bb->id;
1642 LOG(INFO) << "label " << llvm_bb->getName().str().c_str();
1644 LOG(INFO) << "llvm_bb is NULL";
1953 LOG(INFO) << "Bitcode verification FAILED for "
1969 LOG(INFO) << "Warning: bitcode filename too long. Truncated.";