Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsExpandPseudo.cpp27 struct MipsExpandPseudo : public MachineFunctionPass { struct
29 TargetMachine &TM;
30 const TargetInstrInfo *TII;
32 static char ID;
33 MipsExpandPseudo(TargetMachine &tm) in MipsExpandPseudo() argument
36 virtual const char *getPassName() const { in getPassName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp34 class MipsExpandPseudo : public MachineFunctionPass { class
37 MipsExpandPseudo() : MachineFunctionPass(ID) {} in MipsExpandPseudo() function in __anon5001f4b10111::MipsExpandPseudo