| /freebsd-14.2/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 __anoncf3dc2d70111::FunctionDifferenceEngine 265 DifferenceEngine::Context C(Engine, L, R); in unify() 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() 383 if (Complain) Engine.log("different predicates"); in diff() 767 FunctionDifferenceEngine(DifferenceEngine &Engine, in FunctionDifferenceEngine() argument 770 : Engine(Engine), SavedLHS(SavedLHS), SavedRHS(SavedRHS), in FunctionDifferenceEngine() 777 Engine.log("different argument counts"); in diff() [all …]
|
| /freebsd-14.2/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 | nvidia,tegra-vde.yaml | 7 title: NVIDIA Tegra Video Decoder Engine 97 reg = <0x6001a000 0x1000>, /* Syntax Engine */ 98 <0x6001b000 0x1000>, /* Video Bitstream Engine */ 99 <0x6001c000 0x100>, /* Macroblock Engine */ 100 <0x6001c200 0x100>, /* Post-processing Engine */ 101 <0x6001c400 0x100>, /* Motion Compensation Engine */ 102 <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 | ti,vpe.yaml | 7 title: Texas Instruments DRA7x Video Processing Engine (VPE) 13 The Video Processing Engine (VPE) is a key component for image post
|
| H A D | renesas,ceu.yaml | 7 title: Renesas Capture Engine Unit (CEU) 14 The Capture Engine Unit is the image capture interface found in the Renesas SH
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 237 DiagnosticsEngine &Engine = Context.getDiagnostics(); in FindSymbol() local 242 unsigned InvalidOffset = Engine.getCustomDiagID( in FindSymbol() 245 Engine.Report(SourceLocation(), InvalidOffset) in FindSymbol() 260 unsigned CouldNotFindSymbolAt = Engine.getCustomDiagID( in FindSymbol() 263 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol() 274 unsigned CouldNotFindSymbolNamed = Engine.getCustomDiagID( in FindSymbol() 276 Engine.Report(CouldNotFindSymbolNamed) << QualifiedName; in FindSymbol()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | random | 200 template<class Engine, size_t p, size_t r> 228 const Engine& base() const noexcept; 231 template<class Engine, size_t p, size_t r> 237 template<class Engine, size_t p, size_t r> 280 const Engine& base() const noexcept; 307 template<class Engine, size_t k> 334 const Engine& base() const noexcept; 337 template<class Engine, size_t k> 343 template<class Engine, size_t k> 350 class Engine, size_t k> [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | aspeed,ast2500-hace.yaml | 13 The Hash and Crypto Engine (HACE) is designed to accelerate the throughput 15 divided into two independently engines - Hash Engine and Crypto Engine.
|
| H A D | aspeed,ast2600-acry.yaml | 15 divided into two independent engines - ECC Engine and RSA Engine.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | mediatek,gce-mailbox.yaml | 7 title: Mediatek Global Command Engine Mailbox 13 The Global Command Engine (GCE) is used to help read/write registers with 46 - description: Global Command Engine clock
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | arm,malidp.yaml | 32 The interrupt used by the Display Engine (DE). Can be shared with 33 the interrupt for the Scaling Engine (SE), but it will have to be 36 The interrupt used by the Scaling Engine (SE). Can be shared with 37 the interrupt for the Display Engine (DE), but it will have to be
|
| H A D | wm,prizm-ge-rops.txt | 1 VIA/Wondermedia Graphics Engine Controller
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 145 CoreEngine Engine; variable 190 return Engine.ExecuteWorkList(L, Steps, nullptr); 200 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState() 434 DataTag::Factory &getDataTags() { return Engine.getDataTags(); } in getDataTags() 437 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted() 438 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList() 439 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); } in hasWorkRemaining() 441 const CoreEngine &getCoreEngine() const { return Engine; } in getCoreEngine() 852 bool isSecondPhaseCTU() { return IsCTUEnabled && !Engine.getCTUWorkList(); } in isSecondPhaseCTU()
|
| /freebsd-14.2/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() 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() 1091 std::optional<bool> MayInline = Engine.FunctionSummaries->mayInline(D); in shouldInlineCall() 1100 Engine.FunctionSummaries->markMayInline(D); in shouldInlineCall() 1102 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall() 1115 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/intel/ |
| H A D | intel,hps-copy-engine.yaml | 8 title: Intel HPS Copy Engine 14 The Intel Hard Processor System (HPS) Copy Engine is an IP block used to copy
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/dma/ |
| H A D | dma-common.yaml | 7 title: DMA Engine Common Properties 13 Generic binding to provide a way for a driver using DMA Engine to
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom,geni-se.yaml | 7 title: GENI Serial Engine QUP Wrapper Controller 16 Interfaces, using its internal Serial Engines. The GENI Serial Engine QUP 80 description: GENI Serial Engine based UART Controller.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,ixp4xx-network-processing-engine.yaml | 8 title: Intel IXP4xx Network Processing Engine 14 On the IXP4xx SoCs, the Network Processing Engine (NPE) is a small
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | sdhci-msm.yaml | 74 - description: clock for Inline Crypto Engine 185 - description: Inline Crypto Engine register map 200 - description: Inline Crypto Engine register map
|