Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h76 EK_Custom32 enumerator
DMIRYamlMapping.h133 IO.enumCase(EntryKind, "custom32", MachineJumpTableInfo::EK_Custom32);
301 MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
/external/llvm/lib/CodeGen/
DMachineFunction.cpp736 case MachineJumpTableInfo::EK_Custom32: in getEntrySize()
756 case MachineJumpTableInfo::EK_Custom32: in getEntryAlignment()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1427 case MachineJumpTableInfo::EK_Custom32: in EmitJumpTableEntry()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2046 return MachineJumpTableInfo::EK_Custom32; in getJumpTableEncoding()