Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h297 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp247 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
DMachineFunction.cpp265 getOrCreateJumpTableInfo(unsigned EntryKind) { in getOrCreateJumpTableInfo() function in MachineFunction
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp250 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI->getJumpTableEncoding()) in buildJumpTable()
DMachineFunction.cpp299 getOrCreateJumpTableInfo(unsigned EntryKind) { in getOrCreateJumpTableInfo() function in MachineFunction
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h497 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/llvm/lib/CodeGen/
DMachineFunction.cpp195 getOrCreateJumpTableInfo(unsigned EntryKind) { in getOrCreateJumpTableInfo() function in MachineFunction
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineFunction.h700 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp641 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp849 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp953 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
DVEISelLowering.cpp2485 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in emitSjLjDispatchBlock()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8303 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI.getJumpTableEncoding()) in buildJumpTable()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7457 MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline); in EmitSjLjDispatchBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp9665 MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline); in EmitSjLjDispatchBlock()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp10819 MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline); in EmitSjLjDispatchBlock()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24067 MF->getOrCreateJumpTableInfo(getJumpTableEncoding()); in EmitSjLjDispatchBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32070 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in EmitSjLjDispatchBlock()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37064 MachineJumpTableInfo *JTI = MF->getOrCreateJumpTableInfo(JTE); in EmitSjLjDispatchBlock()