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.cpp3461 Instruction *MemoryInst; member in __anon1d600f580d11::AddressingModeMatcher
3515 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, in Match()
5454 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, in optimizeMemoryInst()
5869 bool CodeGenPrepare::optimizeGatherScatterInst(Instruction *MemoryInst, in optimizeGatherScatterInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1849 Value *MemoryInst; in removeFromLookups() local