Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp31 struct ExpandPostRA : public MachineFunctionPass { struct
38 ExpandPostRA() : MachineFunctionPass(ID) {} in ExpandPostRA() function
58 char ExpandPostRA::ID = 0;
59 char &llvm::ExpandPostRAPseudosID = ExpandPostRA::ID;
61 INITIALIZE_PASS(ExpandPostRA, DEBUG_TYPE,
67 void ExpandPostRA::TransferImplicitOperands(MachineInstr *MI) { in TransferImplicitOperands()
76 bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) { in LowerSubregToReg()
135 bool ExpandPostRA::LowerCopy(MachineInstr *MI) { in LowerCopy()
182 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()