Home
last modified time | relevance | path

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

123456

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp114 DifferenceEngine &Engine; member in __anonf177e59c0111::FunctionDifferenceEngine
174 DifferenceEngine::Context C(Engine, L, R); in unify()
191 DifferenceEngine::Context C(Engine, L, R); in diff()
228 if (Complain) Engine.log("called functions differ"); in diffCallSites()
232 if (Complain) Engine.log("argument counts differ"); in diffCallSites()
238 Engine.logf("arguments %l and %r differ") in diffCallSites()
257 if (Complain) Engine.log("different predicates"); in diff()
486 FunctionDifferenceEngine(DifferenceEngine &Engine) : in FunctionDifferenceEngine() argument
487 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
491 Engine.log("different argument counts"); in diff()
[all …]
H A DDifferenceEngine.h36 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { in Context()
37 Engine.consumer.enterContext(L, R); in Context()
41 Engine.consumer.exitContext(); in ~Context()
45 DifferenceEngine &Engine;
H A Dllvm-diff.cpp41 static void diffGlobal(DifferenceEngine &Engine, Module &L, Module &R, in diffGlobal() argument
49 Engine.diff(LFn, RFn); in diffGlobal()
78 DifferenceEngine Engine(Consumer); in main() local
83 diffGlobal(Engine, *LModule, *RModule, GlobalsToCompare[I]); in main()
87 Engine.diff(LModule.get(), RModule.get()); in main()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/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 NoteTag::Factory &getNoteTags() { return Engine.getNoteTags(); } in getNoteTags()
435 bool wasBlocksExhausted() const { return Engine.wasBlocksExhausted(); } in wasBlocksExhausted()
436 bool hasEmptyWorkList() const { return !Engine.getWorkList()->hasWork(); } in hasEmptyWorkList()
437 bool hasWorkRemaining() const { return Engine.hasWorkRemaining(); } in hasWorkRemaining()
439 const CoreEngine &getCoreEngine() const { return Engine; } in getCoreEngine()
/netbsd/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVM-Build.cmake14 foreach(llvm_component all-targets Engine Native NativeCodeGen ${LLVM_TARGETS_TO_BUILD})
90 set_property(TARGET Engine APPEND PROPERTY LLVM_LINK_COMPONENTS "MCJIT" "Native")
92 set_property(TARGET Engine APPEND PROPERTY LLVM_LINK_COMPONENTS "Interpreter")
/netbsd/external/apache2/llvm/dist/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()
H A DCallEvent.cpp527 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getReturnValueUnderConstruction() local
529 Engine.computeObjectUnderConstruction(getOriginExpr(), getState(), in getReturnValueUnderConstruction()
563 ExprEngine &Engine = getState()->getStateManager().getOwningEngine(); in getRuntimeDefinition() local
564 AnalyzerOptions &Opts = Engine.getAnalysisManager().options; in getRuntimeDefinition()
571 *Engine.getCrossTranslationUnitContext(); in getRuntimeDefinition()
H A DExprEngine.cpp209 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine()
796 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessStmt()
814 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessLoopExit()
902 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessInitializer()
929 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessImplicitDtor()
948 Engine.enqueue(Dst, currBldrCtx->getBlock(), currStmtIdx); in ProcessNewAllocator()
1302 Engine.addAbortedBlock(node, currBldrCtx->getBlock()); in Visit()
1551 Engine.addAbortedBlock(node, currBldrCtx->getBlock()); in Visit()
1952 Engine.enqueueStmtNode(NewNode, CalleeSF->getCallSiteBlock(), in replayWithoutInlining()
2027 Engine.blocksExhausted.push_back(std::make_pair(L, Sink)); in processCFGBlockEntrance()
[all …]
/netbsd/external/apache2/llvm/dist/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()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dtegra20.dtsi303 reg = <0x6001a000 0x1000>, /* Syntax Engine */
304 <0x6001b000 0x1000>, /* Video Bitstream Engine */
305 <0x6001c000 0x100>, /* Macroblock Engine */
306 <0x6001c200 0x100>, /* Post-processing Engine */
307 <0x6001c400 0x100>, /* Motion Compensation Engine */
308 <0x6001c600 0x100>, /* Transform Engine */
H A Dtegra30.dtsi451 reg = <0x6001a000 0x1000>, /* Syntax Engine */
452 <0x6001b000 0x1000>, /* Video Bitstream Engine */
453 <0x6001c000 0x100>, /* Macroblock Engine */
454 <0x6001c200 0x100>, /* Post-processing Engine */
455 <0x6001c400 0x100>, /* Motion Compensation Engine */
456 <0x6001c600 0x100>, /* Transform Engine */
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/
H A DKconfig2 menu "Display Engine Configuration"
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Drandom200 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 …]
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dmep-ext-cop.cpu1 ; Toshiba MeP Media Engine architecture description. -*- Scheme -*-
H A Dmep-default.cpu1 ; Toshiba MeP Media Engine architecture description. -*- Scheme -*-
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dmep-ext-cop.cpu1 ; Toshiba MeP Media Engine architecture description. -*- Scheme -*-
H A Dmep-default.cpu1 ; Toshiba MeP Media Engine architecture description. -*- Scheme -*-
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dmep-ext-cop.cpu1 ; Toshiba MeP Media Engine architecture description. -*- Scheme -*-
H A Dmep-default.cpu1 ; Toshiba MeP Media Engine architecture description. -*- Scheme -*-
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dmep-ext-cop.cpu1 ; Toshiba MeP Media Engine architecture description. -*- Scheme -*-
H A Dmep-default.cpu1 ; Toshiba MeP Media Engine architecture description. -*- Scheme -*-
/netbsd/external/apache2/llvm/dist/llvm/lib/
H A DCMakeLists.txt48 add_llvm_component_group(Engine)
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d697 $(D alias Engine) specifies an engine type to use during matching, in foreach()
700 @trusted public struct RegexMatch(R, alias Engine = ThompsonMatcher) in foreach()
706 alias EngineType = Engine!Char; in foreach()
820 private @trusted auto matchOnce(alias Engine, RegEx, R)(R input, RegEx re) in matchOnce() argument
825 alias EngineType = Engine!Char; in matchOnce()
838 private auto matchMany(alias Engine, RegEx, R)(R input, RegEx re) in matchMany() argument
841 return RegexMatch!(R, Engine)(input, re); in matchMany()
/netbsd/sys/arch/arm/marvell/
H A Dfiles.marvell84 # IDMA Controller and XOR Engine

123456