Searched defs:AAAddressSpaceImpl (Results 1 – 1 of 1) sorted by relevance
12481 struct AAAddressSpaceImpl : public AAAddressSpace { struct12482 AAAddressSpaceImpl(const IRPosition &IRP, Attributor &A) in AAAddressSpaceImpl() function12485 int32_t getAddressSpace() const override { in getAddressSpace()12491 void initialize(Attributor &A) override { in initialize()12496 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()12514 ChangeStatus manifest(Attributor &A) override { in manifest()12570 const std::string getAsStr(Attributor *A) const override { in getAsStr()12581 int32_t AssumedAddressSpace = NoAddressSpace;12583 bool takeAddressSpace(int32_t AS) { in takeAddressSpace()12591 static Value *peelAddrspacecast(Value *V) { in peelAddrspacecast()