HomeSort by relevance Sort by last modified time
    Searched refs:EK_Inline (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 70 /// EK_Inline - Jump table entries are emitted inline at their point of
72 EK_Inline,
MIRYamlMapping.h 132 IO.enumCase(EntryKind, "inline", MachineJumpTableInfo::EK_Inline);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 738 case MachineJumpTableInfo::EK_Inline:
758 case MachineJumpTableInfo::EK_Inline:
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 347 return MachineJumpTableInfo::EK_Inline;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 726 milliseconds