Searched refs:MONum (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 252 void visitMachineOperand(const MachineOperand *MO, unsigned MONum); 260 void report(const char *msg, const MachineOperand *MO, unsigned MONum, 278 void checkLiveness(const MachineOperand *MO, unsigned MONum); 279 void checkLivenessAtUse(const MachineOperand *MO, unsigned MONum, 283 void checkLivenessAtDef(const MachineOperand *MO, unsigned MONum, 577 unsigned MONum, LLT MOVRegType) { in report() argument 580 errs() << "- operand " << MONum << ": "; in report() 2379 MachineVerifier::visitMachineOperand(const MachineOperand *MO, unsigned MONum) { in visitMachineOperand() argument 2384 NumDefs = (MONum == 0 && MO->isReg()) ? NumDefs : 0; in visitMachineOperand() 2387 if (MONum < NumDefs) { in visitMachineOperand() [all …]
|