HomeSort by relevance Sort by last modified time
    Searched refs:EK_GPRel32BlockAddress (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 56 /// EK_GPRel32BlockAddress - Each entry is an address of block, encoded
59 EK_GPRel32BlockAddress,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 720 case MachineJumpTableInfo::EK_GPRel32BlockAddress:
740 case MachineJumpTableInfo::EK_GPRel32BlockAddress:
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 232 return MachineJumpTableInfo::EK_GPRel32BlockAddress;
244 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 221 milliseconds