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

1 2

  /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();
275 else if (AM.JT != -1)
276 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i16, 0/*AM.SymbolFlags*/);
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 195 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
196 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
XCoreISelLowering.cpp 307 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
308 unsigned JTI = JT->getIndex();
311 SDValue TargetJT = DAG.getTargetJumpTable(JT->getIndex(), MVT::i32);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 187 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 675 continue; // Ignore other JT branches
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 533 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
535 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
537 assert(JTI < JT.size());
538 return JT[JTI].MBBs.size();
608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
609 assert(JTI < JT.size());
610 // Thumb instructions are 2 byte aligned, but JT entries are 4 byte
612 // the JT entries. The size does not include this padding; the
618 unsigned NumEntries = getNumJTEntries(JT, JTI);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 461 void visitJumpTable(JumpTable &JT);
462 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
InstrEmitter.cpp 385 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) {
386 MIB.addJumpTableIndex(JT->getIndex(), JT->getTargetFlags());
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 67 int JT;
73 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0),
78 return GV != 0 || CP != 0 || ES != 0 || JT != -1 || BlockAddr != 0;
132 dbgs() << " JT" << JT << " Align" << Align << '\n';
248 } else if (AM.JT != -1) {
249 assert(!AM.Disp && "Non-zero displacement is ignored with JT.");
250 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i32, AM.SymbolFlags);
672 AM.JT = J->getIndex();
710 AM.JT = J->getIndex()
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 685 JumpTarget JT = LI->second;
687 JT.scopePosition);
688 addSuccessor(B, JT.block);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 735 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
736 unsigned JTI = JT->getIndex();
739 SDValue TargetJT = DAG.getTargetJumpTable(JT->getIndex(), MVT::i32);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 511 milliseconds

1 2