Searched refs:MipsExpandPseudo (Results 1 – 5 of 5) sorted by relevance
27 struct MipsExpandPseudo : public MachineFunctionPass { struct33 MipsExpandPseudo(TargetMachine &tm) in MipsExpandPseudo() argument48 char MipsExpandPseudo::ID = 0;51 bool MipsExpandPseudo::runOnMachineFunction(MachineFunction& F) { in runOnMachineFunction()60 bool MipsExpandPseudo::runOnMachineBasicBlock(MachineBasicBlock& MBB) { in runOnMachineBasicBlock()86 void MipsExpandPseudo::ExpandBuildPairF64(MachineBasicBlock& MBB, in ExpandBuildPairF64()101 void MipsExpandPseudo::ExpandExtractElementF64(MachineBasicBlock& MBB, in ExpandExtractElementF64()116 return new MipsExpandPseudo(tm); in createMipsExpandPseudoPass()
34 class MipsExpandPseudo : public MachineFunctionPass { class37 MipsExpandPseudo() : MachineFunctionPass(ID) {} in MipsExpandPseudo() function in __anon5001f4b10111::MipsExpandPseudo72 char MipsExpandPseudo::ID = 0;75 bool MipsExpandPseudo::expandAtomicCmpSwapSubword( in expandAtomicCmpSwapSubword()203 bool MipsExpandPseudo::expandAtomicCmpSwap(MachineBasicBlock &BB, in expandAtomicCmpSwap()303 bool MipsExpandPseudo::expandAtomicBinOpSubword( in expandAtomicBinOpSubword()483 bool MipsExpandPseudo::expandAtomicBinOp(MachineBasicBlock &BB, in expandAtomicBinOp()621 bool MipsExpandPseudo::expandMI(MachineBasicBlock &MBB, in expandMI()670 bool MipsExpandPseudo::expandMBB(MachineBasicBlock &MBB) { in expandMBB()683 bool MipsExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()[all …]
33 MipsExpandPseudo.cpp
647 "llvm/lib/Target/Mips/MipsExpandPseudo.cpp",
1579 ${LLVM_DIR}/lib/Target/Mips/MipsExpandPseudo.cpp