Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp151 bool optimiseOffsets(Value *Offsets, BasicBlock *BB, LoopInfo *LI);
972 bool MVEGatherScatterLowering::optimiseOffsets(Value *Offsets, BasicBlock *BB, in optimiseOffsets() function in MVEGatherScatterLowering
1007 Changed |= optimiseOffsets(Offs->getOperand(0), BB, LI); in optimiseOffsets()
1010 Changed |= optimiseOffsets(Offs->getOperand(1), BB, LI); in optimiseOffsets()
1247 Changed |= optimiseOffsets(GEP->getOperand(1), GEP->getParent(), LI); in optimiseAddress()