Home
last modified time | relevance | path

Searched refs:createJumpTableIndex (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h94 unsigned createJumpTableIndex(const std::vector<MachineBasicBlock*> &DestBBs);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp851 unsigned MachineJumpTableInfo::createJumpTableIndex( in createJumpTableIndex() function in MachineJumpTableInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp781 unsigned Index = JTI->createJumpTableIndex(Blocks); in initializeJumpTableInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9524 ->createJumpTableIndex(Table); in buildJumpTable()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8354 unsigned MJTI = JTI->createJumpTableIndex(LPadList); in EmitSjLjDispatchBlock()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29598 unsigned MJTI = JTI->createJumpTableIndex(LPadList); in EmitSjLjDispatchBlock()