Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3449 class AddressingModeMatcher { class
3489 AddressingModeMatcher( in AddressingModeMatcher() function in __anon132ce9ad0d11::AddressingModeMatcher
3525 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4200 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue()
4783 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable()
4811 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr()
5101 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr()
5298 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val, in valueAlreadyLiveAtInst()
5343 bool AddressingModeMatcher::isProfitableToFoldIntoAddressingMode( in isProfitableToFoldIntoAddressingMode()
5403 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode()
[all …]