Searched refs:MemoryInst (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 430 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, Type *AccessTy, 432 bool optimizeGatherScatterInst(Instruction *MemoryInst, Value *Ptr); 3461 Instruction *MemoryInst; member in __anon1d600f580d11::AddressingModeMatcher 3500 AccessTy(AT), AddrSpace(AS), MemoryInst(MI), AddrMode(AM), in AddressingModeMatcher() 3515 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match() argument 3526 AccessTy, AS, MemoryInst, Result, in Match() 4307 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue() 5319 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst() 5454 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst() argument 5512 auto getDTFn = [MemoryInst, this]() -> const DominatorTree & { in optimizeMemoryInst() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSA.cpp | 1849 Value *MemoryInst; in removeFromLookups() local 1851 MemoryInst = MUD->getMemoryInst(); in removeFromLookups() 1853 MemoryInst = MA->getBlock(); in removeFromLookups() 1855 auto VMA = ValueToMemoryAccess.find(MemoryInst); in removeFromLookups()
|