reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MIRYamlMapping.h
  139                 MachineJumpTableInfo::EK_LabelDifference32);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1800       MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32,
 1823     if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 &&
 1897   case MachineJumpTableInfo::EK_LabelDifference32: {
lib/CodeGen/MachineFunction.cpp
  874   case MachineJumpTableInfo::EK_LabelDifference32:
  894   case MachineJumpTableInfo::EK_LabelDifference32:
lib/CodeGen/SelectionDAG/TargetLowering.cpp
  419   return MachineJumpTableInfo::EK_LabelDifference32;
lib/Target/AArch64/AArch64AsmPrinter.cpp
  698           MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32,
lib/Target/PowerPC/PPCISelLowering.cpp
 2741     return MachineJumpTableInfo::EK_LabelDifference32;
lib/Target/X86/X86ISelLowering.cpp
31067     case MachineJumpTableInfo::EK_LabelDifference32: {