Home
last modified time | relevance | path

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

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp140 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
774 Value *IncrementPerRound, in pushOutMul() argument
791 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
907 Value *IncrementPerRound = IncInstruction->getOperand( in optimiseOffsets() local
913 if (IncrementPerRound->getType() != OffsSecondOperand->getType()) in optimiseOffsets()
919 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
920 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
921 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
932 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
945 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp140 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
774 Value *IncrementPerRound, in pushOutMul() argument
791 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
907 Value *IncrementPerRound = IncInstruction->getOperand( in optimiseOffsets() local
913 if (IncrementPerRound->getType() != OffsSecondOperand->getType()) in optimiseOffsets()
919 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
920 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
921 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
932 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
945 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp153 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
892 Value *IncrementPerRound,
909 BinaryOperator::Create(Instruction::Mul, IncrementPerRound,
1006 Value *Start, *IncrementPerRound;
1007 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) ||
1016 if (IncrementPerRound->getType() != OffsSecondOperand->getType() ||
1023 if (!isa<Constant>(IncrementPerRound) &&
1024 !(isa<Instruction>(IncrementPerRound) &&
1025 !L->contains(cast<Instruction>(IncrementPerRound))))
1039 IncrementPerRound, "LoopIncrement", IncInstruction);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp153 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
892 Value *IncrementPerRound, in pushOutMul() argument
909 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
1006 Value *Start, *IncrementPerRound; in optimiseOffsets() local
1007 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) || in optimiseOffsets()
1016 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
1023 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
1024 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
1025 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
1039 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp153 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
892 Value *IncrementPerRound, in pushOutMul() argument
909 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
1006 Value *Start, *IncrementPerRound; in optimiseOffsets() local
1007 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) || in optimiseOffsets()
1016 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
1023 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
1024 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
1025 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
1039 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp153 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
892 Value *IncrementPerRound, in pushOutMul() argument
909 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
1006 Value *Start, *IncrementPerRound; in optimiseOffsets() local
1007 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) || in optimiseOffsets()
1016 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
1023 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
1024 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
1025 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
1039 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp153 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
892 Value *IncrementPerRound, in pushOutMul() argument
909 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
1006 Value *Start, *IncrementPerRound; in optimiseOffsets() local
1007 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) || in optimiseOffsets()
1016 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
1023 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
1024 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
1025 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
1039 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp153 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
892 Value *IncrementPerRound,
909 BinaryOperator::Create(Instruction::Mul, IncrementPerRound,
1006 Value *Start, *IncrementPerRound;
1007 if (!matchSimpleRecurrence(Phi, IncInstruction, Start, IncrementPerRound) ||
1016 if (IncrementPerRound->getType() != OffsSecondOperand->getType() ||
1023 if (!isa<Constant>(IncrementPerRound) &&
1024 !(isa<Instruction>(IncrementPerRound) &&
1025 !L->contains(cast<Instruction>(IncrementPerRound))))
1039 IncrementPerRound, "LoopIncrement", IncInstruction);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp145 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
826 Value *IncrementPerRound, in pushOutMul() argument
843 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
959 Value *IncrementPerRound = IncInstruction->getOperand( in optimiseOffsets() local
965 if (IncrementPerRound->getType() != OffsSecondOperand->getType()) in optimiseOffsets()
971 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
972 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
973 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
984 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
997 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp145 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
826 Value *IncrementPerRound, in pushOutMul() argument
843 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
957 Value *IncrementPerRound = IncInstruction->getOperand( in optimiseOffsets() local
963 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
970 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
971 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
972 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
983 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
996 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp145 void pushOutMul(PHINode *&Phi, Value *IncrementPerRound,
826 Value *IncrementPerRound, in pushOutMul() argument
843 BinaryOperator::Create(Instruction::Mul, IncrementPerRound, in pushOutMul()
957 Value *IncrementPerRound = IncInstruction->getOperand( in optimiseOffsets() local
963 if (IncrementPerRound->getType() != OffsSecondOperand->getType() || in optimiseOffsets()
970 if (!isa<Constant>(IncrementPerRound) && in optimiseOffsets()
971 !(isa<Instruction>(IncrementPerRound) && in optimiseOffsets()
972 !L->contains(cast<Instruction>(IncrementPerRound)))) in optimiseOffsets()
983 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
996 IncrementPerRound, "LoopIncrement", IncInstruction); in optimiseOffsets()
[all …]