Searched refs:DispatchPtr (Results 1 – 7 of 7) sorted by relevance
52 << " DispatchPtr: " << FI.second.DispatchPtr in print()112 return std::make_pair(DispatchPtr ? &DispatchPtr : nullptr, in getPreloadedValue()
33 DispatchPtr(false), in SIMachineFunctionInfo()142 DispatchPtr = true; in SIMachineFunctionInfo()191 ArgInfo.DispatchPtr = ArgDescriptor::createRegister(TRI.getMatchingSuperReg( in addDispatchPtr()194 return ArgInfo.DispatchPtr.getRegister(); in addDispatchPtr()
243 Function *DispatchPtr = Mod->getFunction(DispatchPtrName); in runOnModule() local244 if (!DispatchPtr) // Dispatch ptr not used. in runOnModule()250 for (auto *U : DispatchPtr->users()) { in runOnModule()
234 CallInst *DispatchPtr = Builder.CreateCall(DispatchPtrFn, {}); in getLocalSizeYZ() local235 DispatchPtr->addAttribute(AttributeList::ReturnIndex, Attribute::NoAlias); in getLocalSizeYZ()236 DispatchPtr->addAttribute(AttributeList::ReturnIndex, Attribute::NonNull); in getLocalSizeYZ()239 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64); in getLocalSizeYZ()243 DispatchPtr, PointerType::get(I32Ty, AMDGPUAS::CONSTANT_ADDRESS)); in getLocalSizeYZ()
153 bool DispatchPtr : 1; variable317 return DispatchPtr; in hasDispatchPtr()
108 ArgDescriptor DispatchPtr; member
1583 ArgInfo.DispatchPtr = allocateSGPR64Input(CCInfo); in allocateSpecialInputSGPRs()