HomeSort by relevance Sort by last modified time
    Searched refs:JT (Results 1 - 24 of 24) sorted by null

  /external/libpcap/
optimize.c 228 if (JT(b)) {
229 find_levels_r(JT(b));
231 level = MAX(JT(b)->level, JF(b)->level) + 1;
281 if (JT(b) == 0)
283 SET_INTERSECT(JT(b)->dom, b->dom, nodewords);
351 if (JT(b) == 0)
353 SET_UNION(JT(b)->closure, b->closure, nodewords);
530 p->out_use |= JT(p)->in_use | JF(p)->in_use;
692 struct block *tmp = JT(b);
694 JT(b) = JF(b)
2127 int jt, jf; local
    [all...]
gencode.h 192 struct slist *jt; /*only for relative jump in block*/ member in struct:stmt
235 int longjt; /* jt branch requires long jump */
329 #define JT(b) ((b)->et.succ)
gencode.c 447 * which of the jt and jf fields has been resolved and which is a pointer
459 next = JT(list);
460 JT(list) = target;
471 * which of jt and jf is the link.
481 p = !((*p)->sense) ? &JT(*p) : &JF(*p);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 51 int JT;
56 ES(0), JT(-1), Align(0) {
60 return GV != 0 || CP != 0 || ES != 0 || JT != -1;
82 } else if (JT != -1)
83 errs() << " JT" << JT << " Align" << Align << '\n';
160 AM.JT = J->getIndex();
274 else if (AM.JT != -1)
275 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i16, 0/*AM.SymbolFlags*/);
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 212 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
213 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
XCoreISelLowering.cpp 335 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
336 unsigned JTI = JT->getIndex();
339 SDValue TargetJT = DAG.getTargetJumpTable(JT->getIndex(), MVT::i32);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 688 continue; // Ignore other JT branches
    [all...]
ARMBaseInstrInfo.cpp 536 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
538 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
540 assert(JTI < JT.size());
541 return JT[JTI].MBBs.size();
611 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
612 assert(JTI < JT.size());
613 // Thumb instructions are 2 byte aligned, but JT entries are 4 byte
615 // the JT entries. The size does not include this padding; the
621 unsigned NumEntries = getNumJTEntries(JT, JTI);
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 469 void visitJumpTable(JumpTable &JT);
470 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
InstrEmitter.cpp 363 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) {
364 MI->addOperand(MachineOperand::CreateJTI(JT->getIndex(),
365 JT->getTargetFlags()));
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 70 int JT;
76 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0),
81 return GV != 0 || CP != 0 || ES != 0 || JT != -1 || BlockAddr != 0;
134 dbgs() << " JT" << JT << " Align" << Align << '\n';
248 else if (AM.JT != -1)
249 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i32, AM.SymbolFlags);
652 AM.JT = J->getIndex();
684 AM.JT = J->getIndex();
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 719 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
720 unsigned JTI = JT->getIndex();
723 SDValue TargetJT = DAG.getTargetJumpTable(JT->getIndex(), MVT::i32);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 615 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
617 SDValue JTI = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, 0);
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 619 JumpTarget JT = LI->second;
621 JT.scopePosition);
622 addSuccessor(B, JT.block);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 405 milliseconds