Searched refs:OffsSecondOperand (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 152 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex); 155 Value *OffsSecondOperand, unsigned LoopIncrement, 888 Value *OffsSecondOperand, in pushOutAdd() argument 895 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand, in pushOutAdd() 909 Value *OffsSecondOperand, in pushOutMulShl() argument 923 OffsSecondOperand, "PushedOutMul", InsertionPoint); in pushOutMulShl() 927 OffsSecondOperand, "Product", InsertionPoint); in pushOutMulShl() 1037 Value *OffsSecondOperand = Offs->getOperand(OffsSecondOp); in optimiseOffsets() local 1039 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets() 1040 !L->isLoopInvariant(OffsSecondOperand)) in optimiseOffsets() [all …]
|