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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 51 /// EK_GPRel64BlockAddress - Each entry is an address of block, encoded
54 EK_GPRel64BlockAddress,
MIRYamlMapping.h 135 MachineJumpTableInfo::EK_GPRel64BlockAddress);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1001 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
1021 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2179 case MachineJumpTableInfo::EK_GPRel64BlockAddress: {
2180 // EK_GPRel64BlockAddress - Each entry is an address of block, encoded
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 4306 return MachineJumpTableInfo::EK_GPRel64BlockAddress;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 462 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) ||

Completed in 31 milliseconds