Searched refs:AddressingModeMatcher (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2045 class AddressingModeMatcher { class 2071 AddressingModeMatcher(SmallVectorImpl<Instruction *> &AMI, in AddressingModeMatcher() function in __anonebd7bfba0211::AddressingModeMatcher 2102 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, in Match() 2124 bool AddressingModeMatcher::MatchScaledValue(Value *ScaleReg, int64_t Scale, in MatchScaledValue() 2582 bool AddressingModeMatcher::IsPromotionProfitable( in IsPromotionProfitable() 2609 bool AddressingModeMatcher::MatchOperationAddr(User *AddrInst, unsigned Opcode, in MatchOperationAddr() 2837 bool AddressingModeMatcher::MatchAddr(Value *Addr, unsigned Depth) { in MatchAddr() 2995 bool AddressingModeMatcher::ValueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in ValueAlreadyLiveAtInst() 3038 bool AddressingModeMatcher:: 3097 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TM, AddressAccessTy, in IsProfitableToFoldIntoAddressingMode() [all …]
|