Home
last modified time | relevance | path

Searched defs:getJumpTableIndex (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1016 virtual int getJumpTableIndex(const MachineInstr &MI) const { return -1; } getJumpTableIndex() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3810 int X86InstrInfo::getJumpTableIndex(const MachineInstr &MI) const { getJumpTableIndex() function in X86InstrInfo