Home
last modified time | relevance | path

Searched refs:executionMode (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c62 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable
154 (executionMode != iJIT_CALLGRAPH_ON)) in iJIT_NotifyEvent()
268 return executionMode; in iJIT_IsProfilingActive()
392 executionMode = (iJIT_IsProfilingActiveFlags)FUNC_Initialize(); in loadiJIT_Funcs()
401 if ( executionMode == iJIT_CALLGRAPH_ON ) in loadiJIT_Funcs()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp687 Value executionMode = in matchAndRewrite() local
690 loc, structType, structValue, executionMode, in matchAndRewrite()
/llvm-project-15.0.7/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md389 int32_t executionMode; int32_t executionMode;
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVStructureOps.td250 "spirv::ExecutionMode":$executionMode, "ArrayRef<int32_t>":$params)>];
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp2124 spirv::ExecutionMode executionMode, in build() argument
2127 spirv::ExecutionModeAttr::get(builder.getContext(), executionMode), in build()