/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | qcom-labibb-regulator.yaml | 7 title: Qualcomm's LAB(LCD AMOLED Boost)/IBB(Inverting Buck Boost) Regulator 13 LAB can be used as a positive boost power supply and IBB can be used as a 19 const: qcom,pmi8998-lab-ibb 48 ibb: 64 Short-circuit and over-current interrupts for ibb. 86 compatible = "qcom,pmi8998-lab-ibb"; 94 ibb {
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | pmi8998.dtsi | 56 compatible = "qcom,pmi8998-lab-ibb"; 58 ibb: ibb { label
|
H A D | sdm845-lg-judyln.dts | 25 ibb-supply = <&ibb>;
|
H A D | msm8998-sony-xperia-yoshino-lilac.dts | 17 &ibb {
|
H A D | msm8998-sony-xperia-yoshino-poplar.dts | 17 &ibb {
|
H A D | sdm845-sony-xperia-tama-akatsuki.dts | 31 &ibb {
|
H A D | msm8998-sony-xperia-yoshino-maple.dts | 29 &ibb {
|
H A D | sdm845-xiaomi-beryllium.dts | 229 vddneg-supply = <&ibb>; 276 &ibb {
|
H A D | sdm845-xiaomi-beryllium-common.dtsi | 255 &ibb { 284 vddneg-supply = <&ibb>;
|
H A D | sdm845-sony-xperia-tama.dtsi | 495 &ibb { 531 vsn-supply = <&ibb>;
|
H A D | sdm845-xiaomi-polaris.dts | 405 &ibb { 484 vddneg-supply = <&ibb>;
|
H A D | sm8250-xiaomi-elish.dts | 298 * ibb: 800000-5400000
|
H A D | sm8250-xiaomi-elish-common.dtsi | 296 * ibb: 800000-5400000
|
H A D | sm8250-sony-xperia-edo.dtsi | 268 * ibb: 800000-5400000
|
H A D | msm8998-sony-xperia-yoshino.dtsi | 269 &ibb {
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 1038 // Look at blocks (IBB) with multiple predecessors (PBB). in TailMergeBlocks() 1041 // to IBB, and in TailMergeBlocks() 1043 // not IBB; this may require adding back an unconditional branch to IBB in TailMergeBlocks() 1045 // Bcc IBB in TailMergeBlocks() 1049 // with a conceptual B to IBB after that, which never actually exists. in TailMergeBlocks() 1061 MachineBasicBlock *IBB = &*I; in TailMergeBlocks() local 1066 // Bail if merging after placement and IBB is the loop header because in TailMergeBlocks() 1067 // -- If merging predecessors that belong to the same loop as IBB, the in TailMergeBlocks() 1072 // --If merging predecessors that do not belong to the same loop as IBB, the in TailMergeBlocks() 1073 // loop info of IBB's loop and the other loops may be affected. Calling the in TailMergeBlocks() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BreakCriticalEdges.cpp | 317 BasicBlock *IBB = nullptr; in findIBRPredecessor() local 322 if (IBB) in findIBRPredecessor() 324 IBB = PredBB; in findIBRPredecessor() 335 return IBB; in findIBRPredecessor()
|
H A D | LoopSimplify.cpp | 410 BasicBlock *IBB = PN->getIncomingBlock(i); in insertUniqueBackedgeBlock() local 412 if (IBB == Preheader) { in insertUniqueBackedgeBlock() 415 NewPN->addIncoming(IV, IBB); in insertUniqueBackedgeBlock()
|
H A D | IntegerDivision.cpp | 158 BasicBlock *IBB = Builder.GetInsertBlock(); in generateUnsignedDivisionCode() local 159 Function *F = IBB->getParent(); in generateUnsignedDivisionCode()
|
H A D | Local.cpp | 887 BasicBlock *IBB = PN->getIncomingBlock(PI); in CanPropagatePredecessorsForPHIs() local 888 if (BBPreds.count(IBB) && in CanPropagatePredecessorsForPHIs() 889 !CanMergeValues(BBPN->getIncomingValueForBlock(IBB), in CanPropagatePredecessorsForPHIs() 895 << IBB->getName() << "\n"); in CanPropagatePredecessorsForPHIs() 905 BasicBlock *IBB = PN->getIncomingBlock(PI); in CanPropagatePredecessorsForPHIs() local 906 if (BBPreds.count(IBB) && in CanPropagatePredecessorsForPHIs() 911 << "predecessor " << IBB->getName() << "\n"); in CanPropagatePredecessorsForPHIs()
|
/freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
H A D | ebbg,ft8719.yaml | 62 vddneg-supply = <&ibb>;
|
H A D | sony,td4353-jdi.yaml | 71 vsn-supply = <&ibb>;
|
H A D | novatek,nt36672a.yaml | 75 vddneg-supply = <&ibb>;
|
H A D | novatek,nt35950.yaml | 81 avee-supply = <&ibb>;
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 640 BasicBlock *IBB = MPhi->getIncomingBlock(I); in updatePhisWhenInsertingUniqueBackedgeBlock() 642 if (IBB != Preheader) { in updatePhisWhenInsertingUniqueBackedgeBlock() 643 NewMPhi->addIncoming(IV, IBB); in updatePhisWhenInsertingUniqueBackedgeBlock() 649 BasicBlock *IBB = MPhi->getIncomingBlock(I); updatePhisWhenInsertingUniqueBackedgeBlock() local
|