HomeSort by relevance Sort by last modified time
    Searched refs:EK_GPRel32BlockAddress (Results 1 - 5 of 5) 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 681 case MachineJumpTableInfo::EK_GPRel32BlockAddress:
701 case MachineJumpTableInfo::EK_GPRel32BlockAddress:
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 210 return MachineJumpTableInfo::EK_GPRel32BlockAddress;
222 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 204 milliseconds