Searched refs:lowerLongBranchADDiu (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h46 void lowerLongBranchADDiu(const MachineInstr *MI, MCInst &OutMI,
H A DMipsMCInstLower.cpp252 void MipsMCInstLower::lowerLongBranchADDiu(const MachineInstr *MI, function in class:MipsMCInstLower
272 report_fatal_error("Unexpected flags for lowerLongBranchADDiu");
306 lowerLongBranchADDiu(MI, OutMI, Mips::ADDiu);
310 lowerLongBranchADDiu(MI, OutMI, Mips::DADDiu);

Completed in 97 milliseconds