Searched refs:AddressingModeMatcher (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2525 class AddressingModeMatcher { class 2552 AddressingModeMatcher(SmallVectorImpl<Instruction *> &AMI, in AddressingModeMatcher() function in __anonebd7bfba0211::AddressingModeMatcher 2584 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, AS, in Match() 2606 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() 3059 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() 3086 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() 3323 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() 3481 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() 3524 bool AddressingModeMatcher:: 3585 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TM, AddressAccessTy, AS, in isProfitableToFoldIntoAddressingMode() [all …]
|