Home
last modified time | relevance | path

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

/external/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, "postrapseudos",
68 ExpandPostRA::TransferImplicitDefs(MachineInstr *MI) { in TransferImplicitDefs()
80 bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) { in LowerSubregToReg()
137 bool ExpandPostRA::LowerCopy(MachineInstr *MI) { in LowerCopy()
182 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandPostRAPseudos.cpp31 struct ExpandPostRA : public MachineFunctionPass { struct
38 ExpandPostRA() : MachineFunctionPass(ID) {} in ExpandPostRA() argument
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()
133 bool ExpandPostRA::LowerCopy(MachineInstr *MI) { in LowerCopy()
180 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DExpandPostRAPseudos.cpp30 struct ExpandPostRA : public MachineFunctionPass { struct
37 ExpandPostRA() : MachineFunctionPass(ID) {} in ExpandPostRA() argument
63 char ExpandPostRA::ID = 0;
66 return new ExpandPostRA(); in createExpandPostRAPseudosPass()
73 ExpandPostRA::TransferDeadFlag(MachineInstr *MI, unsigned DstReg, in TransferDeadFlag()
88 ExpandPostRA::TransferImplicitDefs(MachineInstr *MI) { in TransferImplicitDefs()
100 bool ExpandPostRA::LowerSubregToReg(MachineInstr *MI) { in LowerSubregToReg()
152 bool ExpandPostRA::LowerCopy(MachineInstr *MI) { in LowerCopy()
191 bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dexpand-vr64-gr64-copy.mir2 # This test verifies that the ExpandPostRA pass expands the GR64 <-> VR64
/external/llvm/test/CodeGen/X86/
Dexpand-vr64-gr64-copy.mir2 # This test verifies that the ExpandPostRA pass expands the GR64 <-> VR64