Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Devices

2792   // Get list of devices we care about
2793 auto &Devices = CGM.getLangOpts().OMPTargetTriples;
2795 // We should be creating an offloading descriptor only if there are devices
2797 assert(!Devices.empty() && "No OpenMP offloading devices??");
2817 for (unsigned i = 0; i < Devices.size(); ++i) {
2818 StringRef T = Devices[i].getTriple();
2853 BinaryDescriptorTy, llvm::ConstantInt::get(CGM.Int32Ty, Devices.size()),
3127 // int32_t NumDevices; // Number of devices supported.