/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DifferenceEngine.h | 36 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 D | DifferenceEngine.cpp | 115 DifferenceEngine &Engine; member in __anon35eb8c210111::FunctionDifferenceEngine 251 Engine.logf("successor %l cannot be equivalent to %r; " in tryUnify() 265 DifferenceEngine::Context C(Engine, L, R); in unify() 295 DifferenceEngine::Context C(Engine, BDC.LBB, BDC.RBB); in checkAndReportDiffCandidates() 302 DifferenceEngine::Context C(Engine, L, R); in diff() 347 if (Complain) Engine.log("called functions differ"); in diffCallSites() 351 if (Complain) Engine.log("argument counts differ"); in diffCallSites() 357 Engine.logf("arguments %l and %r differ") in diffCallSites() 376 if (Complain) Engine.log("different instruction types"); in diff() 383 if (Complain) Engine.log("different predicates"); in diff() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | nvidia,tegra-vde.txt | 1 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 D | aspeed-video.txt | 1 * Device tree bindings for Aspeed Video Engine 3 The Video Engine (VE) embedded in the Aspeed AST2400/2500/2600 SOCs can
|
H A D | renesas,vsp1.txt | 1 * Renesas VSP Video Processing Engine
|
H A D | renesas,imr.txt | 1 Renesas R-Car Image Renderer (Distortion Correction Engine)
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/ |
H A D | llvm-diff.cpp | 42 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, in diffGlobal() argument 50 Engine.diff(LFn, RFn); in diffGlobal() 83 DifferenceEngine Engine(Consumer); in main() local 88 diffGlobal(Engine, *LModule, *RModule, GlobalsToCompare[I]); in main() 92 Engine.diff(LModule.get(), RModule.get()); in main()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-NAN-USD | 47 This command maps to the Publish() method in the NAN Discovery Engine. 52 Engine. 57 Engine. 72 This command maps to the Subscribe() method in the NAN Discovery Engine. 76 This command maps to the CancelSubscribe() method in the NAN Discovery Engine. 80 This command maps to the Transmit() method in the NAN Discovery Engine. 87 Engine. 91 This event maps to the Replied() event in the NAN Discovery Engine. 96 Engine. 101 Engine. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
H A D | dma-engine.txt | 1 * 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/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | raideng.txt | 1 * 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/contrib/llvm-project/libcxx/include/ |
H A D | random | 200 template<class Engine, size_t p, size_t r> 205 typedef typename Engine::result_type result_type; 210 static constexpr result_type min() { return Engine::min(); } 211 static constexpr result_type max() { return Engine::max(); } 215 explicit discard_block_engine(const Engine& e); 216 explicit discard_block_engine(Engine&& e); 228 const Engine& base() const noexcept; 231 template<class Engine, size_t p, size_t r> 234 const discard_block_engine<Engine, p, r>& x, 235 const discard_block_engine<Engine, p, r>& y); [all …]
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 71 Engine.enqueue(DstBegin); in processCallEnter() 392 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), CEENode); in processCallExit() 433 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), Idx); in processCallExit() 512 inlineCall(Engine.getWorkList(), Call, D, Bldr, Pred, State); in REGISTER_MAP_WITH_PROGRAMSTATE() 518 inlineCall(Engine.getCTUWorkList(), Call, D, Bldr, Pred, State); in REGISTER_MAP_WITH_PROGRAMSTATE() 527 inlineCall(Engine.getWorkList(), Call, D, Bldr, Pred, State); in REGISTER_MAP_WITH_PROGRAMSTATE() 575 Engine.FunctionSummaries->bumpNumTimesInlined(D); in inlineCall() 1092 std::optional<bool> MayInline = Engine.FunctionSummaries->mayInline(D); in shouldInlineCall() 1101 Engine.FunctionSummaries->markMayInline(D); in shouldInlineCall() 1103 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall() [all …]
|
H A D | CallEvent.cpp | 546 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getReturnValueUnderConstruction() local 547 SVal RetVal = Engine.computeObjectUnderConstruction( in getReturnValueUnderConstruction() 548 getOriginExpr(), getState(), &Engine.getBuilderContext(), in getReturnValueUnderConstruction() 578 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition() local 580 *Engine.getCrossTranslationUnitContext(); in getRuntimeDefinition() 582 AnalyzerOptions &Opts = Engine.getAnalysisManager().options; in getRuntimeDefinition()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 145 CoreEngine Engine; variable 192 return Engine.ExecuteWorkList(L, Steps, nullptr); 426 DataTag::Factory &getDataTags() { return Engine.getDataTags(); } in getDataTags() 429 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted() 430 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList() 431 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); } in hasWorkRemaining() 433 const CoreEngine &getCoreEngine() const { return Engine; } in getCoreEngine() 844 bool isSecondPhaseCTU() { return IsCTUEnabled && !Engine.getCTUWorkList(); } in isSecondPhaseCTU()
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | wm,prizm-ge-rops.txt | 1 VIA/Wondermedia Graphics Engine Controller
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | sdhci-msm.txt | 38 - Inline Crypto Engine register map (optional) 43 - "ice" for Inline Crypto Engine register map (optional) 56 "ice" - clock for Inline Crypto Engine (optional)
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | xlnx,sd-fec.txt | 3 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/sys/contrib/device-tree/Bindings/ptp/ |
H A D | brcm,ptp-dte.txt | 1 * Broadcom Digital Timing Engine(DTE) based PTP clock
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | adi,axi-spi-engine.txt | 1 Analog Devices AXI SPI Engine controller Device Tree Bindings
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra114.dtsi | 269 reg = <0x6001a000 0x1000>, /* Syntax Engine */ 270 <0x6001b000 0x1000>, /* Video Bitstream Engine */ 271 <0x6001c000 0x100>, /* Macroblock Engine */ 272 <0x6001c200 0x100>, /* Post-processing Engine */ 273 <0x6001c400 0x100>, /* Motion Compensation Engine */ 274 <0x6001c600 0x100>, /* Transform Engine */
|
H A D | tegra20.dtsi | 336 reg = <0x6001a000 0x1000>, /* Syntax Engine */ 337 <0x6001b000 0x1000>, /* Video Bitstream Engine */ 338 <0x6001c000 0x100>, /* Macroblock Engine */ 339 <0x6001c200 0x100>, /* Post-processing Engine */ 340 <0x6001c400 0x100>, /* Motion Compensation Engine */ 341 <0x6001c600 0x100>, /* Transform Engine */
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | cavium-compact-flash.txt | 20 - cavium,dma-engine-handle: Optional, a phandle for the DMA Engine connected
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtk-nand.txt | 23 - ecc-engine: Required ECC Engine node. 155 2) ECC Engine:
|
/freebsd/sys/contrib/device-tree/Bindings/arm/keystone/ |
H A D | keystone.txt | 41 - K2G Industrial Communication Engine EVM
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
H A D | usb.txt | 1 Freescale QUICC Engine USB Controller
|