Searched defs:AAAlignImpl (Results 1 – 2 of 2) sorted by relevance
3448 struct AAAlignImpl : AAAlign { struct3449 AAAlignImpl(const IRPosition &IRP) : AAAlign(IRP) {} in AAAlignImpl() argument3452 void initialize(Attributor &A) override { in initialize()3465 ChangeStatus manifest(Attributor &A) override { in manifest()3499 getDeducedAttributes(LLVMContext &Ctx, in getDeducedAttributes()3506 bool followUse(Attributor &A, const Use *U, const Instruction *I) { in followUse()3517 const std::string getAsStr() const override { in getAsStr()
3746 struct AAAlignImpl : AAAlign { struct3747 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() function3750 void initialize(Attributor &A) override { in initialize()3777 ChangeStatus manifest(Attributor &A) override { in manifest()3817 getDeducedAttributes(LLVMContext &Ctx, in getDeducedAttributes()3825 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()3837 const std::string getAsStr() const override { in getAsStr()