Home
last modified time | relevance | path

Searched full:splitter (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsocfpga-dwmac.txt24 altr,emac-splitter: Should be the phandle to the emac splitter soft IP node if
25 DWMAC controller is connected emac splitter.
H A Daltr,socfpga-stmmac.yaml104 altr,emac-splitter:
107 Should be the phandle to the emac splitter soft IP node if DWMAC
108 controller is connected an emac splitter.
H A Daltr,gmii-to-sgmii-2.0.yaml22 - description: Registers for the emac splitter IP
/freebsd/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp111 size_t splitter = kv.find("="); in Parse() local
112 if (splitter == std::string::npos) { in Parse()
115 kv_map[kv.substr(0, splitter)] = kv.substr(splitter + 1); in Parse()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp80 return "Machine Function Splitter Transformation"; in getPassName()
208 INITIALIZE_PASS(MachineFunctionSplitter, "machine-function-splitter",
H A DRegAllocBase.h121 // or new set of split live virtual registers. It is up to the splitter to
H A DTargetPassConfig.cpp240 /// Enable the machine function splitter pass.
1233 // Machine function splitter uses the basic block sections feature. Both in addMachinePasses()
1235 // splitter if -basic-block-sections is requested. in addMachinePasses()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DGlobalSplit.h1 //===- GlobalSplit.h - global variable splitter -----------------*- C++ -*-===//
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_nb_regs.h873 [0] Splitter 0 bypass enable
874 [1] Splitter 1 bypass enable */
878 If store and forward is disabled, splitter does not check non-active BE in the middle of a transact…
889 /* Write splitter rate limit. */
892 /* Write splitter rate limit */
918 /* Read splitter rate limit */
921 /* Read splitter rate limit */
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/
H A Dzynqmp-sck-kv-g-revB.dts29 /* u27 - 0xe0 - STDP4320 DP/HDMI splitter */
H A Dzynqmp-sck-kv-g-revA.dts33 /* u27 - 0xe0 - STDP4320 DP/HDMI splitter */
H A Dzynqmp-sck-kv-g-revB.dtso96 /* u27 - 0xe0 - STDP4320 DP/HDMI splitter */
H A Dzynqmp-sck-kv-g-revA.dtso88 /* u27 - 0xe0 - STDP4320 DP/HDMI splitter */
/freebsd/contrib/bzip2/
H A Dbzip2recover.c279 # define BZ_SPLIT_SYM '\\' /* path splitter on Windows platform */
281 # define BZ_SPLIT_SYM '/' /* path splitter on Unix platform */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp594 template<typename Splitter>
595 bool ScalarizerVisitor::splitUnary(Instruction &I, const Splitter &Split) { in splitUnary()
622 template<typename Splitter>
623 bool ScalarizerVisitor::splitBinary(Instruction &I, const Splitter &Split) { in splitBinary()
H A DSROA.cpp3739 /// Initialize the splitter with an insertion point, Ptr and start with a
3842 LoadOpSplitter Splitter(&LI, *U, LI.getType(), LI.getAAMetadata(), in visitLoadInst() local
3845 Splitter.emitSplitOps(LI.getType(), V, LI.getName() + ".fca"); in visitLoadInst()
3915 StoreOpSplitter Splitter(&SI, *U, V->getType(), SI.getAAMetadata(), &SI, in visitStoreInst() local
3917 Splitter.emitSplitOps(V->getType(), V, V->getName() + ".fca"); in visitStoreInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp1 //===- GlobalSplit.cpp - global variable splitter -------------------------===//
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def222 DUMMY_MACHINE_FUNCTION_PASS("machine-function-splitter", MachineFunctionSplitterPass)
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp97 // In the first pass through each function that is being lowered, the splitter
128 // Therefore, after all instructions have been visited, the pointer splitter
1821 SplitPtrStructs Splitter(M.getContext(), &TM); in run() local
1823 Splitter.processFunction(*F); in run()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp510 // Add compact unwind splitter pass. in link_MachO_x86_64()
H A DMachO_arm64.cpp587 // Add compact unwind splitter pass. in link_MachO_arm64()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h349 * Struct that contains all elements of block splitter that should be allocated
430 /* Workspace for block splitter */
/freebsd/sys/contrib/zstd/
H A DCHANGELOG41 perf: Block splitter to improve compression ratio, enabled by default for high compression levels (…
/freebsd/sys/net/
H A Dif_media.h175 #define IFM_10G_CR1 IFM_X(34) /* 10GBase-CR1 Twinax splitter */
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1912 * Set to ZSTD_ps_disable to never use block splitter.
1913 * Set to ZSTD_ps_enable to always use block splitter.

12