Lines Matching defs:AAKernelInfoFunction
3659 struct AAKernelInfoFunction : AAKernelInfo { struct
3660 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() function
3663 SmallPtrSet<Instruction *, 4> GuardedInstructions;
3665 SmallPtrSetImpl<Instruction *> &getGuardedInstructions() { in getGuardedInstructions()
3669 void setConfigurationOfKernelEnvironment(ConstantStruct *ConfigC) { in setConfigurationOfKernelEnvironment()
3687 KERNEL_ENVIRONMENT_CONFIGURATION_SETTER(MayUseNestedParallelism) in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3892 static std::string sanitizeForGlobalName(std::string S) { in sanitizeForGlobalName()
3905 ChangeStatus manifest(Attributor &A) override { in manifest()
3942 void insertInstructionGuardsHelper(Attributor &A) { in insertInstructionGuardsHelper()
4163 void forceSingleThreadPerWorkgroupHelper(Attributor &A) { in forceSingleThreadPerWorkgroupHelper()
4215 bool changeToSPMDMode(Attributor &A, ChangeStatus &Changed) { in changeToSPMDMode()
4299 bool buildCustomStateMachine(Attributor &A, ChangeStatus &Changed) { in buildCustomStateMachine()
4628 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
4791 void updateReachingKernelEntries(Attributor &A, in updateReachingKernelEntries()
4819 void updateParallelLevels(Attributor &A) { in updateParallelLevels()