Searched defs:AAKernelInfoFunction (Results 1 – 1 of 1) sorted by relevance
3658 struct AAKernelInfoFunction : AAKernelInfo { struct3659 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() argument3662 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()[all …]