Lines Matching defs:AAKernelInfoFunction
3658 struct AAKernelInfoFunction : AAKernelInfo { struct
3659 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() function
3662 SmallPtrSet<Instruction *, 4> GuardedInstructions;
3664 SmallPtrSetImpl<Instruction *> &getGuardedInstructions() { in getGuardedInstructions()
3668 void setConfigurationOfKernelEnvironment(ConstantStruct *ConfigC) { in setConfigurationOfKernelEnvironment()
3686 KERNEL_ENVIRONMENT_CONFIGURATION_SETTER(MayUseNestedParallelism) in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()
3891 static std::string sanitizeForGlobalName(std::string S) { in sanitizeForGlobalName()
3904 ChangeStatus manifest(Attributor &A) override { in manifest()
3941 void insertInstructionGuardsHelper(Attributor &A) { in insertInstructionGuardsHelper()
4164 void forceSingleThreadPerWorkgroupHelper(Attributor &A) { in forceSingleThreadPerWorkgroupHelper()
4216 bool changeToSPMDMode(Attributor &A, ChangeStatus &Changed) { in changeToSPMDMode()
4300 bool buildCustomStateMachine(Attributor &A, ChangeStatus &Changed) { in buildCustomStateMachine()
4629 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
4792 void updateReachingKernelEntries(Attributor &A, in updateReachingKernelEntries()
4820 void updateParallelLevels(Attributor &A) { in updateParallelLevels()