Home
last modified time | relevance | path

Searched refs:AddrModeInsts (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3450 SmallVectorImpl<Instruction *> &AddrModeInsts; member in __anon1d600f580d11::AddressingModeMatcher
3498 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()
3516 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument
3525 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4246 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
4308 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue()
4856 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4877 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4888 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4986 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
[all …]