Searched refs:MatchedAddrModeInsts (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 550 SmallVector<Instruction*, 32> MatchedAddrModeInsts; in IsProfitableToFoldIntoAddressingMode() local 567 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, AddressAccessTy, in IsProfitableToFoldIntoAddressingMode() 574 if (std::find(MatchedAddrModeInsts.begin(), MatchedAddrModeInsts.end(), in IsProfitableToFoldIntoAddressingMode() 575 I) == MatchedAddrModeInsts.end()) in IsProfitableToFoldIntoAddressingMode() 578 MatchedAddrModeInsts.clear(); in IsProfitableToFoldIntoAddressingMode()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3635 SmallVector<Instruction*, 32> MatchedAddrModeInsts; in isProfitableToFoldIntoAddressingMode() local 3655 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TM, AddressAccessTy, AS, in isProfitableToFoldIntoAddressingMode() 3668 if (std::find(MatchedAddrModeInsts.begin(), MatchedAddrModeInsts.end(), in isProfitableToFoldIntoAddressingMode() 3669 I) == MatchedAddrModeInsts.end()) in isProfitableToFoldIntoAddressingMode() 3672 MatchedAddrModeInsts.clear(); in isProfitableToFoldIntoAddressingMode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4284 SmallVector<Instruction*, 32> MatchedAddrModeInsts; in isProfitableToFoldIntoAddressingMode() local 4307 MatchedAddrModeInsts, TLI, TRI, AddressAccessTy, AS, MemoryInst, Result, in isProfitableToFoldIntoAddressingMode() 4319 if (!is_contained(MatchedAddrModeInsts, I)) in isProfitableToFoldIntoAddressingMode() 4322 MatchedAddrModeInsts.clear(); in isProfitableToFoldIntoAddressingMode()
|