OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JumpTable
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
224
struct
JumpTable
{
225
JumpTable
(unsigned R, unsigned J, MachineBasicBlock *M,
249
typedef std::pair<JumpTableHeader,
JumpTable
> JumpTableBlock;
292
/// JTCases - Vector of
JumpTable
structures used to communicate
461
void visitJumpTable(
JumpTable
&JT);
462
void visitJumpTableHeader(
JumpTable
&JT, JumpTableHeader &JTH,
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
316
///
JumpTable
- The jump tables for the current function.
318
MachineJumpTableInfo *
JumpTable
;
[
all
...]
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
63
JumpTable
, ConstantPool, ExternalSymbol, BlockAddress,
478
/// BR_JT -
Jumptable
branch. The first operand is the chain, the second
479
/// is the
jumptable
index, the last one is the
jumptable
entry index.
[
all
...]
Completed in 81 milliseconds