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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 47 /// EK_BlockAddress - Each entry is a plain address of block, e.g.:
49 EK_BlockAddress,
MIRYamlMapping.h 133 MachineJumpTableInfo::EK_BlockAddress);
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kSubtarget.cpp 208 return MachineJumpTableInfo::EK_BlockAddress;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 999 case MachineJumpTableInfo::EK_BlockAddress:
1019 case MachineJumpTableInfo::EK_BlockAddress:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2165 case MachineJumpTableInfo::EK_BlockAddress:
2166 // EK_BlockAddress - Each entry is a plain address of block, e.g.:
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp 2339 case MachineJumpTableInfo::EK_BlockAddress: {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 447 return MachineJumpTableInfo::EK_BlockAddress;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 48 milliseconds