Searched refs:OffsSecondOperand (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 153 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex); 156 Value *OffsSecondOperand, unsigned LoopIncrement, 886 Value *OffsSecondOperand, in pushOutAdd() argument 893 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand, in pushOutAdd() 907 Value *OffsSecondOperand, in pushOutMulShl() argument 925 OffsSecondOperand, "Product", InsertionPoint); in pushOutMulShl() 1032 Value *OffsSecondOperand = Offs->getOperand(OffsSecondOp); in optimiseOffsets() local 1034 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets() 1035 !L->isLoopInvariant(OffsSecondOperand)) in optimiseOffsets() 1082 pushOutAdd(NewPhi, OffsSecondOperand, IncrementingBlock == 1 ? 0 : 1); in optimiseOffsets() [all …]
|