Searched refs:JT (Results 51 - 75 of 118) sorted by relevance

12345

/freebsd-12-stable/contrib/openbsm/bin/auditreduce/
H A DMakefile.in64 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openbsm/bin/praudit/
H A DMakefile.in64 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openbsm/libauditd/
H A DMakefile.in64 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openbsm/modules/auditfilter_noop/
H A DMakefile.in64 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openbsm/test/bsm/
H A DMakefile.in64 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openbsm/tools/
H A DMakefile.in64 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in66 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openpam/bin/pamtest/
H A DMakefile.in66 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openpam/bin/su/
H A DMakefile.in66 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openpam/doc/man/
H A DMakefile.in64 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in66 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in66 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in66 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in66 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp74 int JT; member in struct:__anon5459::X86ISelAddressMode
82 MCSym(nullptr), JT(-1), Align(0), SymbolFlags(X86II::MO_NO_FLAG) {}
86 MCSym != nullptr || JT != -1 || BlockAddr != nullptr;
148 dbgs() << " JT" << JT << " Align" << Align << '\n';
312 } else if (AM.JT != -1) {
313 assert(!AM.Disp && "Non-zero displacement is ignored with JT.");
314 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i32, AM.SymbolFlags);
1517 AM.JT = J->getIndex();
1928 if (!(AM.ES || AM.MCSym) && AM.JT !
[all...]
/freebsd-12-stable/contrib/expat/examples/
H A DMakefile.in94 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/expat/lib/
H A DMakefile.in96 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/expat/tests/benchmark/
H A DMakefile.in94 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/file/doc/
H A DMakefile.in63 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/file/magic/
H A DMakefile.in64 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/file/tests/
H A DMakefile.in63 -[JT]) skip_next=yes;; \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1835 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); local
1836 if (JT.empty()) return;
1858 for (unsigned JTI = 0, e = JT.size(); JTI != e; ++JTI) {
1859 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2434 void SelectionDAGBuilder::visitJumpTable(SwitchCG::JumpTable &JT) { argument
2436 assert(JT.Reg != -1U && "Should lower JT Header first!");
2439 JT.Reg, PTy);
2440 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);
2449 void SelectionDAGBuilder::visitJumpTableHeader(SwitchCG::JumpTable &JT, argument
2472 JT.Reg = JumpTableReg;
2485 DAG.getBasicBlock(JT.Default));
2488 if (JT.MBB != NextBlock(SwitchBB))
2490 DAG.getBasicBlock(JT
10220 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1351 case HexagonISD::JT:
1411 case HexagonISD::JT:
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A DMakefile.in64 -[JT]) skip_next=yes;; \

Completed in 322 milliseconds

12345