Home
last modified time | relevance | path

Searched refs:MemoryInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp431 bool optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, Type *AccessTy,
433 bool optimizeGatherScatterInst(Instruction *MemoryInst, Value *Ptr);
3798 Instruction *MemoryInst; member in __anon1d600f580f11::AddressingModeMatcher
3837 AccessTy(AT), AddrSpace(AS), MemoryInst(MI), AddrMode(AM), in AddressingModeMatcher()
3852 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match() argument
3863 AccessTy, AS, MemoryInst, Result, in Match()
4643 getDTFn().dominates(IVInc, MemoryInst)) { in matchScaledValue()
5662 return Val->isUsedInBasicBlock(MemoryInst->getParent()); in valueAlreadyLiveAtInst()
5781 static BasicBlock::iterator findInsertPos(Value *Addr, Instruction *MemoryInst, in findInsertPos() argument
5784 return MemoryInst->getIterator(); in findInsertPos()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1849 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()