Home
last modified time | relevance | path

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

/dports/cad/alliance/alliance/src/sea/src/
H A Dutil_Power.c171 extern ePow_t *getPow(aplPow, aY)
296 if ((pPow = getPow(plPow, Y1)) == NULL) {
373 if ((pPow = getPow(plPow, Y1)) == NULL) {
H A Dutil_Defs.h381 extern struct ePow_s *getPow __FP((struct ePow_s *aplPow, long aY));
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1097 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilder<> &B) {
1117 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B),
1118 getPow(InnerChain, AddChain[Exp][1], B));
1282 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B);
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1166 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilder<> &B) { in getPow() function
1186 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1187 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1458 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1212 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilder<> &B) { in getPow() function
1232 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1233 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1536 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1405 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1425 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1426 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1754 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1437 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1457 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1458 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1786 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1430 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilder<> &B) { in getPow() function
1450 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1451 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1778 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1403 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1423 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1424 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1757 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1403 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1423 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1424 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1757 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1429 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1449 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1450 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1789 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1430 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilder<> &B) { in getPow() function
1450 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1451 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1778 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1403 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1423 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1424 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1757 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1352 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1372 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1373 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1706 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1403 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1423 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1424 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1757 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1430 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilder<> &B) { in getPow() function
1450 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1451 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1778 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1412 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1432 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1433 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1772 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1429 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) { in getPow() function
1449 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B), in getPow()
1450 getPow(InnerChain, AddChain[Exp][1], B)); in getPow()
1789 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B); in optimizePow()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1403 static Value *getPow(Value *InnerChain[33], unsigned Exp, IRBuilderBase &B) {
1423 InnerChain[Exp] = B.CreateFMul(getPow(InnerChain, AddChain[Exp][0], B),
1424 getPow(InnerChain, AddChain[Exp][1], B));
1757 Value *FMul = getPow(InnerChain, ExpoA.convertToDouble(), B);