Searched refs:WorkFnAI (Results 1 – 1 of 1) sorted by relevance
4246 Instruction *WorkFnAI = in buildCustomStateMachine() local4249 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()4268 if (WorkFnAI->getType()->getPointerAddressSpace() != in buildCustomStateMachine()4270 WorkFnAI = new AddrSpaceCastInst( in buildCustomStateMachine()4271 WorkFnAI, in buildCustomStateMachine()4273 cast<PointerType>(WorkFnAI->getType()), in buildCustomStateMachine()4275 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()4276 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()4283 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()4286 Instruction *WorkFn = new LoadInst(VoidPtrTy, WorkFnAI, "worker.work_fn", in buildCustomStateMachine()