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

1 2

  /external/libpcap/
optimize.c 203 if (JT(b)) {
204 find_levels_r(JT(b));
206 level = MAX(JT(b)->level, JF(b)->level) + 1;
254 if (JT(b) == 0)
256 SET_INTERSECT(JT(b)->dom, b->dom, nodewords);
321 if (JT(b) == 0)
323 SET_UNION(JT(b)->closure, b->closure, nodewords);
496 p->out_use |= JT(p)->in_use | JF(p)->in_use;
648 struct block *tmp = JT(b);
650 JT(b) = JF(b)
2058 int jt, jf; local
    [all...]
gencode.h 211 struct slist *jt; /*only for relative jump in block*/ member in struct:stmt
254 u_int longjt; /* jt branch requires long jump */
355 #define JT(b) ((b)->et.succ)
gencode.c 529 * which of the jt and jf fields has been resolved and which is a pointer
541 next = JT(list);
542 JT(list) = target;
553 * which of jt and jf is the link.
563 p = !((*p)->sense) ? &JT(*p) : &JF(*p);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 53 int JT;
58 BlockAddr(nullptr), ES(nullptr), JT(-1), Align(0) {
62 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1;
84 } else if (JT != -1)
85 errs() << " JT" << JT << " Align" << Align << '\n';
161 AM.JT = J->getIndex();
276 else if (AM.JT != -1)
277 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 200 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
201 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
XCoreISelLowering.cpp 356 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
357 unsigned JTI = JT->getIndex();
360 SDValue TargetJT = DAG.getTargetJumpTable(JT->getIndex(), MVT::i32);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 263 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 676 continue; // Ignore other JT branches
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp 560 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
562 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT,
564 assert(JTI < JT.size());
565 return JT[JTI].MBBs.size();
630 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
631 assert(JTI < JT.size());
632 // Thumb instructions are 2 byte aligned, but JT entries are 4 byte
634 // the JT entries. The size does not include this padding; the
640 unsigned NumEntries = getNumJTEntries(JT, JTI);
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 686 void visitJumpTable(JumpTable &JT);
687 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
InstrEmitter.cpp 397 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) {
398 MIB.addJumpTableIndex(JT->getIndex(), JT->getTargetFlags());
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 68 int JT;
75 JT(-1), Align(0), SymbolFlags(X86II::MO_NO_FLAG) {
80 JT != -1 || BlockAddr != nullptr;
135 dbgs() << " JT" << JT << " Align" << Align << '\n';
258 } else if (AM.JT != -1) {
259 assert(!AM.Disp && "Non-zero displacement is ignored with JT.");
260 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i32, AM.SymbolFlags);
681 AM.JT = J->getIndex();
719 AM.JT = J->getIndex()
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 752 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
753 unsigned JTI = JT->getIndex();
756 SDValue TargetJT = DAG.getTargetJumpTable(JT->getIndex(), MVT::i32);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 540 milliseconds

1 2