Searched defs:AAKernelInfoFunction (Results 1 – 1 of 1) sorted by relevance
3661 struct AAKernelInfoFunction : AAKernelInfo { struct3662 AAKernelInfoFunction(const IRPosition &IRP, Attributor &A) in AAKernelInfoFunction() argument3665 SmallPtrSet<Instruction *, 4> GuardedInstructions;3667 SmallPtrSetImpl<Instruction *> &getGuardedInstructions() { in getGuardedInstructions()3671 void setConfigurationOfKernelEnvironment(ConstantStruct *ConfigC) { in setConfigurationOfKernelEnvironment()3689 KERNEL_ENVIRONMENT_CONFIGURATION_SETTER(MayUseNestedParallelism) in KERNEL_ENVIRONMENT_CONFIGURATION_SETTER()3899 static std::string sanitizeForGlobalName(std::string S) { in sanitizeForGlobalName()3912 ChangeStatus manifest(Attributor &A) override { in manifest()3949 void insertInstructionGuardsHelper(Attributor &A) { in insertInstructionGuardsHelper()4172 void forceSingleThreadPerWorkgroupHelper(Attributor &A) { in forceSingleThreadPerWorkgroupHelper()[all …]