Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3798 Instruction *MemoryInst; member in __anon1d600f580f11::AddressingModeMatcher
3852 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match()
5781 static BasicBlock::iterator findInsertPos(Value *Addr, Instruction *MemoryInst, in findInsertPos()
5826 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst()
6259 bool CodeGenPrepare::optimizeGatherScatterInst(Instruction *MemoryInst, in optimizeGatherScatterInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1849 Value *MemoryInst; in removeFromLookups() local