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

1 2 3

  /external/ltp/tools/top-LTP/proc/
sysinfo.h 11 #define JT double
12 extern void five_cpu_numbers(JT *uret, JT *nret, JT *sret, JT *iret, JT *wret);
13 #undef JT
sysinfo.c 255 #define JT unsigned long long
262 static JT old_u, old_n, old_s, old_i, old_w;
263 JT new_u, new_n, new_s, new_i, new_w;
264 JT ticks_past; /* avoid div-by-0 by not calling too often :-( */
301 #undef JT
  /external/libpcap/
optimize.c 199 if (JT(b)) {
200 find_levels_r(JT(b));
202 level = MAX(JT(b)->level, JF(b)->level) + 1;
250 if (JT(b) == 0)
252 SET_INTERSECT(JT(b)->dom, b->dom, nodewords);
317 if (JT(b) == 0)
319 SET_UNION(JT(b)->closure, b->closure, nodewords);
492 p->out_use |= JT(p)->in_use | JF(p)->in_use;
654 struct block *tmp = JT(b);
656 JT(b) = JF(b)
2068 int jt, jf; local
    [all...]
gencode.h 209 struct slist *jt; /*only for relative jump in block*/ member in struct:stmt
252 u_int longjt; /* jt branch requires long jump */
362 #define JT(b) ((b)->et.succ)
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 52 int JT;
57 BlockAddr(nullptr), ES(nullptr), JT(-1), Align(0) {
61 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1;
83 } else if (JT != -1)
84 errs() << " JT" << JT << " Align" << Align << '\n';
155 AM.JT = J->getIndex();
271 else if (AM.JT != -1)
272 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i16, 0/*AM.SymbolFlags*/);
  /external/swiftshader/third_party/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/icu/icu4c/source/test/testdata/break_rules/
line.txt 43 JT = [:LineBreak = JT:];
172 LB26.2: (JV | H2) CM* (JV | JT);
173 LB26.3: (JT | H3) CM* JT;
175 LB27.1: (JL | JV | JT | H2 | H3) CM* IN;
176 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
177 LB27.3: PR CM* (JL | JV | JT | H2 | H3);
line_loose.txt 50 JT = [:LineBreak = JT:];
180 LB26.2: (JV | H2) CM* (JV | JT);
181 LB26.3: (JT | H3) CM* JT;
183 LB27.1: (JL | JV | JT | H2 | H3) CM* IN;
184 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
185 LB27.3: PR CM* (JL | JV | JT | H2 | H3);
line_loose_cj.txt 65 JT = [:LineBreak = JT:];
201 LB26.2: (JV | H2) CM* (JV | JT);
202 LB26.3: (JT | H3) CM* JT;
204 LB27.1: (JL | JV | JT | H2 | H3) CM* IN;
205 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
206 LB27.3: PR CM* (JL | JV | JT | H2 | H3);
line_normal.txt 57 JT = [:LineBreak = JT:];
186 LB26.2: (JV | H2) CM* (JV | JT);
187 LB26.3: (JT | H3) CM* JT;
189 LB27.1: (JL | JV | JT | H2 | H3) CM* IN;
190 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
191 LB27.3: PR CM* (JL | JV | JT | H2 | H3);
line_normal_cj.txt 58 JT = [:LineBreak = JT:];
195 LB26.2: (JV | H2) CM* (JV | JT);
196 LB26.3: (JT | H3) CM* JT;
198 LB27.1: (JL | JV | JT | H2 | H3) CM* IN;
199 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
200 LB27.3: PR CM* (JL | JV | JT | H2 | H3);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 63 // the later may reference JT or CP entry address.
168 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
169 if (JT.empty()) return;
181 // For each JT, record its offset from the start of the section
182 for (unsigned i = 0, e = JT.size(); i != e; ++i) {
183 const std::vector<MachineBasicBlock*> &MBBs = JT[i].MBBs;
185 // Record JT 'i' offset in the JT section
198 // Output placeholder for MBB in the JT section
ELFWriter.cpp 222 const MCSectionELF *JT =
224 return getSection(JT->getSectionName(), JT->getType(), JT->getFlags(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 323 static void mapping(IO &YamlIO, MachineJumpTable &JT) {
324 YamlIO.mapRequired("kind", JT.Kind);
325 YamlIO.mapOptional("entries", JT.Entries);
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 197 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
198 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 212 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
213 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 643 const JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
644 return DAG.getTargetJumpTable(JT->getIndex(), Op.getValueType(),
645 JT->getTargetFlags());
652 const auto *JT = cast<JumpTableSDNode>(Op.getOperand(1));
654 assert(JT->getTargetFlags() == 0 && "WebAssembly doesn't set target flags");
661 const auto &MBBs = MJTI->getJumpTables()[JT->getIndex()].MBBs;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 71 int JT;
77 Segment(), GV(0), CP(0), BlockAddr(0), ES(0), JT(-1), Align(0),
82 return GV != 0 || CP != 0 || ES != 0 || JT != -1 || BlockAddr != 0;
135 dbgs() << " JT" << JT << " Align" << Align << '\n';
249 else if (AM.JT != -1)
250 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i32, AM.SymbolFlags);
653 AM.JT = J->getIndex();
684 AM.JT = J->getIndex();
746 if (!AM.ES && AM.JT != -1) return true
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp 520 continue; // Ignore other JT branches
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 232 /// Maps a JT index to the offset in CPEntries containing copies of that
236 /// Maps a JT index to the LEA that actually uses the index to calculate its
608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables();
641 unsigned Size = JT[JTI].MBBs.size() * sizeof(uint32_t);
773 continue; // Ignore other JT branches
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 466 void visitJumpTable(JumpTable &JT);
467 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
InstrEmitter.cpp 361 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) {
362 MI->addOperand(MachineOperand::CreateJTI(JT->getIndex(),
363 JT->getTargetFlags()));
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 47 JT, // Jump table.
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp     [all...]

Completed in 864 milliseconds

1 2 3