HomeSort by: relevance | last modified time | path
    Searched defs:JumpTable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 43 namespace JumpTable {
45 Single, // Use a single table for all indirect jumptable calls.
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SwitchLoweringUtils.h 63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High,
165 struct JumpTable {
177 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, MachineBasicBlock *D)
193 using JumpTableBlock = std::pair<JumpTableHeader, JumpTable>;
264 /// Vector of JumpTable structures used to communicate SwitchInst code
ISDOpcodes.h 74 JumpTable,
934 /// BR_JT - Jumptable branch. The first operand is the chain, the second
935 /// is the jumptable index, the last one is the jumptable entry index.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 273 // module and its jumptable entry needs to be exported to thinlto backends.
1471 // f = .cfi.jumptable
1472 // g = .cfi.jumptable + 4
1473 // h = .cfi.jumptable + 8
1474 // .cfi.jumptable:
1510 // FIXME: find a better way to represent the jumptable in the IR.
1524 ".cfi.jumptable", &M);
1527 auto JumpTable =
1530 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout);
1543 JumpTableType, JumpTable,
    [all...]

Completed in 64 milliseconds