Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/Profile/
H A Dcxx-hash-v2.cpp112 static void *dispatch[] = {&&done}; in no_gotos() local
119 static void *dispatch[] = {&&done}; in direct_goto() local
127 static void *dispatch[] = {&&done}; in indirect_goto() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp21 void InPlaceTaskDispatcher::dispatch(std::unique_ptr<Task> T) { T->run(); } in dispatch() function in llvm::orc::InPlaceTaskDispatcher
26 void DynamicThreadPoolTaskDispatcher::dispatch(std::unique_ptr<Task> T) { in dispatch() function in llvm::orc::DynamicThreadPoolTaskDispatcher
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-registry.cpp34 HandlerType dispatch(cl::SubCommand *SC) { in dispatch() function
/llvm-project-15.0.7/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp43 unsigned RetireControlUnit::dispatch(const InstRef &IR) { in dispatch() function in llvm::mca::RetireControlUnit
H A DLSUnit.cpp69 unsigned LSUnit::dispatch(const InstRef &IR) { in dispatch() function in llvm::mca::LSUnit
H A DScheduler.cpp300 bool Scheduler::dispatch(InstRef &IR) { in dispatch() function in llvm::mca::Scheduler
/llvm-project-15.0.7/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp78 Error DispatchStage::dispatch(InstRef IR) { in dispatch() function in llvm::mca::DispatchStage
/llvm-project-15.0.7/llvm/lib/MCA/
H A DInstruction.cpp163 void Instruction::dispatch(unsigned RCUToken) { in dispatch() function in llvm::mca::Instruction
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp30 void SimpleRemoteEPCServer::ThreadDispatcher::dispatch( in dispatch() function in llvm::orc::SimpleRemoteEPCServer::ThreadDispatcher
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp259 ::DispatchFunction &dispatch) { in AppleThreadPlanStepThroughDirectDispatch()
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp241 target.addDynamicallyLegalOp<fir::DispatchOp>([](fir::DispatchOp dispatch) { in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp521 Value dispatch = in createAsyncDispatchFunction() local
763 auto dispatch = [&](OpBuilder &nestedBuilder, Location loc) { in matchAndRewrite() local
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h493 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) in IndirectGotoNodeBuilder()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp100 } else if (auto dispatch = mlir::dyn_cast<fir::DispatchOp>(op)) { in runOnOperation() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp4273 volatile kmp_disp_t *dispatch = this_thr->th.th_dispatch; in __kmp_initialize_info() local
7487 kmp_disp_t *dispatch; in __kmp_run_before_invoked_task() local