Home
last modified time | relevance | path

Searched refs:getStoreAddress (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Reactor/
DOptimizer.cpp76 , address(isStore ? inst->getStoreAddress() : inst->getLoadAddress()) in LoadStoreInst()
157 Ice::Operand *dest = store->getStoreAddress(); in propagateAlloca()
410 Ice::Operand *address = inst.getStoreAddress(); in optimizeSingleBasicBlockLoadsStores()
575 if(Ice::Variable *address = llvm::dyn_cast<Ice::Variable>(instruction->getStoreAddress())) in isDead()
612 if(use->getStoreAddress() == allocaAddress) in isStaticallyIndexedArray()
706 assert(load->getLoadAddress() == store->getStoreAddress()); in loadTypeMatchesStore()
729 assert(store1->getStoreAddress() == store2->getStoreAddress()); in storeTypeMatchesStore()
836 if(value == instruction->getStoreAddress()) in insert()
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp386 Instr->getStoreAddress()); in instrumentStore()
393 instrumentAccess(Context, Instr->getStoreAddress(), in instrumentStore()
466 RzUnpoison->getStoreAddress())); in instrumentRet()
DIceInst.cpp876 getStoreAddress()->dump(Func); in dump()
DIceInst.h119 Operand *getStoreAddress() const { return getSrc(1); } in getStoreAddress() function
DIceTargetLoweringX86BaseImpl.h751 Store->getStoreAddress()))
780 InstX86FakeRMW::create(Func, ArithSrcOther, Store->getStoreAddress(),
6939 Operand *Addr = Instr->getStoreAddress();
6961 Operand *Addr = Instr->getStoreAddress();
DIceTargetLoweringMIPS32.cpp5582 Operand *Addr = Instr->getStoreAddress(); in lowerStore()
DIceTargetLoweringARM32.cpp6153 Operand *Addr = Instr->getStoreAddress(); in lowerStore()