Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp33 class MipsExpandPseudo : public MachineFunctionPass { class
36 MipsExpandPseudo() : MachineFunctionPass(ID) {} in MipsExpandPseudo() function in __anonca8aa8970111::MipsExpandPseudo
71 char MipsExpandPseudo::ID = 0;
74 bool MipsExpandPseudo::expandAtomicCmpSwapSubword( in expandAtomicCmpSwapSubword()
202 bool MipsExpandPseudo::expandAtomicCmpSwap(MachineBasicBlock &BB, in expandAtomicCmpSwap()
302 bool MipsExpandPseudo::expandAtomicBinOpSubword( in expandAtomicBinOpSubword()
613 bool MipsExpandPseudo::expandAtomicBinOp(MachineBasicBlock &BB, in expandAtomicBinOp()
852 bool MipsExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()
917 bool MipsExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()
930 bool MipsExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1455 SRCS_MIN+= Target/Mips/MipsExpandPseudo.cpp