Searched refs:MachineVerifier (Results 1 – 9 of 9) sorted by relevance
90 struct MachineVerifier { struct349 void MachineVerifier::verifySlotIndexes() const { in verifySlotIndexes()530 void MachineVerifier::report_context(SlotIndex Pos) const { in report_context()558 void MachineVerifier::report_context(MCPhysReg PReg) const { in report_context()587 void MachineVerifier::visitMachineFunctionBefore() { in visitMachineFunctionBefore()2597 void MachineVerifier::calcRegsPassed() { in calcRegsPassed()2626 void MachineVerifier::calcRegsRequired() { in calcRegsRequired()2738 void MachineVerifier::visitMachineFunctionAfter() { in visitMachineFunctionAfter()2817 void MachineVerifier::verifyLiveVariables() { in verifyLiveVariables()2843 void MachineVerifier::verifyLiveIntervals() { in verifyLiveIntervals()[all …]
139 MachineVerifier.cpp
95 MachineVerifier chapter98 The pass approach lets us use the ``MachineVerifier`` to enforce invariants100 function with the ``legalized`` property can have the ``MachineVerifier``107 For layering reasons, ``MachineVerifier`` isn't able to be the sole verifier
4 # Just check that MachineVerifier does not fail due to PPCTLSDynamicCall failing
3 # the block to prevent MachineVerifier errors.
7 ; It forgot to clear the a flag resulting in a MachineVerifier complaint.
5 # Check that MachineVerifier catches corrupt operands where MO->isReg()
11 ; code, and MachineVerifier complains.
147 "MachineVerifier.cpp",