Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp149 bool optimiseOffsets(Value *Offsets, BasicBlock *BB, LoopInfo *LI);
949 bool MVEGatherScatterLowering::optimiseOffsets(Value *Offsets, BasicBlock *BB, in optimiseOffsets() function in MVEGatherScatterLowering
983 Changed |= optimiseOffsets(Offs->getOperand(0), BB, LI); in optimiseOffsets()
986 Changed |= optimiseOffsets(Offs->getOperand(1), BB, LI); in optimiseOffsets()
1204 Changed |= optimiseOffsets(GEP->getOperand(1), GEP->getParent(), LI); in optimiseAddress()