Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3355 class AddressingModeMatcher { class
3395 AddressingModeMatcher( in AddressingModeMatcher() function in __anon01de4a8e0c11::AddressingModeMatcher
3431 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4105 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue()
4688 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable()
4716 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr()
4997 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr()
5194 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val, in valueAlreadyLiveAtInst()
5239 bool AddressingModeMatcher::isProfitableToFoldIntoAddressingMode( in isProfitableToFoldIntoAddressingMode()
5299 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode()
[all …]