Searched defs:entryPoint (Results 1 – 5 of 5) sorted by relevance
14 -(int) entryPoint; method19 {
152 StringRef entryPoint, in compileAndExecute()243 StringRef entryPoint, in compileAndExecuteVoidFunction()286 StringRef entryPoint, in compileAndExecuteSingleReturnFunction()
42 void setEntryPoint(const char *entryPoint) { in setEntryPoint()109 const char *entryPoint) { in setEntryPoint()
147 if (auto entryPoint = spirv::lookupEntryPointABI(op)) in lookupLocalWorkGroupSize() local
129 auto entryPoint = *module.getOps<spirv::EntryPointOp>().begin(); in encodeKernelName() local