Searched refs:WorkFnAI (Results 1 – 1 of 1) sorted by relevance
3847 Instruction *WorkFnAI = in buildCustomStateMachine() local3850 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()3869 if (WorkFnAI->getType()->getPointerAddressSpace() != in buildCustomStateMachine()3871 WorkFnAI = new AddrSpaceCastInst( in buildCustomStateMachine()3872 WorkFnAI, in buildCustomStateMachine()3874 cast<PointerType>(WorkFnAI->getType()), in buildCustomStateMachine()3876 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()3877 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()3884 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()3887 Instruction *WorkFn = new LoadInst(VoidPtrTy, WorkFnAI, "worker.work_fn", in buildCustomStateMachine()