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

  /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/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/libpcap/
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)
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMConstantIslandPass.cpp 675 continue; // Ignore other JT branches
    [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/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/CodeGen/AsmPrinter/
AsmPrinter.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/clang/lib/Analysis/
CFG.cpp 685 JumpTarget JT = LI->second;
687 JT.scopePosition);
688 addSuccessor(B, JT.block);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 518 milliseconds