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.cpp2220 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in optimizeThumb2JumpTables() local
2221 MachineOperand JTOP = MI->getOperand(JTOpIdx); in optimizeThumb2JumpTables()
2415 unsigned JTOpIdx = NumOps - (MI->isPredicable() ? 2 : 1); in reorderThumb2JumpTables() local
2416 MachineOperand JTOP = MI->getOperand(JTOpIdx); in reorderThumb2JumpTables()