Home
last modified time | relevance | path

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

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