Searched refs:ConsideredInsts (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 407 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/ |
D | CodeGenPrepare.cpp | 3493 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4119 SmallPtrSetImpl<Instruction *> &ConsideredInsts, const TargetLowering &TLI, in FindAllMemoryUses() argument 4122 if (!ConsideredInsts.insert(I).second) in FindAllMemoryUses() 4183 if (FindAllMemoryUses(UserI, MemoryUses, ConsideredInsts, TLI, TRI, in FindAllMemoryUses() 4271 SmallPtrSet<Instruction*, 16> ConsideredInsts; in isProfitableToFoldIntoAddressingMode() local 4272 if (FindAllMemoryUses(I, MemoryUses, ConsideredInsts, TLI, TRI)) in isProfitableToFoldIntoAddressingMode()
|