HomeSort by relevance Sort by last modified time
    Searched defs:isKernel (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.cpp 15 IsKernel(MF.getFunction()->getCallingConv() == llvm::CallingConv::AMDGPU_KERNEL ||
20 bool AMDGPUMachineFunction::isKernel() const
22 return IsKernel;
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMachineFunctionInfo.h 34 bool IsKernel;
53 : IsKernel(false) {
66 /// setKernel/isKernel - Gets/sets a flag that indicates if this function is
68 void setKernel(bool _IsKernel=true) { IsKernel = _IsKernel; }
69 bool isKernel() const { return IsKernel; }
PTXAsmPrinter.cpp 408 const bool isKernel = MFI->isKernel();
412 std::string decl = isKernel ? ".entry" : ".func";
414 if (!isKernel) {
453 if (isKernel || ST.useParamSpaceForDeviceArgs()) {
  /cts/hostsidetests/security/src/android/security/cts/
SELinuxHostTest.java     [all...]

Completed in 266 milliseconds