Home
last modified time | relevance | path

Searched refs:getEntryKind (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineJumpTableInfo.h84 JTEntryKind getEntryKind() const { return EntryKind; } in getEntryKind() function
/external/llvm/lib/CodeGen/
DMachineFunction.cpp551 switch (getEntryKind()) { in getEntrySize()
571 switch (getEntryKind()) { in getEntryAlignment()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1074 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) return; in EmitJumpTableInfo()
1085 MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 || in EmitJumpTableInfo()
1111 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_LabelDifference32 && in EmitJumpTableInfo()
1151 switch (MJTI->getEntryKind()) { in EmitJumpTableEntry()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1097 if (MJTI->getEntryKind() == MachineJumpTableInfo::EK_Inline) in initJumpTableInfo()
1125 switch (MJTI->getEntryKind()) { in emitJumpTableInfo()