HomeSort by relevance Sort by last modified time
    Searched defs:MemoryInst (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
AddrModeMatcher.h 59 /// AccessTy/MemoryInst - This is the type for the access (e.g. double) and
62 Instruction *MemoryInst;
76 : AddrModeInsts(AMI), TLI(T), AccessTy(AT), MemoryInst(MI), AddrMode(AM) {
85 Instruction *MemoryInst,
92 MemoryInst, Result).MatchAddr(V, 0);
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 715 bool CodeGenPrepare::OptimizeMemoryInst(Instruction *MemoryInst, Value *Addr,
753 AddressingModeMatcher::Match(V, AccessTy, MemoryInst,
797 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) {
812 IRBuilder<> Builder(MemoryInst);
821 << *MemoryInst);
826 << *MemoryInst);
892 MemoryInst->replaceUsesOfWith(Repl, SunkAddr);
    [all...]

Completed in 28 milliseconds