Searched refs:optimiseOffsets (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 150 bool optimiseOffsets(Value *Offsets, BasicBlock *BB, LoopInfo *LI); 971 bool MVEGatherScatterLowering::optimiseOffsets(Value *Offsets, BasicBlock *BB, in optimiseOffsets() function in MVEGatherScatterLowering 1006 Changed |= optimiseOffsets(Offs->getOperand(0), BB, LI); in optimiseOffsets() 1009 Changed |= optimiseOffsets(Offs->getOperand(1), BB, LI); in optimiseOffsets() 1245 Changed |= optimiseOffsets(GEP->getOperand(1), GEP->getParent(), LI); in optimiseAddress()
|