Lines Matching refs:RISCVInitUndef
55 class RISCVInitUndef : public MachineFunctionPass { class
68 RISCVInitUndef() : MachineFunctionPass(ID) {} in RISCVInitUndef() function in __anon035c757d0111::RISCVInitUndef
92 char RISCVInitUndef::ID = 0;
93 INITIALIZE_PASS(RISCVInitUndef, DEBUG_TYPE, RISCV_INIT_UNDEF_NAME, false, false)
94 char &llvm::RISCVInitUndefID = RISCVInitUndef::ID;
97 RISCVInitUndef::getVRLargestSuperClass(const TargetRegisterClass *RC) const { in getVRLargestSuperClass()
109 bool RISCVInitUndef::isVectorRegClass(const Register R) { in isVectorRegClass()
146 bool RISCVInitUndef::handleReg(MachineInstr *MI) { in handleReg()
164 bool RISCVInitUndef::handleSubReg(MachineFunction &MF, MachineInstr &MI, in handleSubReg()
226 bool RISCVInitUndef::fixupIllOperand(MachineInstr *MI, MachineOperand &MO) { in fixupIllOperand()
243 bool RISCVInitUndef::processBasicBlock(MachineFunction &MF, in processBasicBlock()
278 bool RISCVInitUndef::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
301 FunctionPass *llvm::createRISCVInitUndefPass() { return new RISCVInitUndef(); } in createRISCVInitUndefPass()