Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp2239 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in optimizeThumb2JumpTables() local
2240 MachineOperand JTOP = MI->getOperand(JTOpIdx); in optimizeThumb2JumpTables()
2434 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in reorderThumb2JumpTables() local
2435 MachineOperand JTOP = MI->getOperand(JTOpIdx); in reorderThumb2JumpTables()