Searched refs:entryPoints (Results 1 – 6 of 6) sorted by relevance
17 !dx.entryPoints = !{!8}
108 auto entryPoints = module.getOps<spirv::EntryPointOp>(); in getKernelGlobalVariables() local109 if (!llvm::hasSingleElement(entryPoints)) { in getKernelGlobalVariables()
348 SmallVector<uint32_t, 0> entryPoints; variable
113 memoryModel.size() + entryPoints.size() + in collect()125 binary.append(entryPoints.begin(), entryPoints.end()); in collect()
564 encodeInstructionInto(entryPoints, spirv::Opcode::OpEntryPoint, operands); in processOp()
3227 entryPoints; in verifyRegions() local3264 auto entryPtIt = entryPoints.find(key); in verifyRegions()3265 if (entryPtIt != entryPoints.end()) { in verifyRegions()3268 entryPoints[key] = entryPointOp; in verifyRegions()