Searched refs:AddressingModeMatcher (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3106 class AddressingModeMatcher { class 3146 AddressingModeMatcher( in AddressingModeMatcher() function in __anon5386100c0c11::AddressingModeMatcher 3182 bool Success = AddressingModeMatcher( in Match() 3849 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() 4447 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() 4475 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() 4748 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() 4944 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() 4987 bool AddressingModeMatcher:: 5056 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode() [all …]
|