Searched defs:getJumpTableIndex (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetInstrInfo.h | 1042 virtual int getJumpTableIndex(const MachineInstr &MI) const { return -1; } getJumpTableIndex() function |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86InstrInfo.cpp | 3914 int X86InstrInfo::getJumpTableIndex(const MachineInstr &MI) const { getJumpTableIndex() function in X86InstrInfo |