Searched refs:MemoryInst (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 369 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, 2861 Instruction *MemoryInst; member in __anone6c077230711::AddressingModeMatcher 2898 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts), in AddressingModeMatcher() 2913 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match() argument 2923 MemoryInst, Result, InsertedInsts, in Match() 4631 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst() 4725 MatchedAddrModeInsts, TLI, TRI, AddressAccessTy, AS, MemoryInst, Result, in isProfitableToFoldIntoAddressingMode() 4773 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument 4831 V, AccessTy, AddrSpace, MemoryInst, AddrModeInsts, *TLI, *TRI, in optimizeMemoryInst() 4867 return IsNonLocalValue(V, MemoryInst->getParent()); in optimizeMemoryInst() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1819 Value *MemoryInst; in removeFromLookups() local 1821 MemoryInst = MUD->getMemoryInst(); in removeFromLookups() 1823 MemoryInst = MA->getBlock(); in removeFromLookups() 1825 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()
|