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
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp540 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
560 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1164 case MachineJumpTableInfo::EK_GPRel64BlockAddress:
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1184 case MachineJumpTableInfo::EK_GPRel64BlockAddress: {
1185 // EK_GPRel64BlockAddress - Each entry is an address of block, encoded
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1084 if ((JTEncoding == MachineJumpTableInfo::EK_GPRel64BlockAddress) ||
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3085 return MachineJumpTableInfo::EK_GPRel64BlockAddress;

Completed in 789 milliseconds