Searched refs:MachineLICM (Results 1 – 18 of 18) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 71 class MachineLICM : public MachineFunctionPass { class 126 MachineLICM() : in MachineLICM() function in __anon4fee4dad0111::MachineLICM 131 explicit MachineLICM(bool PreRA) : in MachineLICM() function in __anon4fee4dad0111::MachineLICM 239 char MachineLICM::ID = 0; 240 char &llvm::MachineLICMID = MachineLICM::ID; 241 INITIALIZE_PASS_BEGIN(MachineLICM, "machinelicm", 246 INITIALIZE_PASS_END(MachineLICM, "machinelicm", in INITIALIZE_PASS_DEPENDENCY() 262 bool MachineLICM::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction() 351 void MachineLICM::ProcessMI(MachineInstr *MI, in ProcessMI() 438 void MachineLICM::HoistRegionPostRA() { in HoistRegionPostRA() [all …]
|
D | CMakeLists.txt | 67 MachineLICM.cpp
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineLICM.cpp | 62 class MachineLICM : public MachineFunctionPass { class 113 MachineLICM() : in MachineLICM() function in __anon6241b0590111::MachineLICM 118 explicit MachineLICM(bool PreRA) : in MachineLICM() function in __anon6241b0590111::MachineLICM 280 char MachineLICM::ID = 0; 281 INITIALIZE_PASS_BEGIN(MachineLICM, "machinelicm", 286 INITIALIZE_PASS_END(MachineLICM, "machinelicm", in INITIALIZE_PASS_DEPENDENCY() 290 return new MachineLICM(PreRegAlloc); in INITIALIZE_PASS_DEPENDENCY() 307 bool MachineLICM::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction() 385 void MachineLICM::ProcessMI(MachineInstr *MI, in ProcessMI() 463 void MachineLICM::HoistRegionPostRA() { in HoistRegionPostRA() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | licm-regpressure.ll | 2 ; This tests currently fails as MachineLICM does not compute register pressure 6 ; MachineLICM should take register pressure into account.
|
D | licm-symbol.ll | 3 ; MachineLICM should be able to hoist the sF reference out of the loop.
|
D | licm-dominance.ll | 3 ; MachineLICM should check dominance before hoisting instructions.
|
D | rdrand.ll | 62 ; Check that MachineLICM doesn't hoist rdrand instructions.
|
D | licm-nested.ll | 4 ; MachineLICM should be able to hoist the symbolic addresses out of
|
D | postra-licm.ll | 4 ; MachineLICM should be able to hoist loop invariant reload out of the loop.
|
/external/llvm/test/CodeGen/XCore/ |
D | licm-ldwcp.ll | 3 ; MachineLICM should hoist the LDWCP out of the loop.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | licm-ldwcp.ll | 3 ; MachineLICM should hoist the LDWCP out of the loop.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | licm-dominance.ll | 3 ; MachineLICM should check dominance before hoisting instructions.
|
D | licm-symbol.ll | 3 ; MachineLICM should be able to hoist the sF reference out of the loop.
|
D | licm-nested.ll | 3 ; MachineLICM should be able to hoist the symbolic addresses out of
|
D | postra-licm.ll | 4 ; MachineLICM should be able to hoist loop invariant reload out of the loop.
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 103 lib/CodeGen/MachineLICM.cpp \
|
D | BUILD.gn | 149 "lib/CodeGen/MachineLICM.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 279 ${LLVM_DIR}/lib/CodeGen/MachineLICM.cpp
|