Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp550 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/
DCodeGenPrepare.cpp3635 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()