Searched refs:getExecutionMode (Results 1 – 4 of 4) sorted by relevance
97 AMDGPUDevice::getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const in getExecutionMode() function in AMDGPUDevice115 return getExecutionMode(Mode) != AMDGPUDeviceInfo::Unsupported; in isSupported()120 return getExecutionMode(Mode) == AMDGPUDeviceInfo::Hardware; in usesHardware()125 return getExecutionMode(Mode) == AMDGPUDeviceInfo::Software; in usesSoftware()
111 getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const;
566 SPIRVExecutionModeKind getExecutionMode()const { return ExecMode;} in getExecutionMode() function597 ExecModes[ExecMode->getExecutionMode()] = ExecMode; in addExecutionMode()599 SPIRVExecutionMode *getExecutionMode(SPIRVExecutionModeKind EMK)const { in getExecutionMode() function
2145 if (BF->getExecutionMode(ExecutionModeContractionOff)) { in transFPContractMetadata()2262 if (auto EM = BF->getExecutionMode(ExecutionModeLocalSize)) { in transKernelMetadata()2267 if (auto EM = BF->getExecutionMode(ExecutionModeLocalSizeHint)) { in transKernelMetadata()2272 if (auto EM = BF->getExecutionMode(ExecutionModeVecTypeHint)) { in transKernelMetadata()