Searched refs:AddrModeInsts (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3103 SmallVectorImpl<Instruction*> &AddrModeInsts; member in __anon7f6d13e30c11::AddressingModeMatcher 3151 : AddrModeInsts(AMI), TLI(TLI), TRI(TRI), in AddressingModeMatcher() 3169 SmallVectorImpl<Instruction *> &AddrModeInsts, in Match() argument 3179 AddrModeInsts, TLI, TRI, LI, getDTFn, AccessTy, AS, MemoryInst, Result, in Match() 3890 AddrModeInsts.push_back(cast<Instruction>(ScaleReg)); in matchScaledValue() 3952 AddrModeInsts.push_back(cast<Instruction>(IVInc)); in matchScaledValue() 4514 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() 4529 AddrModeInsts.resize(OldSize); in matchOperationAddr() 4539 AddrModeInsts.resize(OldSize); in matchOperationAddr() 4638 unsigned OldSize = AddrModeInsts.size(); in matchOperationAddr() [all …]
|