Searched refs:EK_GPRel64BlockAddress (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h51 /// EK_GPRel64BlockAddress - Each entry is an address of block, encoded
54 EK_GPRel64BlockAddress, enumerator in enum:llvm::MachineJumpTableInfo::JTEntryKind
H A DMIRYamlMapping.h124 MachineJumpTableInfo::EK_GPRel64BlockAddress);
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp775 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
795 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1479 case MachineJumpTableInfo::EK_GPRel64BlockAddress: {
1480 // EK_GPRel64BlockAddress - Each entry is an address of block, encoded
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp299 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) ||
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3711 return MachineJumpTableInfo::EK_GPRel64BlockAddress;

Completed in 220 milliseconds