Home
last modified time | relevance | path

Searched refs:Engine (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.h36 Context(DifferenceEngine &Engine, const Value *L, const Value *R) in Context()
37 : Engine(Engine) { in Context()
38 Engine.consumer.enterContext(L, R); in Context()
42 Engine.consumer.exitContext(); in ~Context()
46 DifferenceEngine &Engine;
H A DDifferenceEngine.cpp114 DifferenceEngine &Engine; member in __anon3906a3ef0111::FunctionDifferenceEngine
181 DifferenceEngine::Context C(Engine, L, R); in unify()
198 DifferenceEngine::Context C(Engine, L, R); in diff()
236 if (Complain) Engine.log("called functions differ"); in diffCallSites()
240 if (Complain) Engine.log("argument counts differ"); in diffCallSites()
246 Engine.logf("arguments %l and %r differ") in diffCallSites()
266 if (Complain) Engine.log("different predicates"); in diff()
589 FunctionDifferenceEngine(DifferenceEngine &Engine, in FunctionDifferenceEngine() argument
592 : Engine(Engine), SavedLHS(SavedLHS), SavedRHS(SavedRHS), in FunctionDifferenceEngine()
597 Engine.log("different argument counts"); in diff()
[all …]
H A Dllvm-diff.cpp41 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, in diffGlobal() argument
49 Engine.diff(LFn, RFn); in diffGlobal()
82 DifferenceEngine Engine(Consumer); in main() local
87 diffGlobal(Engine, *LModule, *RModule, GlobalsToCompare[I]); in main()
91 Engine.diff(LModule.get(), RModule.get()); in main()
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dnvidia,tegra-vde.txt1 NVIDIA Tegra Video Decoder Engine
44 reg = <0x6001a000 0x1000 /* Syntax Engine */
45 0x6001b000 0x1000 /* Video Bitstream Engine */
46 0x6001c000 0x100 /* Macroblock Engine */
47 0x6001c200 0x100 /* Post-processing Engine */
48 0x6001c400 0x100 /* Motion Compensation Engine */
49 0x6001c600 0x100 /* Transform Engine */
H A Daspeed-video.txt1 * Device tree bindings for Aspeed Video Engine
3 The Video Engine (VE) embedded in the Aspeed AST2400/2500/2600 SOCs can
H A Dti,vpe.yaml7 title: Texas Instruments DRA7x Video Processing Engine (VPE) Device Tree Bindings
13 The Video Processing Engine (VPE) is a key component for image post
H A Drenesas,ceu.yaml7 title: Renesas Capture Engine Unit (CEU) Bindings
14 The Capture Engine Unit is the image capture interface found in the Renesas SH
/freebsd-13.1/sys/contrib/device-tree/Bindings/mips/cavium/
H A Ddma-engine.txt1 * DMA Engine.
3 The Octeon DMA Engine transfers between the Boot Bus and main memory.
4 The DMA Engine will be referred to by phandle by any device that is
12 - reg: The base address of the DMA Engine's register bank.
/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Draideng.txt1 * Freescale 85xx RAID Engine nodes
3 RAID Engine nodes are defined to describe on-chip RAID accelerators. Each RAID
4 Engine should have a separate node.
12 This identifies RAID Engine block. 1 in 1.0 represents
30 There must be a sub-node for each job queue present in RAID Engine
31 This node must be a sub-node of the main RAID Engine node
48 There must be a sub-node for each job ring present in RAID Engine
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp239 DiagnosticsEngine &Engine = Context.getDiagnostics(); in FindSymbol() local
244 unsigned InvalidOffset = Engine.getCustomDiagID( in FindSymbol()
247 Engine.Report(SourceLocation(), InvalidOffset) in FindSymbol()
261 unsigned CouldNotFindSymbolAt = Engine.getCustomDiagID( in FindSymbol()
264 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol()
275 unsigned CouldNotFindSymbolNamed = Engine.getCustomDiagID( in FindSymbol()
277 Engine.Report(CouldNotFindSymbolNamed) << QualifiedName; in FindSymbol()
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,geni-se.yaml7 title: GENI Serial Engine QUP Wrapper Controller
17 Interfaces, using its internal Serial Engines. The GENI Serial Engine QUP
66 description: Common properties for GENI Serial Engine based I2C, SPI and
71 description: GENI Serial Engine register address and length.
156 description: GENI Serial Engine based UART Controller.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h147 CoreEngine Engine; variable
192 return Engine.ExecuteWorkList(L, Steps, nullptr);
202 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState()
431 DataTag::Factory &getDataTags() { return Engine.getDataTags(); } in getDataTags()
434 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted()
435 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList()
436 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); } in hasWorkRemaining()
438 const CoreEngine &getCoreEngine() const { return Engine; } in getCoreEngine()
/freebsd-13.1/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,ixp4xx-network-processing-engine.yaml8 title: Intel IXP4xx Network Processing Engine
14 On the IXP4xx SoCs, the Network Processing Engine (NPE) is a small
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Ddma-common.yaml7 title: DMA Engine Generic Binding
13 Generic binding to provide a way for a driver using DMA Engine to
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp70 Engine.enqueue(DstBegin); in processCallEnter()
322 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), CEENode); in processCallExit()
362 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), in processCallExit()
468 Engine.getWorkList()->enqueue(N); in REGISTER_MAP_WITH_PROGRAMSTATE()
476 Engine.FunctionSummaries->bumpNumTimesInlined(D); in REGISTER_MAP_WITH_PROGRAMSTATE()
982 Optional<bool> MayInline = Engine.FunctionSummaries->mayInline(D); in shouldInlineCall()
991 Engine.FunctionSummaries->markMayInline(D); in shouldInlineCall()
993 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall()
1006 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall()
1020 if ((Engine.FunctionSummaries->getNumTimesInlined(D) > in shouldInlineCall()
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/
H A Dwm,prizm-ge-rops.txt1 VIA/Wondermedia Graphics Engine Controller
/freebsd-13.1/sys/contrib/device-tree/Bindings/misc/
H A Dxlnx,sd-fec.txt3 The Soft Decision Forward Error Correction (SDFEC) Engine is a Hard IP block
7 principally covers codes used by LTE. The FEC Engine offers significant
/freebsd-13.1/sys/contrib/device-tree/Bindings/ptp/
H A Dbrcm,ptp-dte.txt1 * Broadcom Digital Timing Engine(DTE) based PTP clock
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp308 std::default_random_engine Engine(Device()); in waitForUnlock() local
319 unsigned long WaitDurationMS = MinWaitDurationMS * Distribution(Engine); in waitForUnlock()
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dallwinner,sun4i-a10-ve-clk.yaml7 title: Allwinner A10 Video Engine Clock Device Tree Bindings
/freebsd-13.1/sys/mips/conf/
H A DRT5350.hints18 # on-board Ralink Frame Engine
/freebsd-13.1/sys/contrib/device-tree/Bindings/spi/
H A Dadi,axi-spi-engine.txt1 Analog Devices AXI SPI Engine controller Device Tree Bindings
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra20-pmc.yaml195 nvdec NVIDIA Video Decode Engine Tegra210
196 nvjpg NVIDIA JPEG Engine Tegra210
200 ve2 Video Encode Engine 2 Tegra210
201 venc Video Encode Engine All
202 vdec Video Decode Engine Tegra20/30/114/124
/freebsd-13.1/sys/contrib/device-tree/Bindings/ata/
H A Dcavium-compact-flash.txt20 - cavium,dma-engine-handle: Optional, a phandle for the DMA Engine connected
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/keystone/
H A Dkeystone.txt41 - K2G Industrial Communication Engine EVM

1234