Searched refs:AddressingModeMatcher (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2583 class AddressingModeMatcher { class 2610 AddressingModeMatcher(SmallVectorImpl<Instruction *> &AMI, in AddressingModeMatcher() function in __anon034c73f00211::AddressingModeMatcher 2642 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, AS, in Match() 2664 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() 3117 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() 3144 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() 3381 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() 3546 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() 3589 bool AddressingModeMatcher:: 3655 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TM, AddressAccessTy, AS, in isProfitableToFoldIntoAddressingMode() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2851 class AddressingModeMatcher { class 2889 AddressingModeMatcher( in AddressingModeMatcher() function in __anon070760120711::AddressingModeMatcher 2922 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, AccessTy, AS, in Match() 3593 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() 4123 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() 4151 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() 4419 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() 4612 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() 4655 bool AddressingModeMatcher:: 4724 AddressingModeMatcher Matcher( in isProfitableToFoldIntoAddressingMode() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3226 class AddressingModeMatcher { class 3266 AddressingModeMatcher( in AddressingModeMatcher() function in __anon92c564980c11::AddressingModeMatcher 3302 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match() 3963 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue() 4560 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable() 4588 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() 4862 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() 5052 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val, in valueAlreadyLiveAtInst() 5097 bool AddressingModeMatcher::isProfitableToFoldIntoAddressingMode( in isProfitableToFoldIntoAddressingMode() 5158 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode() [all …]
|