Searched refs:MemoryInst (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2532 /// AccessTy/MemoryInst - This is the type for the access (e.g. double) and
2536 Instruction *MemoryInst; member in class:__anon2445::AddressingModeMatcher
2563 MemoryInst(MI), AddrMode(AM), InsertedInsts(InsertedInsts),
2577 Instruction *MemoryInst,
2586 MemoryInst, Result, InsertedInsts,
3501 return Val->isUsedInBasicBlock(MemoryInst->getParent());
3587 MemoryInst, Result, InsertedInsts,
3627 bool CodeGenPrepare::optimizeMemoryInst(Instruction *MemoryInst, Value *Addr, argument
3668 V, AccessTy, AddrSpace, MemoryInst, NewAddrModeInsts, *TM,
3716 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst
2576 Match(Value *V, Type *AccessTy, unsigned AS, Instruction *MemoryInst, SmallVectorImpl<Instruction*> &AddrModeInsts, const TargetMachine &TM, const SetOfInstrs &InsertedInsts, InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT) argument
3740 << *MemoryInst << "\\n"); local
3750 << *MemoryInst << "\\n"); local
3869 << *MemoryInst << "\\n"); local
[all...]

Completed in 152 milliseconds