Searched refs:WorkFnAI (Results 1 – 1 of 1) sorted by relevance
3192 Instruction *WorkFnAI = in buildCustomStateMachine() local3195 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()3213 if (WorkFnAI->getType()->getPointerAddressSpace() != in buildCustomStateMachine()3215 WorkFnAI = new AddrSpaceCastInst( in buildCustomStateMachine()3216 WorkFnAI, in buildCustomStateMachine()3218 cast<PointerType>(WorkFnAI->getType()), in buildCustomStateMachine()3220 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()3221 WorkFnAI->setDebugLoc(DLoc); in buildCustomStateMachine()3228 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()3230 Instruction *WorkFn = new LoadInst(VoidPtrTy, WorkFnAI, "worker.work_fn", in buildCustomStateMachine()