HomeSort by relevance Sort by last modified time
    Searched refs:isCompute (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 54 bool isCompute(CallingConv::ID cc);
AMDGPUBaseInfo.cpp 147 bool isCompute(CallingConv::ID cc) {
  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.cpp 139 if (AMDGPU::isCompute(F->getCallingConv()))
AMDGPUAsmPrinter.cpp 303 if (AMDGPU::isCompute(MF.getFunction()->getCallingConv())) {
585 if (AMDGPU::isCompute(MF.getFunction()->getCallingConv())) {
R600InstrInfo.cpp 201 return !AMDGPU::isCompute(MF->getFunction()->getCallingConv()) &&
211 return (AMDGPU::isCompute(MF->getFunction()->getCallingConv()) &&
    [all...]

Completed in 381 milliseconds