Home
last modified time | relevance | path

Searched refs:ConsideredInsts (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp407 SmallPtrSet<Instruction*, 16> &ConsideredInsts, in FindAllMemoryUses() argument
410 if (!ConsideredInsts.insert(I)) in FindAllMemoryUses()
444 if (FindAllMemoryUses(cast<Instruction>(U), MemoryUses, ConsideredInsts, in FindAllMemoryUses()
542 SmallPtrSet<Instruction*, 16> ConsideredInsts; in IsProfitableToFoldIntoAddressingMode() local
543 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI)) in IsProfitableToFoldIntoAddressingMode()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3493 SmallPtrSetImpl<Instruction *> &ConsideredInsts, const TargetMachine &TM) { in FindAllMemoryUses() argument
3495 if (!ConsideredInsts.insert(I).second) in FindAllMemoryUses()
3535 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TM)) in FindAllMemoryUses()
3622 SmallPtrSet<Instruction*, 16> ConsideredInsts; in isProfitableToFoldIntoAddressingMode() local
3623 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TM)) in isProfitableToFoldIntoAddressingMode()