Home
last modified time | relevance | path

Searched defs:AADereferenceableImpl (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp3163 struct AADereferenceableImpl : AADereferenceable { struct
3164 AADereferenceableImpl(const IRPosition &IRP) : AADereferenceable(IRP) {} in AADereferenceableImpl() function
3165 using StateType = DerefState;
3167 void initialize(Attributor &A) override { in initialize()
3185 StateType &getState() override { return *this; } in getState()
3186 const StateType &getState() const override { return *this; } in getState()
3190 void addAccessedBytesForUse(Attributor &A, const Use *U, in addAccessedBytesForUse()
3211 bool followUse(Attributor &A, const Use *U, const Instruction *I) { in followUse()
3223 ChangeStatus manifest(Attributor &A) override { in manifest()
3232 void getDeducedAttributes(LLVMContext &Ctx, in getDeducedAttributes()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp4837 struct AADereferenceableImpl : AADereferenceable { struct
4838 AADereferenceableImpl(const IRPosition &IRP, Attributor &A) in AADereferenceableImpl() argument
4840 using StateType = DerefState;
4843 void initialize(Attributor &A) override { in initialize()
4871 StateType &getState() override { return *this; } in getState()
4872 const StateType &getState() const override { return *this; } in getState()
4876 void addAccessedBytesForUse(Attributor &A, const Use *U, const Instruction *I, in addAccessedBytesForUse()
4894 bool followUseInMBEC(Attributor &A, const Use *U, const Instruction *I, in followUseInMBEC()
4909 ChangeStatus manifest(Attributor &A) override { in manifest()
4918 void getDeducedAttributes(LLVMContext &Ctx, in getDeducedAttributes()
[all …]