HomeSort by relevance Sort by last modified time
    Searched refs:AddrModeInsts (Results 1 - 4 of 4) 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/Utils/
AddrModeMatcher.cpp 109 AddrModeInsts.push_back(cast<Instruction>(ScaleReg));
182 unsigned OldSize = AddrModeInsts.size();
189 AddrModeInsts.resize(OldSize);
198 AddrModeInsts.resize(OldSize);
261 unsigned OldSize = AddrModeInsts.size();
271 AddrModeInsts.resize(OldSize);
284 AddrModeInsts.resize(OldSize);
294 AddrModeInsts.resize(OldSize);
327 unsigned OldSize = AddrModeInsts.size();
336 AddrModeInsts.push_back(I)
    [all...]
  /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 86 milliseconds