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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h47 /// EK_BlockAddress - Each entry is a plain address of block, e.g.:
49 EK_BlockAddress, enumerator in enum:llvm::MachineJumpTableInfo::JTEntryKind
H A DMIRYamlMapping.h133 MachineJumpTableInfo::EK_BlockAddress);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp906 case MachineJumpTableInfo::EK_BlockAddress:
926 case MachineJumpTableInfo::EK_BlockAddress:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1923 case MachineJumpTableInfo::EK_BlockAddress:
1924 // EK_BlockAddress - Each entry is a plain address of block, e.g.:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp438 return MachineJumpTableInfo::EK_BlockAddress;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 209 milliseconds