| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 76 Switch, enumerator 170 assert(ABI == coro::ABI::Switch); in getSwitchCoroId() 186 assert(ABI == coro::ABI::Switch); in getSwitchIndexField() 191 assert(ABI == coro::ABI::Switch); in getIndexType() 200 assert(ABI == coro::ABI::Switch); in getSwitchResumePointerType() 207 case coro::ABI::Switch: { in getResumeFunctionType() 246 case coro::ABI::Switch: in getResumeFunctionCC() 259 if (ABI == coro::ABI::Switch) in getPromiseAlloca()
|
| H A D | CoroSplit.cpp | 235 case coro::ABI::Switch: in replaceFallthroughCoroEnd() 291 case coro::ABI::Switch: in replaceUnwindCoroEnd() 352 auto *Switch = in createResumeEntryBlock() local 553 case coro::ABI::Switch: in replaceCoroSuspends() 710 case coro::ABI::Switch: { in replaceEntryBlock() 759 case coro::ABI::Switch: in deriveNewFramePointer() 906 case coro::ABI::Switch: in create() 954 case coro::ABI::Switch: in create() 995 case coro::ABI::Switch: in create() 1304 case coro::ABI::Switch: { in handleNoSuspendCoroutine() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DFAJumpThreading.cpp | 557 : Switch(MSwitch->getInstr()), SwitchBlock(Switch->getParent()), in AllSwitchPaths() 562 SwitchInst *getSwitchInst() { return Switch; } in getSwitchInst() 660 Value *FirstDef = Switch->getOperand(0); in getStateDefMap() 694 SwitchInst *Switch; member 1126 Switch->eraseFromParent(); in updateLastSuccessor() 1178 for (auto Case : Switch->cases()) { in getNextCaseSuccessor() 1185 NextCase = Switch->getDefaultDest(); in getNextCaseSuccessor() 1224 MainSwitch Switch(SI, ORE); in run() local 1226 if (!Switch.getInstr()) in run() 1234 if (!Switch.getSelectInsts().empty()) in run() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | am3517-evm.dts | 47 label = "User Switch 1"; 53 label = "User Switch 2"; 59 label = "User Switch 3"; 65 label = "User Switch 4"; 71 label = "User Switch 5"; 77 label = "User Switch 6"; 83 label = "User Switch 7"; 89 label = "User Switch 8";
|
| H A D | bcm53340-ubnt-unifi-switch8.dts | 2 * DTS for Unifi Switch 8 port 15 model = "Ubiquiti UniFi Switch 8 (BCM53342)";
|
| H A D | kirkwood-linkstation.dtsi | 103 label = "Power-on Switch"; 109 label = "Power-auto Switch";
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | hisilicon-hns-nic.txt | 26 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a 27 LAN Switch while the CPU side assume itself have one single NIC connect to 53 In Switch mode of DSAF, all 6 PHYs of service DSAF are taken as physical 54 ports connected to a LAN Switch while the CPU side assume itself have one
|
| H A D | micrel-ks8995.txt | 1 Micrel KS8995 SPI controlled Ethernet Switch families
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | marvell.txt | 1 Marvell DSA Switch Device Tree Bindings 18 - "marvell,mv88e6085" : Switch has base address 0x10. Use with models: 22 - "marvell,mv88e6190" : Switch has base address 0x00. Use with models: 24 - "marvell,mv88e6250" : Switch has base address 0x08 or 0x18. Use with model:
|
| H A D | vitesse,vsc73xx.txt | 9 Vitesse VSC7385 SparX-G5 5+1-port Integrated Gigabit Ethernet Switch 10 Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch 11 Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet Switch 12 Vitesse VSC7398 SparX-G8e 8-port Integrated Gigabit Ethernet Switch
|
| H A D | dsa.txt | 1 Distributed Switch Architecture Device Tree Bindings
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 265 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local 266 return LessThanTypeSize(Switch->getCondition()); in isSink() 590 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local 591 Type *Ty = TruncTysMap[Switch][0]; in TruncateSinks() 592 if (Instruction *Trunc = InsertTrunc(Switch->getCondition(), Ty)) { in TruncateSinks() 593 Trunc->moveBefore(Switch); in TruncateSinks() 594 Switch->setCondition(Trunc); in TruncateSinks() 685 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local 686 TruncTysMap[I].push_back(Switch->getCondition()->getType()); in Mutate() 753 case Instruction::Switch: in isSupportedValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 324 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() argument 352 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups() 372 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local 375 return Switch; in TransitionToCleanupSwitch() 594 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local 596 if (Switch->getSuccessor(I) == From) in ForwardPrebranchedFallthrough() 597 Switch->setSuccessor(I, To); in ForwardPrebranchedFallthrough() 896 llvm::SwitchInst *Switch = in PopCleanupBlock() local 900 InstsToAppend.push_back(Switch); in PopCleanupBlock() 910 Switch->addCase(Scope.getBranchAfterIndex(I), in PopCleanupBlock() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/extcon/ |
| H A D | extcon-rt8973a.txt | 2 * Richtek RT8973A - Micro USB Switch device 4 The Richtek RT8973A is Micro USB Switch with OVP and I2C interface. The RT8973A
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/usb/ |
| H A D | ti,tps6598x.yaml | 7 title: Texas Instruments 6598x Type-C Port Switch and Power Delivery controller DT bindings 13 Texas Instruments 6598x Type-C Port Switch and Power Delivery controller
|
| /freebsd-13.1/tools/tools/ath/athprom/ |
| H A D | eeprom-5 | 18 | device type $deviceType | Switch Settling Time $switchSettling | 25 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo | 104 | device type $deviceType | Switch Settling Time $switchSettling | 111 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo | 182 | device type $deviceType | Switch Settling Time $switchSettling | 189 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo |
|
| H A D | eeprom-3 | 14 | device type $deviceType | Switch Settling Time $switchSettling | 80 | device type $deviceType | Switch Settling Time $switchSettling | 128 | device type $deviceType | Switch Settling Time $switchSettling |
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 43 if(const auto *Switch = dyn_cast<SwitchStmt>(S)) in isSemicolonRequiredAfter() local 44 return isSemicolonRequiredAfter(Switch->getBody()); in isSemicolonRequiredAfter()
|
| /freebsd-13.1/contrib/ofed/infiniband-diags/src/ |
| H A D | ibtracert.c | 75 typedef struct Switch Switch; typedef 90 struct Switch { struct 126 static int is_port_inactive(Node * node, Port * port, Switch * sw) in is_port_inactive() 175 static int switch_lookup(Switch * sw, ib_portid_t * portid, int lid) in switch_lookup() 269 Switch sw; in find_route() 490 Switch sw; in switch_mclookup()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | axp20x.txt | 104 DC1SW : On/Off Switch : : DCDC1 secondary output 131 DC1SW : On/Off Switch : : DCDC1 secondary output 168 SW : On/Off Switch : swin-supply 182 DC1SW : On/Off Switch : : DCDC1 secondary output 195 SW : On/Off Switch : swin-supply 224 SW : On/Off Switch : swin-supply
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | PredicateInfo.h | 164 SwitchInst *Switch; variable 169 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | nvidia,tegra20-das.txt | 1 NVIDIA Tegra 20 DAS (Digital Audio Switch) controller
|
| /freebsd-13.1/sys/dev/etherswitch/ |
| H A D | etherswitch_if.m | 169 # Get the Switch configuration 177 # Set the Switch configuration
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | beacon-renesom-baseboard.dtsi | 45 label = "Switch-1"; 52 label = "Switch-2"; 59 label = "Switch-3"; 66 label = "Switch-4"; 73 label = "Switch-4";
|
| /freebsd-13.1/contrib/libdivsufsort/ |
| H A D | CHANGELOG.md | 13 * Switch the build system to [CMake](http://www.cmake.org/)
|