/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | IndirectBrExpandPass.cpp | 112 if (auto *IBr = dyn_cast<IndirectBrInst>(BB.getTerminator())) { in runImpl() local 115 if (IBr->getNumSuccessors() == 0) { in runImpl() 116 (void)new UnreachableInst(F.getContext(), IBr->getIterator()); in runImpl() 117 IBr->eraseFromParent(); in runImpl() 121 IndirectBrs.push_back(IBr); in runImpl() 122 for (BasicBlock *SuccBB : IBr->successors()) in runImpl() 181 for (auto *IBr : IndirectBrs) { in runImpl() local 183 for (BasicBlock *SuccBB : IBr->successors()) in runImpl() 184 Updates.push_back({DominatorTree::Delete, IBr->getParent(), SuccBB}); in runImpl() 186 (void)new UnreachableInst(F.getContext(), IBr in runImpl() 202 for (auto *IBr : IndirectBrs) { runImpl() local 209 __anon7b7e80a30302(IndirectBrInst *IBr) runImpl() argument 220 IndirectBrInst *IBr = IndirectBrs[0]; runImpl() local 244 for (auto *IBr : IndirectBrs) { runImpl() local [all...] |
/freebsd-src/sys/dev/firewire/ |
H A D | fwphyreg.h | 48 ibr:1, member 79 ibr:1,
|
H A D | firewirereg.h | 145 void (*ibr) (struct firewire_comm *); member
|
H A D | fwdev.c | 717 fc->ibr(fc); in fw_ioctl()
|
H A D | sbp_targ.c | 473 sc->fd.fc->ibr(sc->fd.fc); in sbp_targ_en_lun() 519 sc->fd.fc->ibr(sc->fd.fc); in sbp_targ_en_lun()
|
H A D | fwohci.c | 739 sc->fc.ibr = fwohci_ibr; 1778 sc->fc.ibr(&sc->fc);
|
H A D | firewire.c | 464 fc->ibr(fc); in firewire_attach()
|
/freebsd-src/sys/contrib/device-tree/Bindings/regulator/ |
H A D | mediatek,mt6331-regulator.yaml | 39 "^ldo-v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$": 45 pattern: "^v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$"
|
H A D | mt6359-regulator.yaml | 28 "^ldo_v(ibr|rf12|usb|camio|efuse|xo22)$": 34 pattern: "^v(ibr|rf12|usb|camio|efuse|xo22)$"
|
H A D | mediatek,mt6358-regulator.yaml | 127 "^(ldo_)?v(cama[12]|camd|cn33|dram2|efuse|emc|ibr|ldo28|m18|mc|mch|mddr|sim[12])$":
|
H A D | mediatek,mt6357-regulator.yaml | 46 "^ldo-v(efuse|ibr|ldo28|mch|cama|camd|cn33-bt|cn33-wifi)$":
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1133 if (auto *IBR = dyn_cast<IndirectBrInst>(&TI)) { 1135 ValueLatticeElement IBRValue = getValueState(IBR->getAddress()); 1137 getConstant(IBRValue, IBR->getAddress()->getType())); 1148 for (unsigned i = 0; i < IBR->getNumSuccessors(); ++i) { in visitPHINode() 1150 if (IBR->getDestination(i) == T) { in visitPHINode() 1156 // If we didn't find our destination in the IBR successor list, then we in visitPHINode() 1089 if (auto *IBR = dyn_cast<IndirectBrInst>(&TI)) { getFeasibleSuccessors() local
|
H A D | BreakCriticalEdges.cpp | 314 // Verify we have exactly one IBR predecessor. in findIBRPredecessor()
|
/freebsd-src/contrib/opencsd/decoder/source/ |
H A D | trc_gen_elem.cpp | 67 "iBR ",
|
/freebsd-src/contrib/libpcap/ |
H A D | CREDITS | 139 Juergen Schoenwaelder <schoenw at ibr dot cs dot tu-bs dot de>
|
/freebsd-src/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 599 "RHB:%d IBR:%d Gap_Count:%d\n" in dump_phy_registers() 607 b.rhb, b.ibr, b.gap_count, in dump_phy_registers()
|
/freebsd-src/contrib/tcpdump/ |
H A D | print-bootp.c | 439 { TAG_BROAD_ADDR, "iBR" },
|
H A D | CHANGES | 1625 (petri@ibr.cs.tu-bs.de).
|
/freebsd-src/share/misc/ |
H A D | usb_vendors | 926 e518 IBR IMB-usb
|
/freebsd-src/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 12768 @Article{Bosten:1974:IBR,
|