Home
last modified time | relevance | path

Searched defs:executionMode (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A Djitprofiling.c62 static iJIT_IsProfilingActiveFlags executionMode = iJIT_NOTHING_RUNNING; variable
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp749 Value executionMode = rewriter.create<LLVM::ConstantOp>( matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp856 spirv::ExecutionMode executionMode, in build() argument