Lines Matching defs:LoongArchExpandPseudo
654 class LoongArchExpandPseudo : public MachineFunctionPass {
659 LoongArchExpandPseudo() : MachineFunctionPass(ID) {
681 char LoongArchExpandPseudo::ID = 0;
683 bool LoongArchExpandPseudo::runOnMachineFunction(MachineFunction &MF) {
694 bool LoongArchExpandPseudo::expandMBB(MachineBasicBlock &MBB) {
707 bool LoongArchExpandPseudo::expandMI(MachineBasicBlock &MBB,
722 bool LoongArchExpandPseudo::expandCopyCFR(
775 bool LoongArchExpandPseudo::expandFunctionCALL(
828 INITIALIZE_PASS(LoongArchExpandPseudo, "loongarch-expand-pseudo",
837 return new LoongArchExpandPseudo();