Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DFPMover.cpp31 struct FPMover : public MachineFunctionPass { struct
35 TargetMachine &TM;
37 static char ID;
38 explicit FPMover(TargetMachine &tm) in FPMover() function
41 virtual const char *getPassName() const { in getPassName()