• Home
  • Raw
  • Download

Lines Matching refs:report

192     void report(const char *msg, const MachineFunction *MF);
193 void report(const char *msg, const MachineBasicBlock *MBB);
194 void report(const char *msg, const MachineInstr *MI);
195 void report(const char *msg, const MachineOperand *MO, unsigned MONum);
285 report("Bad instruction parent pointer", MFI); in runOnMachineFunction()
314 void MachineVerifier::report(const char *msg, const MachineFunction *MF) { in report() function in MachineVerifier
326 void MachineVerifier::report(const char *msg, const MachineBasicBlock *MBB) { in report() function in MachineVerifier
328 report(msg, MBB->getParent()); in report()
338 void MachineVerifier::report(const char *msg, const MachineInstr *MI) { in report() function in MachineVerifier
340 report(msg, MI->getParent()); in report()
347 void MachineVerifier::report(const char *msg, in report() function in MachineVerifier
350 report(msg, MO->getParent()); in report()
410 report("MBB has more than one landing pad successor", MBB); in visitMachineBasicBlockBefore()
432 report("MBB exits via unconditional fall-through but doesn't have " in visitMachineBasicBlockBefore()
435 report("MBB exits via unconditional fall-through but its successor " in visitMachineBasicBlockBefore()
440 report("MBB exits via unconditional fall-through but ends with a " in visitMachineBasicBlockBefore()
444 report("MBB exits via unconditional fall-through but has a condition!", in visitMachineBasicBlockBefore()
450 report("MBB exits via unconditional branch but doesn't have " in visitMachineBasicBlockBefore()
453 report("MBB exits via unconditional branch but the CFG " in visitMachineBasicBlockBefore()
457 report("MBB exits via unconditional branch but doesn't contain " in visitMachineBasicBlockBefore()
460 report("MBB exits via unconditional branch but doesn't end with a " in visitMachineBasicBlockBefore()
463 report("MBB exits via unconditional branch but the branch isn't a " in visitMachineBasicBlockBefore()
471 report("MBB conditionally falls through out of function!", MBB); in visitMachineBasicBlockBefore()
473 report("MBB exits via conditional branch/fall-through but doesn't have " in visitMachineBasicBlockBefore()
476 report("MBB exits via conditional branch/fall-through but the CFG " in visitMachineBasicBlockBefore()
480 report("MBB exits via conditional branch/fall-through but doesn't " in visitMachineBasicBlockBefore()
483 report("MBB exits via conditional branch/fall-through but ends with a " in visitMachineBasicBlockBefore()
486 report("MBB exits via conditional branch/fall-through but the branch " in visitMachineBasicBlockBefore()
493 report("MBB exits via conditional branch/branch but doesn't have " in visitMachineBasicBlockBefore()
496 report("MBB exits via conditional branch/branch but the CFG " in visitMachineBasicBlockBefore()
500 report("MBB exits via conditional branch/branch but doesn't " in visitMachineBasicBlockBefore()
503 report("MBB exits via conditional branch/branch but doesn't end with a " in visitMachineBasicBlockBefore()
506 report("MBB exits via conditional branch/branch but the branch " in visitMachineBasicBlockBefore()
510 report("MBB exits via conditinal branch/branch but there's no " in visitMachineBasicBlockBefore()
514 report("AnalyzeBranch returned invalid data!", MBB); in visitMachineBasicBlockBefore()
522 report("MBB live-in list contains non-physical register", MBB); in visitMachineBasicBlockBefore()
550 report("Too few operands", MI); in visitMachineInstrBefore()
559 report("Missing mayLoad flag", MI); in visitMachineInstrBefore()
561 report("Missing mayStore flag", MI); in visitMachineInstrBefore()
570 report("Debug instruction has a slot index", MI); in visitMachineInstrBefore()
573 report("Missing slot index", MI); in visitMachineInstrBefore()
582 report("Non-terminator instruction after the first terminator", MI); in visitMachineInstrBefore()
588 report(ErrorInfo.data(), MI); in visitMachineInstrBefore()
600 report("Explicit definition must be a register", MO, MONum); in visitMachineOperand()
602 report("Explicit definition marked as use", MO, MONum); in visitMachineOperand()
604 report("Explicit definition marked as implicit", MO, MONum); in visitMachineOperand()
611 report("Explicit operand marked as def", MO, MONum); in visitMachineOperand()
613 report("Explicit operand marked as implicit", MO, MONum); in visitMachineOperand()
618 report("Extra explicit operand on non-variadic instruction", MO, MONum); in visitMachineOperand()
641 report("Two-address instruction operands must be identical", in visitMachineOperand()
656 report("Kill missing from LiveVariables", MO, MONum); in visitMachineOperand()
666 report("No live range at use", MO, MONum); in visitMachineOperand()
672 report("Live range continues after kill flag", MO, MONum); in visitMachineOperand()
676 report("Virtual register has no Live interval", MO, MONum); in visitMachineOperand()
685 report("Using an undefined physical register", MO, MONum); in visitMachineOperand()
692 report("Using a killed virtual register", MO, MONum); in visitMachineOperand()
708 report("Multiple virtual register defs in SSA form", MO, MONum); in visitMachineOperand()
719 report("Inconsistent valno->def", MO, MONum); in visitMachineOperand()
724 report("No live range at def", MO, MONum); in visitMachineOperand()
728 report("Virtual register has no Live interval", MO, MONum); in visitMachineOperand()
739 report("Illegal subregister index for physical register", MO, MONum); in visitMachineOperand()
744 report("Illegal physical register for instruction", MO, MONum); in visitMachineOperand()
756 report("Invalid subregister index for virtual register", MO, MONum); in visitMachineOperand()
762 report("Invalid register class for subregister index", MO, MONum); in visitMachineOperand()
773 report("No largest legal super class exists.", MO, MONum); in visitMachineOperand()
778 report("No matching super-reg register class.", MO, MONum); in visitMachineOperand()
783 report("Illegal virtual register for instruction", MO, MONum); in visitMachineOperand()
795 report("PHI operand is not in the CFG", MO, MONum); in visitMachineOperand()
804 report("Instruction loads from dead spill slot", MO, MONum); in visitMachineOperand()
808 report("Instruction stores to dead spill slot", MO, MONum); in visitMachineOperand()
829 report("Instruction index out of order", MI); in visitMachineInstrAfter()
844 report("Block ends before last instruction index", MBB); in visitMachineBasicBlockAfter()
940 report("PHI operand is not live-out from predecessor", in checkPHIOps()
948 report("Missing PHI operand", BBI); in checkPHIOps()
991 report("LiveVariables: Block missing from AliveBlocks", MFI); in verifyLiveVariables()
997 report("LiveVariables: Block should not be in AliveBlocks", MFI); in verifyLiveVariables()
1030 report("Valno not live at def and not marked unused", MF); in verifyLiveIntervals()
1040 report("Live range at def has different valno", MF); in verifyLiveIntervals()
1048 report("Invalid definition index", MF); in verifyLiveIntervals()
1056 report("PHIDef value is not defined at MBB start", MF); in verifyLiveIntervals()
1065 report("No instruction at def index", MF); in verifyLiveIntervals()
1069 report("Defining instruction does not modify register", MI); in verifyLiveIntervals()
1089 report("Early clobber def must be at a USE slot", MF); in verifyLiveIntervals()
1094 report("Non-PHI, non-early clobber def must be at a DEF slot", MF); in verifyLiveIntervals()
1106 report("Foreign valno in live range", MF); in verifyLiveIntervals()
1112 report("Live range valno is marked unused", MF); in verifyLiveIntervals()
1119 report("Bad start of live segment, no basic block", MF); in verifyLiveIntervals()
1126 report("Live segment must begin at MBB entry or valno def", MBB); in verifyLiveIntervals()
1135 report("Bad end of live segment, no basic block", MF); in verifyLiveIntervals()
1145 report("Live segment doesn't end at a valid instruction", EndMBB); in verifyLiveIntervals()
1164 report("Instruction killing live segment neither defines nor reads " in verifyLiveIntervals()
1202 report("Register not marked live out of predecessor", *PI); in verifyLiveIntervals()
1210 report("Different value live out of predecessor", *PI); in verifyLiveIntervals()
1228 report("Multiple connected components in live interval", MF); in verifyLiveIntervals()