Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp151 void pushOutAdd(PHINode *&Phi, Value *OffsSecondOperand, unsigned StartIndex);
154 Value *OffsSecondOperand, unsigned LoopIncrement,
872 Value *OffsSecondOperand, in pushOutAdd() argument
879 Instruction::Add, Phi->getIncomingValue(StartIndex), OffsSecondOperand, in pushOutAdd()
893 Value *OffsSecondOperand, in pushOutMul() argument
906 OffsSecondOperand, "PushedOutMul", InsertionPoint); in pushOutMul()
910 OffsSecondOperand, "Product", InsertionPoint); in pushOutMul()
1014 Value *OffsSecondOperand = Offs->getOperand(OffsSecondOp); in optimiseOffsets() local
1016 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
1017 !L->isLoopInvariant(OffsSecondOperand)) in optimiseOffsets()
[all …]