Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp153 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex);
156 Value *OffsSecondOperand, unsigned LoopIncrement,
889 Value *OffsSecondOperand, in pushOutAdd() argument
896 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand, in pushOutAdd()
910 Value *OffsSecondOperand, in pushOutMulShl() argument
924 OffsSecondOperand, "PushedOutMul", InsertionPoint); in pushOutMulShl()
928 OffsSecondOperand, "Product", InsertionPoint); in pushOutMulShl()
1038 Value *OffsSecondOperand = Offs->getOperand(OffsSecondOp); in optimiseOffsets() local
1040 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
1041 !L->isLoopInvariant(OffsSecondOperand)) in optimiseOffsets()
[all …]