Home
last modified time | relevance | path

Searched refs:EK_GPRel32BlockAddress (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h59 EK_GPRel32BlockAddress, enumerator
H A DMIRYamlMapping.h137 MachineJumpTableInfo::EK_GPRel32BlockAddress);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1277 case MachineJumpTableInfo::EK_GPRel32BlockAddress: in getEntrySize()
1297 case MachineJumpTableInfo::EK_GPRel32BlockAddress: in getEntryAlignment()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2420 case MachineJumpTableInfo::EK_GPRel32BlockAddress: { in emitJumpTableEntry()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp447 return MachineJumpTableInfo::EK_GPRel32BlockAddress; in getJumpTableEncoding()
459 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress)) in getPICJumpTableRelocBase()