/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DFAJumpThreading.cpp | 534 : Switch(MSwitch->getInstr()), SwitchBlock(Switch->getParent()), ORE(ORE), in AllSwitchPaths() 539 SwitchInst *getSwitchInst() { return Switch; } in getSwitchInst() 550 Switch) in run() 598 Switch) in paths() 661 Value *FirstDef = Switch->getOperand(0); in getStateDefMap() 713 Instruction *SwitchCondI = dyn_cast<Instruction>(Switch->getCondition()); in isSupported() 719 const BasicBlock *SwitchCondUseBB = Switch->getParent(); in isSupported() 750 SwitchInst *Switch; member 779 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform() local 782 if (Switch->getNumSuccessors() <= 1) in isLegalAndProfitableToTransform() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-facebook-minipack.dts | 75 * I2C Switch 24-0071 (channel #0 of 8-0070): 8 channels for 88 * I2C Switch 25-0072 (channel #1 of 8-0070): 8 channels for 101 * I2C Switch 26-0076 (channel #2 of 8-0070): 8 channels for 114 * I2C Switch 27-0076 (channel #3 of 8-0070): 8 channels for 127 * I2C Switch 40-0073 (channel #0 of 11-0070): connecting 140 * I2C Switch 41-0073 (channel #1 of 11-0070): connecting 153 * I2C Switch 42-0073 (channel #2 of 11-0070): connecting 166 * I2C Switch 43-0073 (channel #3 of 11-0070): connecting 179 * I2C Switch 44-0073 (channel #4 of 11-0070): connecting 192 * I2C Switch 4 [all...] |
H A D | aspeed-bmc-facebook-cloudripper.dts | 16 * SMB (Switch Main Board). 42 * SMB (Switch Main Board). 132 * PCA9548 (1-0070) provides 8 channels connecting to SMB (Switch 256 * PCA9548 (3-0070) provides 8 channels connecting to SMB (Switch
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 58 Switch, enumerator 155 assert(ABI == coro::ABI::Switch); in getSwitchCoroId() 171 assert(ABI == coro::ABI::Switch); in getSwitchIndexField() 176 assert(ABI == coro::ABI::Switch); in getIndexType() 185 assert(ABI == coro::ABI::Switch); in getSwitchResumePointerType() 192 case coro::ABI::Switch: in getResumeFunctionType() 231 case coro::ABI::Switch: in getResumeFunctionCC() 244 if (ABI == coro::ABI::Switch) in getPromiseAlloca()
|
H A D | CoroSplit.cpp | 124 assert(Shape.ABI == coro::ABI::Switch); in CoroCloner() 314 case coro::ABI::Switch: in replaceFallthroughCoroEnd() 407 Shape.ABI == coro::ABI::Switch && in markCoroutineAsDone() 445 case coro::ABI::Switch: { in replaceUnwindCoroEnd() 499 assert(Shape.ABI == coro::ABI::Switch && in handleFinalSuspend() 505 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]); in handleFinalSuspend() local 506 auto FinalCaseIt = std::prev(Switch->case_end()); in handleFinalSuspend() 508 Switch->removeCase(FinalCaseIt); in handleFinalSuspend() 510 BasicBlock *OldSwitchBB = Switch->getParent(); in handleFinalSuspend() 511 auto *NewSwitchBB = OldSwitchBB->splitBasicBlock(Switch, "Switch"); in handleFinalSuspend() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-wingtech-wt86518.dts | 62 "Headphones", "Headphones Switch OUTL", 63 "Headphones", "Headphones Switch OUTR", 64 "Headphones Switch INL", "HPH_L", 65 "Headphones Switch INR", "HPH_R",
|
H A D | msm8916-wingtech-wt86528.dts | 105 "Headphones", "Headphones Switch OUTL", 106 "Headphones", "Headphones Switch OUTR", 107 "Headphones Switch INL", "HPH_L", 108 "Headphones Switch INR", "HPH_R",
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
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";
|
/freebsd/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
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
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 | 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 | dsa.txt | 1 Distributed Switch Architecture Device Tree Bindings
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 314 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() argument 342 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups() 362 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local 365 return Switch; in TransitionToCleanupSwitch() 399 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local 402 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups() 584 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local 585 for (unsigned I = 0, E = Switch->getNumSuccessors(); I != E; ++I) in ForwardPrebranchedFallthrough() 586 if (Switch->getSuccessor(I) == From) in ForwardPrebranchedFallthrough() 587 Switch->setSuccessor(I, To); in ForwardPrebranchedFallthrough() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TypePromotion.cpp | 266 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local 267 return LessThanTypeSize(Switch->getCondition()); in isSink() 563 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local 564 Type *Ty = TruncTysMap[Switch][0]; in TruncateSinks() 565 if (Instruction *Trunc = InsertTrunc(Switch->getCondition(), Ty)) { in TruncateSinks() 566 Trunc->moveBefore(Switch); in TruncateSinks() 567 Switch->setCondition(Trunc); in TruncateSinks() 665 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local 666 TruncTysMap[I].push_back(Switch->getCondition()->getType()); in Mutate() 728 case Instruction::Switch: in isSupportedValue()
|
/freebsd/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/tools/tools/ath/athprom/ |
H A D | eeprom-5 | 17 | device type $deviceType | Switch Settling Time $switchSettling | 24 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo | 103 | device type $deviceType | Switch Settling Time $switchSettling | 110 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo | 181 | device type $deviceType | Switch Settling Time $switchSettling | 188 | Turbo txrx Attenuat $txrxAttenTurbo | Turbo Switch Settling $switchSettlingTurbo |
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm53340-ubnt-unifi-switch8.dts | 2 * DTS for Unifi Switch 8 port 15 model = "Ubiquiti UniFi Switch 8 (BCM53342)";
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
H A D | SourceExtraction.cpp | 44 if(const auto *Switch = dyn_cast<SwitchStmt>(S)) in isSemicolonRequiredAfter() local 45 return isSemicolonRequiredAfter(Switch->getBody()); in isSemicolonRequiredAfter()
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | r9a07g044c2-smarc.dts | 11 * DIP-Switch SW1 setting on SoM 40 * - Set DIP-Switch SW1-4 to Off position.
|
H A D | rz-smarc-common.dtsi | 16 * amixer cset name='Left Input Mixer L2 Switch' on 17 * amixer cset name='Right Input Mixer R2 Switch' on
|
/freebsd/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/sys/contrib/device-tree/Bindings/mfd/ |
H A D | axp20x.txt | 105 DC1SW : On/Off Switch : : DCDC1 secondary output 132 DC1SW : On/Off Switch : : DCDC1 secondary output 169 SW : On/Off Switch : swin-supply 183 DC1SW : On/Off Switch : : DCDC1 secondary output 196 SW : On/Off Switch : swin-supply 225 SW : On/Off Switch : swin-supply
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 163 SwitchInst *Switch; 168 CaseValue(CaseValue), Switch(SI) {} in PredicateSwitch() 164 SwitchInst *Switch; global() variable
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-linkstation.dtsi | 101 label = "Power-on Switch"; 107 label = "Power-auto Switch";
|
/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch_if.m | 168 # Get the Switch configuration 176 # Set the Switch configuration
|