| /freebsd-12.1/contrib/llvm/tools/llvm-diff/ |
| H A D | DifferenceEngine.cpp | 115 DifferenceEngine &Engine; member in __anon565615e00111::FunctionDifferenceEngine 175 DifferenceEngine::Context C(Engine, L, R); in unify() 192 DifferenceEngine::Context C(Engine, L, R); in diff() 229 if (Complain) Engine.log("called functions differ"); in diffCallSites() 233 if (Complain) Engine.log("argument counts differ"); in diffCallSites() 239 Engine.logf("arguments %l and %r differ") in diffCallSites() 258 if (Complain) Engine.log("different predicates"); in diff() 487 FunctionDifferenceEngine(DifferenceEngine &Engine) : in FunctionDifferenceEngine() argument 488 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine() 492 Engine.log("different argument counts"); in diff() [all …]
|
| H A D | DifferenceEngine.h | 37 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { in Context() 38 Engine.consumer.enterContext(L, R); in Context() 42 Engine.consumer.exitContext(); in ~Context() 46 DifferenceEngine &Engine;
|
| 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() 79 DifferenceEngine Engine(Consumer); in main() local 84 diffGlobal(Engine, *LModule, *RModule, GlobalsToCompare[I]); in main() 88 Engine.diff(LModule.get(), RModule.get()); in main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 197 DiagnosticsEngine &Engine = Context.getDiagnostics(); in FindSymbol() local 202 unsigned InvalidOffset = Engine.getCustomDiagID( in FindSymbol() 205 Engine.Report(SourceLocation(), InvalidOffset) in FindSymbol() 219 unsigned CouldNotFindSymbolAt = Engine.getCustomDiagID( in FindSymbol() 222 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol() 233 unsigned CouldNotFindSymbolNamed = Engine.getCustomDiagID( in FindSymbol() 235 Engine.Report(CouldNotFindSymbolNamed) << QualifiedName; in FindSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 67 Engine.enqueue(DstBegin); in processCallEnter() 319 NodeBuilderContext Ctx(Engine, calleeCtx->getCallSiteBlock(), CEENode); in processCallExit() 362 Engine.getWorkList()->enqueue(*PSI, calleeCtx->getCallSiteBlock(), in processCallExit() 450 Engine.getWorkList()->enqueue(N); in REGISTER_MAP_WITH_PROGRAMSTATE() 458 Engine.FunctionSummaries->bumpNumTimesInlined(D); in REGISTER_MAP_WITH_PROGRAMSTATE() 914 Optional<bool> MayInline = Engine.FunctionSummaries->mayInline(D); in shouldInlineCall() 923 Engine.FunctionSummaries->markMayInline(D); in shouldInlineCall() 925 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall() 938 Engine.FunctionSummaries->markShouldNotInline(D); in shouldInlineCall() 955 if ((Engine.FunctionSummaries->getNumTimesInlined(D) > in shouldInlineCall()
|
| H A D | ExprEngine.cpp | 196 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine() 745 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessStmt() 763 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessLoopExit() 851 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessInitializer() 878 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessImplicitDtor() 897 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessNewAllocator() 1236 Engine.addAbortedBlock(node, currBldrCtx->getBlock()); in Visit() 1471 Engine.addAbortedBlock(node, currBldrCtx->getBlock()); in Visit() 1846 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining() 1921 Engine.blocksExhausted.push_back(std::make_pair(L, Sink)); in processCFGBlockEntrance() [all …]
|
| H A D | CallEvent.cpp | 553 SubEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition() local 554 AnalyzerOptions &Opts = Engine.getAnalysisManager().options; in getRuntimeDefinition() 561 *Engine.getCrossTranslationUnitContext(); in getRuntimeDefinition()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 123 CoreEngine Engine; variable 165 return Engine.ExecuteWorkList(L, Steps, nullptr); 175 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst); in ExecuteWorkListWithInitialState() 395 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted() 396 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList() 397 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); } in hasWorkRemaining() 399 const CoreEngine &getCoreEngine() const { return Engine; } in getCoreEngine()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | tegra20.dtsi | 274 reg = <0x6001a000 0x1000 /* Syntax Engine */ 275 0x6001b000 0x1000 /* Video Bitstream Engine */ 276 0x6001c000 0x100 /* Macroblock Engine */ 277 0x6001c200 0x100 /* Post-processing Engine */ 278 0x6001c400 0x100 /* Motion Compensation Engine */ 279 0x6001c600 0x100 /* Transform Engine */
|
| H A D | tegra30.dtsi | 395 reg = <0x6001a000 0x1000 /* Syntax Engine */ 396 0x6001b000 0x1000 /* Video Bitstream Engine */ 397 0x6001c000 0x100 /* Macroblock Engine */ 398 0x6001c200 0x100 /* Post-processing Engine */ 399 0x6001c400 0x100 /* Motion Compensation Engine */ 400 0x6001c600 0x100 /* Transform Engine */
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | RT5350.hints | 18 # on-board Ralink Frame Engine
|
| H A D | WZR-300HP.hints | 138 # Pin 9 - Movie Engine On (LED Blue) 139 # Pin 10 - Movie Engine Off (LED Blue)
|
| H A D | MT7620.hints | 22 # on-board Ralink Frame Engine
|
| H A D | RT305X.hints | 16 # on-board Ralink Frame Engine
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | random | 192 template<class Engine, size_t p, size_t r> 220 const Engine& base() const noexcept; 223 template<class Engine, size_t p, size_t r> 229 template<class Engine, size_t p, size_t r> 272 const Engine& base() const noexcept; 299 template<class Engine, size_t k> 326 const Engine& base() const noexcept; 329 template<class Engine, size_t k> 335 template<class Engine, size_t k> 342 class Engine, size_t k> [all …]
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | c-ppc.texi | 92 Generate code for Cell Broadband Engine architecture.
|
| /freebsd-12.1/release/ |
| H A D | Makefile.vm | 30 GCE_DESC= Google Compute Engine image
|
| /freebsd-12.1/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_cfg.txt | 157 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
| H A D | t6fw_cfg_hashfilter.txt | 186 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
| H A D | t5fw_cfg.txt | 202 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
| H A D | t5fw_cfg_hashfilter.txt | 205 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
| H A D | t6fw_cfg.txt | 203 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
| H A D | t5fw_cfg_fpga.txt | 89 # The following Scatter Gather Engine (SGE) settings assume a 4KB Host 392 # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | games | 295 # Epic Games/Unreal Engine Package 297 0 lelong 0x9E2A83C1 Unreal Engine Package,
|
| /freebsd-12.1/sys/arm/conf/ |
| H A D | GENERIC | 265 # Marvell Cryptographic Engine and Security Accelerator
|