Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantIslandPass.cpp159 SmallVector<MachineInstr*, 4> T2JumpTables; member in __anona28af83f0111::ARMConstantIslands
297 T2JumpTables.clear(); in runOnMachineFunction()
388 T2JumpTables.clear(); in runOnMachineFunction()
472 T2JumpTables.push_back(I); in JumpTableFunctionScan()
534 T2JumpTables.push_back(I); in InitialFunctionScan()
1708 for (unsigned i = 0, e = T2JumpTables.size(); i != e; ++i) { in OptimizeThumb2JumpTables()
1709 MachineInstr *MI = T2JumpTables[i]; in OptimizeThumb2JumpTables()
1831 for (unsigned i = 0, e = T2JumpTables.size(); i != e; ++i) { in ReorderThumb2JumpTables()
1832 MachineInstr *MI = T2JumpTables[i]; in ReorderThumb2JumpTables()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp262 SmallVector<MachineInstr*, 4> T2JumpTables; member in __anon8e1325130111::ARMConstantIslands
430 T2JumpTables.clear(); in runOnMachineFunction()
456 if (!T2JumpTables.empty()) in runOnMachineFunction()
533 T2JumpTables.clear(); in runOnMachineFunction()
728 T2JumpTables.push_back(&I); in scanFunctionJumpTables()
775 T2JumpTables.push_back(&I); in initializeFunctionInfo()
2115 for (unsigned i = 0, e = T2JumpTables.size(); i != e; ++i) { in optimizeThumb2JumpTables()
2116 MachineInstr *MI = T2JumpTables[i]; in optimizeThumb2JumpTables()
2229 for (unsigned i = 0, e = T2JumpTables.size(); i != e; ++i) { in reorderThumb2JumpTables()
2230 MachineInstr *MI = T2JumpTables[i]; in reorderThumb2JumpTables()