Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Djump_table_align.ll26 ; Make sure that the padding from getJumpInstrTableEntryBound is right.
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp148 getSubtargetImpl()->getInstrInfo()->getJumpInstrTableEntryBound())); in addPassesToEmitFile()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h417 unsigned getJumpInstrTableEntryBound() const override;
H A DX86InstrInfo.cpp5648 unsigned X86InstrInfo::getJumpInstrTableEntryBound() const { in getJumpInstrTableEntryBound() function in X86InstrInfo
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrInfo.h448 virtual unsigned getJumpInstrTableEntryBound() const { in getJumpInstrTableEntryBound() function