Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3461 Instruction *MemoryInst; global() member in __anon072927cb0d11::AddressingModeMatcher
3515 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
5454 optimizeMemoryInst(Instruction * MemoryInst,Value * Addr,Type * AccessTy,unsigned AddrSpace) optimizeMemoryInst() argument
5869 optimizeGatherScatterInst(Instruction * MemoryInst,Value * Ptr) optimizeGatherScatterInst() argument
[all...]
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1894 llvm_is_volatile(value MemoryInst) llvm_is_volatile() argument
1899 llvm_set_volatile(value IsVolatile,value MemoryInst) llvm_set_volatile() argument
/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1849 Value *MemoryInst; in removeFromLookups() local