Home
last modified time | relevance | path

Searched refs:RISCVInitUndef (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRVVInitUndef.cpp55 class RISCVInitUndef : public MachineFunctionPass { class
68 RISCVInitUndef() : MachineFunctionPass(ID) {} in RISCVInitUndef() function in __anon035c757d0111::RISCVInitUndef
92 char RISCVInitUndef::ID = 0;
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()
[all …]