Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h221 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp614 MachineJumpTableInfo *JTI = MF.getOrCreateJumpTableInfo(YamlJTI.Kind); in initializeJumpTableInfo()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp149 getOrCreateJumpTableInfo(unsigned EntryKind) { in getOrCreateJumpTableInfo() function in MachineFunction
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7754 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI.getJumpTableEncoding()) in buildJumpTable()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7119 MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline); in EmitSjLjDispatchBlock()