Home
last modified time | relevance | path

Searched refs:getOrCreateJumpTableInfo (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp253 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
H A DMachineFunction.cpp316 getOrCreateJumpTableInfo(unsigned EntryKind) { in getOrCreateJumpTableInfo() function in MachineFunction
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h745 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp1012 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2481 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in emitSjLjDispatchBlock()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10981 MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline); in EmitSjLjDispatchBlock()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36340 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in EmitSjLjDispatchBlock()