Searched refs:OffsSecondOperand (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 143 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex); 146 Value *OffsSecondOperand, unsigned LoopIncrement, 809 Value *OffsSecondOperand, in pushOutAdd() argument 816 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand, in pushOutAdd() 830 Value *OffsSecondOperand, in pushOutMul() argument 843 OffsSecondOperand, "PushedOutMul", InsertionPoint); in pushOutMul() 847 OffsSecondOperand, "Product", InsertionPoint); in pushOutMul() 965 Value *OffsSecondOperand = Offs->getOperand(OffsSecondOp); in optimiseOffsets() local 967 if (IncrementPerRound->getType() != OffsSecondOperand->getType()) in optimiseOffsets() 1011 pushOutAdd(NewPhi, OffsSecondOperand, IncrementingBlock == 1 ? 0 : 1); in optimiseOffsets() [all …]
|