| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileInference.cpp | 141 SrcEdge.Flow = 0; in addEdge() 148 DstEdge.Flow = 0; in addEdge() 166 Flow.push_back(std::make_pair(Edge.Dst, Edge.Flow)); in getFlow() 168 return Flow; in getFlow() 173 int64_t Flow = 0; in getFlow() local 176 Flow += Edge.Flow; in getFlow() 179 return Flow; in getFlow() 557 int64_t Flow; member 1029 Jump->Flow = Flow; in rebalanceBlock() 1195 int64_t Flow = 0; in extractWeights() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeVGPRLiveRange.cpp | 104 void collectElseRegionBlocks(MachineBasicBlock *Flow, 186 assert(Flow != Endif); in collectElseRegionBlocks() 192 if (Pred != Flow && !Blocks.contains(Pred)) in collectElseRegionBlocks() 272 if (Pred == Flow) in collectCandidateRegisters() 307 if (UseMBB == Flow || UseMBB == Endif) { in collectCandidateRegisters() 314 if ((UseMBB == Flow && IncomingMBB != If) || in collectCandidateRegisters() 410 if (Succ != Flow && !Blocks.contains(Succ)) { in updateLiveRangeInThenRegion() 509 MachineInstrBuilder PHI = BuildMI(*Flow, Flow->getFirstNonPHI(), DebugLoc(), in optimizeLiveRange() 511 for (auto *Pred : Flow->predecessors()) { in optimizeLiveRange() 546 OldVarInfo.AliveBlocks.reset(Flow->getNumber()); in optimizeLiveRange() [all …]
|
| H A D | AMDGPUInstrInfo.td | 361 // Flow Control Profile Types 369 // Flow Control DAG Nodes
|
| H A D | R600InstrFormats.td | 362 // Control Flow Instructions
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | fcs | 4 # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files 6 0 string FCS1.0 Flow Cytometry Standard (FCS) data, version 1.0 7 0 string FCS2.0 Flow Cytometry Standard (FCS) data, version 2.0 8 0 string FCS3.0 Flow Cytometry Standard (FCS) data, version 3.0
|
| H A D | nitpicker | 6 0 string NPFF NItpicker Flow File
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 856 FlowSet.insert(Flow); in getNextFlow() 861 TermDL[Flow] = std::move(DL); in getNextFlow() 863 DT->addNewBlock(Flow, Dominator); in getNextFlow() 865 return Flow; in getNextFlow() 879 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local 882 changeExit(PrevNode, Flow, true); in needPrefix() 884 return Flow; in needPrefix() 891 return getNextFlow(Flow); in needPostfix() 895 addPhiValues(Flow, Exit); in needPostfix() 959 Br->setDebugLoc(TermDL[Flow]); in wireFlow() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileInference.h | 31 uint64_t Flow{0}; 49 uint64_t Flow{0}; 219 BlockWeights[BB] = Func.Blocks[BlockIndex[BB]].Flow; in apply() 223 EdgeWeights[E] = Jump.Flow; in apply()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/tegra/ |
| H A D | nvidia,tegra20-flowctrl.txt | 1 NVIDIA Tegra Flow Controller
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SarifDiagnostics.cpp | 136 auto Flow = ThreadFlow::create() in createThreadFlows() local 140 Flows.push_back(Flow); in createThreadFlows()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestBean.java | 468 public static Flow 471 Flow f = new Flow(Flow.Kind.RETURN.name(), 3); in getFlow()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | aptina,mt9v111.txt | 5 based on Aptina MT9V011 sensor and an integrated Image Flow Processor (IFP).
|
| H A D | aptina,mt9v111.yaml | 14 based on Aptina MT9V011 sensor and an integrated Image Flow Processor (IFP).
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 118 // Control Flow Integrity 130 // Kernel Control Flow Integrity
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos850-pinctrl.dtsi | 225 /* USI_CMGP0: UART function (4 pins, Auto Flow Control) */ 232 /* USI_CMGP0: UART function (2 pins, Non-Auto Flow Control) */ 255 /* USI_CMGP1: UART function (4 pins, Auto Flow Control) */ 262 /* USI_CMGP1: UART function (2 pins, Non-Auto Flow Control) */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | marvell-pp2.txt | 20 - CM3 address space used for TX Flow Control
|
| H A D | marvell,pp2.yaml | 156 - description: CM3 address space used for TX Flow Control
|
| H A D | ti,k3-am654-cpsw-nuss.yaml | 29 Flow Control (802.3x) Support
|
| /freebsd-14.2/sys/contrib/dev/ice/ |
| H A D | README | 34 (such as dynamic tunneling, Intel(R) Ethernet Flow Director, RSS, and
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 254 // Windows Control Flow Guard checks take a single argument (the target function 273 // The Windows Control Flow Guard Check function preserves the same registers as
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | protocols | 111 ifmp 101 IFMP # Ipsilon Flow Management Protocol
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
| H A D | tst.Bean.ksh.out | 352 …robeDescription = syscall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, dept… 401 …robeDescription = syscall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, dept… 451 …robeDescription = syscall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, dept… 500 …robeDescription = syscall::malloc:entry, flow = org.opensolaris.os.dtrace.Flow[kind = RETURN, dept… 687 Flow: 688 serialized: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3] 689 deserialized: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3] 690 Flow: 691 encoded: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3] 692 decoded: org.opensolaris.os.dtrace.Flow[kind = RETURN, depth = 3]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrControl.td | 1 //===-- X86InstrControl.td - Control Flow Instructions -----*- tablegen -*-===// 14 // Control Flow Instructions.
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | DriverManual.txt | 291 5.3 Initialization Code Flow 325 5.4 Initiator Mode Command Code Flow 394 5.6 Target Mode Code Flow 542 5.9.3 Fibre Channel variants of Initiator Mode Code Flow
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pci/ |
| H A D | nvidia,tegra194-pcie.yaml | 155 optimum number of FC (Flow Control) credits with downstream devices:
|