Searched refs:getOrCreateJumpTableInfo (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFunction.h171 /// getOrCreateJumpTableInfo - Get the JumpTableInfo for this function, if it
173 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h295 /// getOrCreateJumpTableInfo - Get the JumpTableInfo for this function, if it
297 MachineJumpTableInfo *getOrCreateJumpTableInfo(unsigned JTEntryKind);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineFunction.cpp98 /// getOrCreateJumpTableInfo - Get the JumpTableInfo for this function, if it
101 getOrCreateJumpTableInfo(unsigned EntryKind) { function in class:MachineFunction
/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp641 MachineJumpTableInfo *JTI = PFS.MF.getOrCreateJumpTableInfo(YamlJTI.Kind);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp195 getOrCreateJumpTableInfo(unsigned EntryKind) { function in class:MachineFunction
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2100 unsigned JTI = CurMF->getOrCreateJumpTableInfo(JTEncoding)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8303 unsigned JTI = CurMF->getOrCreateJumpTableInfo(TLI.getJumpTableEncoding())
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7457 MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline);
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp5727 MF->getOrCreateJumpTableInfo(MachineJumpTableInfo::EK_Inline);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24067 MF->getOrCreateJumpTableInfo(getJumpTableEncoding());
[all...]

Completed in 361 milliseconds