Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3367 Instruction *MemoryInst; global() member in __anond527a6aa0c11::AddressingModeMatcher
3421 Match(Value * V,Type * AccessTy,unsigned AS,Instruction * MemoryInst,SmallVectorImpl<Instruction * > & AddrModeInsts,const TargetLowering & TLI,const LoopInfo & LI,const std::function<const DominatorTree & ()> getDTFn,const TargetRegisterInfo & TRI,const SetOfInstrs & InsertedInsts,InstrToOrigTy & PromotedInsts,TypePromotionTransaction & TPT,std::pair<AssertingVH<GetElementPtrInst>,int64_t> & LargeOffsetGEP,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) Match() argument
5350 optimizeMemoryInst(Instruction * MemoryInst,Value * Addr,Type * AccessTy,unsigned AddrSpace) optimizeMemoryInst() argument
5753 optimizeGatherScatterInst(Instruction * MemoryInst,Value * Ptr) optimizeGatherScatterInst() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1804 Value *MemoryInst; removeFromLookups() local