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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h 15 // AddrModeInsts.
56 SmallVectorImpl<Instruction*> &AddrModeInsts;
76 : AddrModeInsts(AMI), TLI(T), AccessTy(AT), MemoryInst(MI), AddrMode(AM) {
83 /// instructions in AddrModeInsts.
86 SmallVectorImpl<Instruction*> &AddrModeInsts,
91 AddressingModeMatcher(AddrModeInsts, TLI, AccessTy,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 731 SmallVector<Instruction*, 16> AddrModeInsts;
763 AddrModeInsts = NewAddrModeInsts;
780 AddrModeInsts = NewAddrModeInsts;
796 for (unsigned i = 0, e = AddrModeInsts.size(); i != e; ++i) {
797 if (IsNonLocalValue(AddrModeInsts[i], MemoryInst->getParent())) {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 403 milliseconds