| /freebsd-12.1/sys/dev/extres/syscon/ |
| H A D | syscon_generic.c | 61 uint32_t clear_bits, uint32_t set_bits); 118 uint32_t clear_bits, uint32_t set_bits) in syscon_generic_modify_4() argument 128 val |= set_bits; in syscon_generic_modify_4()
|
| H A D | syscon_if.m | 64 uint32_t set_bits;
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | CodeGenCoverage.cpp | 49 return RuleCoverage.set_bits(); in covered() 115 for (uint64_t I : RuleCoverage.set_bits()) in emit()
|
| /freebsd-12.1/sys/dev/fdt/ |
| H A D | simple_mfd.c | 65 uint32_t clear_bits, uint32_t set_bits); 115 uint32_t clear_bits, uint32_t set_bits) in simple_mfd_syscon_modify_4() argument 125 val |= set_bits; in simple_mfd_syscon_modify_4()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | SpillPlacement.cpp | 321 for (unsigned n : ActiveNodes->set_bits()) { in scanActiveBundles() 376 for (unsigned n : ActiveNodes->set_bits()) in finish()
|
| H A D | AggressiveAntiDepBreaker.cpp | 144 : CriticalPathSet.set_bits()) dbgs() in AggressiveAntiDepBreaker() 591 for (unsigned r : BV.set_bits()) in FindSuitableFreeRegisters()
|
| H A D | TargetRegisterInfo.cpp | 69 for (unsigned Reg : RegisterSet.set_bits()) { in checkAllSuperRegsMarked()
|
| H A D | RegAllocGreedy.cpp | 381 for (unsigned i : LiveBundles.set_bits()) in getBundles() 1391 for (int i : Cand.LiveBundles.set_bits()) in calcCompactRegion() 1930 for (int i : Cand.LiveBundles.set_bits()) in calculateRegionSplitCost()
|
| H A D | TargetLoweringBase.cpp | 1057 for (unsigned i : SuperRegRC.set_bits()) { in findRepresentativeClass()
|
| H A D | MachineVerifier.cpp | 810 for (unsigned I : PR.set_bits()) { in visitMachineBasicBlockBefore()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 3065 for (unsigned LI : Loops.set_bits()) { in propagate() 3363 for (unsigned VI : BV.set_bits()) { in dumpSmallBitVector() 3575 for (unsigned SI : Separable.set_bits()) { in depends() 3614 for (unsigned SI : Coupled.set_bits()) { in depends() 3621 for (unsigned SJ : Group.set_bits()) { in depends() 3633 for (unsigned SJ : Sivs.set_bits()) { in depends() 3691 for (unsigned SJ : Mivs.set_bits()) { in depends() 3704 for (unsigned SJ : Mivs.set_bits()) { in depends() 3903 for (unsigned SI : Separable.set_bits()) { in getSplitIteration() 3930 for (unsigned SI : Coupled.set_bits()) { in getSplitIteration() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | Debugify.cpp | 279 for (unsigned Idx : MissingLines.set_bits()) in checkDebugifyMetadata() 282 for (unsigned Idx : MissingVars.set_bits()) in checkDebugifyMetadata()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegColoring.cpp | 145 for (unsigned C : UsedColors.set_bits()) { in runOnMachineFunction()
|
| /freebsd-12.1/sys/dev/usb/serial/ |
| H A D | usb_serial.c | 1069 uint8_t set_bits, uint8_t clear_bits) in ucom_line_state() argument 1077 DPRINTF("on=0x%02x, off=0x%02x\n", set_bits, clear_bits); in ucom_line_state() 1080 sc->sc_pls_curr |= set_bits; in ucom_line_state() 1082 sc->sc_pls_set |= set_bits; in ucom_line_state()
|
| /freebsd-12.1/sys/dev/cxgb/common/ |
| H A D | cxgb_ael1002.c | 96 unsigned short set_bits; member 108 rv->set_bits); in set_phy_regs() 112 rv->set_bits); in set_phy_regs()
|
| /freebsd-12.1/sys/arm/ti/ |
| H A D | ti_gpio.c | 737 bool set_bits) in ti_gpio_rwreg_modify() argument 742 ti_gpio_write_4(sc, reg, set_bits ? value | mask : value & ~mask); in ti_gpio_rwreg_modify()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 231 for (unsigned I : ChangingRegs.set_bits()) { in calculateDbgEntityHistory()
|
| /freebsd-12.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_gpio.c | 827 bool set_bits) in bcm_gpio_modify() argument 830 if (set_bits) in bcm_gpio_modify()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | SmallBitVector.h | 181 iterator_range<const_set_bits_iterator> set_bits() const { in set_bits() function
|
| H A D | BitVector.h | 130 iterator_range<const_set_bits_iterator> set_bits() const { in set_bits() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsDelaySlotFiller.cpp | 395 for (unsigned R : AllocSet.set_bits()) in setUnallocatableRegs()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 2014 for (unsigned Reg : SavedRegs.set_bits()) in determineCalleeSaves() 2030 : SavedRegs.set_bits()) dbgs() in determineCalleeSaves()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.cpp | 520 for (auto Reg : GPRsNoLRSP.set_bits()) { in findTemporariesForLR()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 1998 for (unsigned Reg : BVAllocatable.set_bits()) { in assignCalleeSavedSpillSlots()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 3383 for (unsigned InstrNum : TouchedInstructions.set_bits()) { in iterateTouchedInstructions()
|