Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3227 SmallVectorImpl<Instruction *> &AddrModeInsts; member in __anon88ab83af0c11::AddressingModeMatcher
3275 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher()
3293 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument
3302 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4009 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue()
4071 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue()
4632 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
4647 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4657 AddrModeInsts.resize(OldSize); in matchOperationAddr()
4756 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr()
[all …]