Home
last modified time | relevance | path

Searched refs:entryPoints (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/dxil-dis/
H A Dopaque-value_as_metadata.ll17 !dx.entryPoints = !{!8}
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp108 auto entryPoints = module.getOps<spirv::EntryPointOp>(); in getKernelGlobalVariables() local
109 if (!llvm::hasSingleElement(entryPoints)) { in getKernelGlobalVariables()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h348 SmallVector<uint32_t, 0> entryPoints; variable
H A DSerializer.cpp113 memoryModel.size() + entryPoints.size() + in collect()
125 binary.append(entryPoints.begin(), entryPoints.end()); in collect()
H A DSerializeOps.cpp564 encodeInstructionInto(entryPoints, spirv::Opcode::OpEntryPoint, operands); in processOp()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3227 entryPoints; in verifyRegions() local
3264 auto entryPtIt = entryPoints.find(key); in verifyRegions()
3265 if (entryPtIt != entryPoints.end()) { in verifyRegions()
3268 entryPoints[key] = entryPointOp; in verifyRegions()