Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineLICM.cpp71 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 …]
DCMakeLists.txt67 MachineLICM.cpp
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLICM.cpp62 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/
Dlicm-regpressure.ll2 ; This tests currently fails as MachineLICM does not compute register pressure
6 ; MachineLICM should take register pressure into account.
Dlicm-symbol.ll3 ; MachineLICM should be able to hoist the sF reference out of the loop.
Dlicm-dominance.ll3 ; MachineLICM should check dominance before hoisting instructions.
Drdrand.ll62 ; Check that MachineLICM doesn't hoist rdrand instructions.
Dlicm-nested.ll4 ; MachineLICM should be able to hoist the symbolic addresses out of
Dpostra-licm.ll4 ; MachineLICM should be able to hoist loop invariant reload out of the loop.
/external/llvm/test/CodeGen/XCore/
Dlicm-ldwcp.ll3 ; MachineLICM should hoist the LDWCP out of the loop.
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dlicm-ldwcp.ll3 ; MachineLICM should hoist the LDWCP out of the loop.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dlicm-dominance.ll3 ; MachineLICM should check dominance before hoisting instructions.
Dlicm-symbol.ll3 ; MachineLICM should be able to hoist the sF reference out of the loop.
Dlicm-nested.ll3 ; MachineLICM should be able to hoist the symbolic addresses out of
Dpostra-licm.ll4 ; MachineLICM should be able to hoist loop invariant reload out of the loop.
/external/swiftshader/third_party/LLVM/
DAndroid.mk103 lib/CodeGen/MachineLICM.cpp \
DBUILD.gn149 "lib/CodeGen/MachineLICM.cpp",
/external/swiftshader/
DCMakeLists.txt279 ${LLVM_DIR}/lib/CodeGen/MachineLICM.cpp