Home
last modified time | relevance | path

Searched refs:JT (Results 1 – 25 of 58) sorted by relevance

123

/openbsd/src/lib/libpcap/
Doptimize.c212 if (JT(b)) { in find_levels_r()
213 find_levels_r(JT(b)); in find_levels_r()
215 level = MAX(JT(b)->level, JF(b)->level) + 1; in find_levels_r()
263 if (JT(b) == 0) in find_dom()
265 SET_INTERSECT(JT(b)->dom, b->dom, nodewords); in find_dom()
330 if (JT(b) == 0) in find_closure()
332 SET_UNION(JT(b)->closure, b->closure, nodewords); in find_closure()
476 p->out_use |= JT(p)->in_use | JF(p)->in_use; in find_ud()
628 struct block *tmp = JT(b); in opt_not()
630 JT(b) = JF(b); in opt_not()
[all …]
Dgencode.h209 #define JT(b) ((b)->et.succ) macro
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp52 int JT = -1; member
58 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1; in hasSymbolicDisplacement()
81 } else if (JT != -1) in dump()
82 errs() << " JT" << JT << " Align" << Alignment.value() << '\n'; in dump()
160 AM.JT = J->getIndex(); in MatchWrapper()
274 else if (AM.JT != -1) in SelectAddr()
275 Disp = CurDAG->getTargetJumpTable(AM.JT, MVT::i16, 0/*AM.SymbolFlags*/); in SelectAddr()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64CompressJumpTables.cpp115 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable() local
118 if (JT.MBBs.empty()) in compressJumpTable()
124 for (auto *Block : JT.MBBs) { in compressJumpTable()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoff-or32.c52 #define INSERT_JUMPTARG(WORD,JT) \ argument
53 (((WORD) & 0xfc000000) | ((JT)& 0x03ffffff))
56 #define SIGN_EXTEND_JUMPTARG(JT) \ argument
57 ((JT) & 0x04000000 ? (JT)|(~0x03ffffffL) : (JT))
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-or32.c52 #define INSERT_JUMPTARG(WORD,JT) \ argument
53 (((WORD) & 0xfc000000) | ((JT)& 0x03ffffff))
56 #define SIGN_EXTEND_JUMPTARG(JT) \ argument
57 ((JT) & 0x04000000 ? (JT)|(~0x03ffffffL) : (JT))
/openbsd/src/gnu/usr.bin/perl/lib/unicore/auxiliary/
DLBTest.txt101 × 0023 ÷ 11A8 ÷ # × [0.3] NUMBER SIGN (AL) ÷ [999.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
102 …1A8 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
103 …UMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
104 …9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
273 × 2014 ÷ 11A8 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
274 … ÷ 11A8 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
275 …3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
276 …9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
445 × 0009 ÷ 11A8 ÷ # × [0.3] <CHARACTER TABULATION> (BA) ÷ [999.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.…
446 …[0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) ÷ [18.0] HANGUL JONGSEONG KIYEOK (JT) ÷ [0.3]
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp623 void applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT,
1341 Function *JT; in tryICallBranchFunnel() local
1343 JT = Function::Create(FT, Function::ExternalLinkage, in tryICallBranchFunnel()
1346 JT->setVisibility(GlobalValue::HiddenVisibility); in tryICallBranchFunnel()
1348 JT = Function::Create(FT, Function::InternalLinkage, in tryICallBranchFunnel()
1352 JT->addParamAttr(0, Attribute::Nest); in tryICallBranchFunnel()
1355 JTArgs.push_back(JT->arg_begin()); in tryICallBranchFunnel()
1361 BasicBlock *BB = BasicBlock::Create(M.getContext(), "", JT, nullptr); in tryICallBranchFunnel()
1370 applyICallBranchFunnel(SlotInfo, JT, IsExported); in tryICallBranchFunnel()
1376 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() argument
[all …]
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1350.crt19 cW7gOJICq66vkHy0kadumVtvkIc0a0CHO4ZXfndBxoZO2fKyt9Zp1tiNZilMY+JT
D339.crt13 wCY9c/zrCY9RriAxxDlLraVQHU/CE9w/JT+JmUgA+IyUX0UGFXmnTAv3d/xTRGys
D1464.crt15 9Kx4Di5O7p/JT/1CUYJf8e03q125SBsp0DJrjNKpI4aHYFoBqovj0vsCAwEAAaMQ
D3317.crt20 JT/JEYWl9pq2B/M75GMouEX7VbFzStXYlYVPw4s0pvZ92GNu5uUt1zdqAVbZrCXr
D2925.key11 2FB0ItjKASaBZlaoTGJwPQIqpa2djpVNsvKo0y/JT+cuZwaoNbm2N1H41EPOmHoQ
D3209.key13 yWlCFpkCgYEA4+Bg2Tnu2HHZw7kPitasAg6xWORA7elvVpbsgXJKRJhL+2oB5/JT
D1187.key20 JT/AW7UxLvFNoMhcWaqs7cKsPJTuusd8lq2TyL7mjgThRxWujZUzvRWxrVPAtjCI
D2585.key11 0gaCv2Mzmy74eqJmvE+Qp8w54dZsZoOVCc297Ei+6eQ4KG3xbCVY60+JT/bTi/FX
D339.key5 01kcjA7TtHpowCY9c/zrCY9RriAxxDlLraVQHU/CE9w/JT+JmUgA+IyUX0UGFXmn
D1044.chain41 Lm5ldDANBgkqhkiG9w0BAQsFAAOCAQEAkOB2rycv1MW/JT/smqe0Fee5MDM6LtIx
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp190 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
191 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in printInlineJT()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp760 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() argument
763 assert(JT.Reg != -1U && "Should lower JT Header first!"); in emitJumpTable()
771 auto Table = MIB.buildJumpTable(PtrTy, JT.JTI); in emitJumpTable()
772 MIB.buildBrJT(Table.getReg(0), JT.JTI, JT.Reg); in emitJumpTable()
775 bool IRTranslator::emitJumpTableHeader(SwitchCG::JumpTable &JT, in emitJumpTableHeader() argument
795 JT.Reg = Sub.getReg(0); in emitJumpTableHeader()
798 if (JT.MBB != HeaderBB->getNextNode()) in emitJumpTableHeader()
799 MIB.buildBr(*JT.MBB); in emitJumpTableHeader()
811 auto BrCond = MIB.buildBrCond(Cmp.getReg(0), *JT.Default); in emitJumpTableHeader()
814 if (JT.MBB != HeaderBB->getNextNode()) in emitJumpTableHeader()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() local
650 unsigned Size = JT[JTI].MBBs.size() * sizeof(uint32_t); in doInitialJumpTablePlacement()
2224 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() local
2232 assert(JTI < JT.size()); in optimizeThumb2JumpTables()
2237 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in optimizeThumb2JumpTables()
2417 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables() local
2425 assert(JTI < JT.size()); in reorderThumb2JumpTables()
2431 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in reorderThumb2JumpTables()
DARMAsmPrinter.cpp994 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableAddrs() local
995 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableAddrs()
1037 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInsts() local
1038 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableInsts()
1065 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableTBInst() local
1066 const std::vector<MachineBasicBlock*> &JTBBs = JT[JTI].MBBs; in emitJumpTableTBInst()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h584 static void mapping(IO &YamlIO, MachineJumpTable &JT) {
585 YamlIO.mapRequired("kind", JT.Kind);
586 YamlIO.mapOptional("entries", JT.Entries,
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp254 JumpTable JT(-1U, JTI, JumpTableMBB, nullptr); in buildJumpTable() local
258 JTCases.emplace_back(std::move(JTH), std::move(JT)); in buildJumpTable()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h339 bool emitJumpTableHeader(SwitchCG::JumpTable &JT,
342 void emitJumpTable(SwitchCG::JumpTable &JT, MachineBasicBlock *MBB);

123