Searched defs:MachineMove (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMachineLocation.h14 // The MachineMove class is used to represent abstract move operations in the
73 /// MachineMove - This class represents the save or restore of a callee saved
75 class MachineMove { class in namespace:llvm
84 MachineMove() : Label(0) {} function in class:llvm::MachineMove
86 MachineMove(MCSymbol *label, const MachineLocation &D, function in class:llvm::MachineMove

Completed in 532 milliseconds