Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantIslandPass.cpp156 SmallVector<MachineInstr*, 4> PushPopMIs; member in __anona28af83f0111::ARMConstantIslands
387 PushPopMIs.clear(); in runOnMachineFunction()
572 PushPopMIs.push_back(I); in InitialFunctionScan()
1547 for (unsigned i = 0, e = PushPopMIs.size(); i != e; ++i) { in UndoLRSpillRestore()
1548 MachineInstr *MI = PushPopMIs[i]; in UndoLRSpillRestore()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp259 SmallVector<MachineInstr*, 4> PushPopMIs; member in __anon8e1325130111::ARMConstantIslands
532 PushPopMIs.clear(); in runOnMachineFunction()
813 PushPopMIs.push_back(&I); in initializeFunctionInfo()
1803 for (unsigned i = 0, e = PushPopMIs.size(); i != e; ++i) { in undoLRSpillRestore()
1804 MachineInstr *MI = PushPopMIs[i]; in undoLRSpillRestore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp202 SmallVector<MachineInstr*, 4> PushPopMIs; member in __anonfed5db4b0111::ARMConstantIslands
477 PushPopMIs.clear(); in runOnMachineFunction()
756 PushPopMIs.push_back(&I); in initializeFunctionInfo()
1747 for (unsigned i = 0, e = PushPopMIs.size(); i != e; ++i) { in undoLRSpillRestore()
1748 MachineInstr *MI = PushPopMIs[i]; in undoLRSpillRestore()