Searched refs:AddressingModeMatcher (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3102 class AddressingModeMatcher { class 3142 AddressingModeMatcher( in AddressingModeMatcher() function in __anon7f6d13e30c11::AddressingModeMatcher 3178 bool Success = AddressingModeMatcher( in Match() 3845 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() 4443 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() 4471 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() 4744 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() 4940 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() 4983 bool AddressingModeMatcher:: 5052 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode() [all …]
|