HomeSort by relevance Sort by last modified time
    Searched defs:JumpTable (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Target/
TargetOptions.h 42 namespace JumpTable {
44 Single, // Use a single table for all indirect jumptable calls.
68 AllowFPOpFusion(FPOpFusion::Standard), JTType(JumpTable::Single) {}
220 /// create for functions that have the jumptable attribute.
221 JumpTable::JumpTableType JTType;
  /external/llvm/include/llvm/IR/
Attributes.h 78 JumpTable, ///< Build jump-instruction tables and replace refs.
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 236 struct JumpTable {
237 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M,
261 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock;
503 /// JTCases - Vector of JumpTable structures used to communicate
686 void visitJumpTable(JumpTable &JT);
687 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 310 /// JumpTable - The jump tables for the current function.
312 MachineJumpTableInfo *JumpTable;
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
518 /// BR_JT - Jumptable branch. The first operand is the chain, the second
519 /// is the jumptable index, the last one is the jumptable entry index.
    [all...]

Completed in 359 milliseconds