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.cpp3787 SmallVectorImpl<Instruction *> &AddrModeInsts; member in __anon1d600f580f11::AddressingModeMatcher
3835 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()
3853 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument
3862 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4582 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
4644 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue()
5192 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
5213 AddrModeInsts.resize(OldSize); in matchOperationAddr()
5224 AddrModeInsts.resize(OldSize); in matchOperationAddr()
5322 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
[all …]