Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLoopUtils.cpp672 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
785 TmpVec = addFastMathFlag(Builder.CreateBinOp((Instruction::BinaryOps)Op, in getShuffleReduction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp331 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
337 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
1602 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
1627 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
1873 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
1874 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
3646 ReducedPartRdx = addFastMathFlag( in fixReduction()
6353 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
6354 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp340 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
346 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
1720 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
1745 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
1991 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
1992 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
3831 ReducedPartRdx = addFastMathFlag( in fixReduction()
6635 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
6636 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp332 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
338 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
1733 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
1759 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
2015 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
2016 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
3882 ReducedPartRdx = addFastMathFlag( in fixReduction()
6716 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
6717 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp340 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
346 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
1720 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
1745 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
1991 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
1992 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
3831 ReducedPartRdx = addFastMathFlag( in fixReduction()
6635 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
6636 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp332 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
338 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
1733 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
1759 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
2015 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
2016 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
3882 ReducedPartRdx = addFastMathFlag( in fixReduction()
6716 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
6717 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp340 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
346 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
1720 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
1745 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
1991 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
1992 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
3831 ReducedPartRdx = addFastMathFlag( in fixReduction()
6635 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
6636 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLoopUtils.cpp1523 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
1592 TmpVec = addFastMathFlag(Builder.CreateBinOp((Instruction::BinaryOps)Op, in getShuffleReduction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp313 static Value *addFastMathFlag(Value *V) {
1545 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF));
1570 LastInduction = cast<Instruction>(addFastMathFlag(
1816 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step));
1817 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul));
3604 ReducedPartRdx = addFastMathFlag(
6250 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step));
6251 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp));
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp325 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
1808 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
1833 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
2079 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
2080 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
3665 ReducedPartRdx = addFastMathFlag( in fixReduction()
6450 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
6451 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp375 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
381 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
1855 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
1881 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
2142 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
2143 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
4080 ReducedPartRdx = addFastMathFlag( in fixReduction()
7149 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
7150 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp392 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
398 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
2060 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
2086 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
2352 StartIdx = addFastMathFlag(Builder.CreateBinOp( in buildScalarSteps()
2359 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
2360 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
4299 ReducedPartRdx = addFastMathFlag( in fixReduction()
7817 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
7818 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp392 static Value *addFastMathFlag(Value *V) { in addFastMathFlag() function
398 static Value *addFastMathFlag(Value *V, FastMathFlags FMF) { in addFastMathFlag() function
2060 Value *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, Step, ConstVF)); in createVectorIntOrFpInductionPHI()
2086 LastInduction = cast<Instruction>(addFastMathFlag( in createVectorIntOrFpInductionPHI()
2352 StartIdx = addFastMathFlag(Builder.CreateBinOp( in buildScalarSteps()
2359 auto *Mul = addFastMathFlag(Builder.CreateBinOp(MulOp, StartIdx, Step)); in buildScalarSteps()
2360 auto *Add = addFastMathFlag(Builder.CreateBinOp(AddOp, ScalarIV, Mul)); in buildScalarSteps()
4299 ReducedPartRdx = addFastMathFlag( in fixReduction()
7817 Value *MulOp = addFastMathFlag(Builder.CreateFMul(C, Step)); in getStepVector()
7818 return addFastMathFlag(Builder.CreateBinOp(BinOp, Val, MulOp)); in getStepVector()