Home
last modified time | relevance | path

Searched defs:IsKernel (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/igcdeps/src/
H A DLegacyInfoGeneration.cpp72 auto IsKernel = [](const vISA::ZESymEntry &Entry) { in validateFunctionSymbolTable() local
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/sph/kernel/
H A DKernel.h591 struct IsKernel { struct
596 struct IsKernel<T, VoidType<decltype(std::declval<T>().radius())>> { argument
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/kernel/memory/
H A Dpage_table.h226 constexpr bool IsKernel() const { in IsKernel() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp70 const bool IsKernel = CC == CallingConv::AMDGPU_KERNEL || in SIMachineFunctionInfo() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/include/vc/GenXOpts/Utils/
H A DKernelInfo.h109 bool IsKernel = false; variable
/dports/sysutils/rocr/ROCR-Runtime-5ab09ee/src/loader/
H A Dexecutable.hpp82 bool IsKernel() const { in IsKernel() function in amd::hsa::loader::SymbolImpl
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp745 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp749 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp745 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp745 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp740 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp745 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp745 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp747 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp745 bool DynamicLoaderDarwinKernel::KextImageInfo::IsKernel() const { in IsKernel() function in DynamicLoaderDarwinKernel::KextImageInfo
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DSPIRVReader.cpp2687 auto IsKernel = isKernel(BF); in transFunction() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/
H A DSPIRVReader.cpp3982 auto IsKernel = BM->isEntryPoint(ExecutionModelKernel, BF->getId()); in transFunction() local
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1873 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2013 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2156 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2052 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2156 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2052 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2052 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2254 bool IsKernel = AMDGPU::isKernel(CallConv); in LowerFormalArguments() local

12