HomeSort by: relevance | last modified time | path
    Searched refs:EK_LabelDifference32 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 61 /// EK_LabelDifference32 - Each entry is the address of the block minus
68 EK_LabelDifference32,
MIRYamlMapping.h 139 MachineJumpTableInfo::EK_LabelDifference32);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kSubtarget.cpp 204 return MachineJumpTableInfo::EK_LabelDifference32;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1004 case MachineJumpTableInfo::EK_LabelDifference32:
1024 case MachineJumpTableInfo::EK_LabelDifference32:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2089 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32,
2110 // For the EK_LabelDifference32 entry, if using .set avoids a relocation,
2112 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 &&
2188 case MachineJumpTableInfo::EK_LabelDifference32: {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 822 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 454 return MachineJumpTableInfo::EK_LabelDifference32;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 3107 return MachineJumpTableInfo::EK_LabelDifference32;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 63 milliseconds