Home
last modified time | relevance | path

Searched refs:emitJumpTableImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h935 virtual void emitJumpTableImpl(const MachineJumpTableInfo &MJTI,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2960 emitJumpTableImpl(*MJTI, llvm::to_vector(llvm::seq<unsigned>(JT.size()))); in emitJumpTableInfo()
2976 emitJumpTableImpl(*MJTI, HotJumpTableIndices); in emitJumpTableInfo()
2977 emitJumpTableImpl(*MJTI, ColdJumpTableIndices); in emitJumpTableInfo()
2980 void AsmPrinter::emitJumpTableImpl(const MachineJumpTableInfo &MJTI, in emitJumpTableImpl() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp119 void emitJumpTableImpl(const MachineJumpTableInfo &MJTI,
1277 void AArch64AsmPrinter::emitJumpTableImpl(const MachineJumpTableInfo &MJTI, in emitJumpTableImpl() function in AArch64AsmPrinter