Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp150 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()