Searched refs:powi (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Analysis/
H A DVectorUtils.cpp62 case Intrinsic::powi:
70 /// ctlz,cttz and powi special intrinsics whose argument is scalar.
76 case Intrinsic::powi:
H A DConstantFolding.cpp1293 case Intrinsic::powi:
1747 if (IntrinsicID == Intrinsic::powi && Ty->isHalfTy())
1751 if (IntrinsicID == Intrinsic::powi && Ty->isFloatTy())
1755 if (IntrinsicID == Intrinsic::powi && Ty->isDoubleTy())
H A DValueTracking.cpp2510 case Intrinsic::powi:
2512 // powi(x,n) is non-negative if n is even.
/external/clang/lib/Headers/
H A D__clang_cuda_cmath.h136 return ::powi(__base, __iexp);
/external/clang/test/CodeGen/
H A Dbuiltins.c85 Q(powi, (1.2f, N));
/external/iproute2/ip/
H A Dipaddress.c506 uint64_t powi = 1; local
520 powi *= base;
521 if (count / base < powi)
532 if (count / powi < powj)
537 (double) count / powi, *prefix, use_iec ? "i" : "");
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DConstantFolding.cpp1048 case Intrinsic::powi:
1352 if (F->getIntrinsicID() == Intrinsic::powi && Ty->isFloatTy())
1356 if (F->getIntrinsicID() == Intrinsic::powi && Ty->isDoubleTy())
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp285 case Intrinsic::powi:
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp680 case Intrinsic::powi:
1111 // The powi,ctlz,cttz intrinsics are special because only the first
1117 if (IID == Intrinsic::powi || IID == Intrinsic::ctlz ||
1151 if ((IID == Intrinsic::powi || IID == Intrinsic::ctlz ||
2816 } else if ((IID == Intrinsic::powi || IID == Intrinsic::ctlz ||
2818 // The second argument of powi/ctlz/cttz is a single integer/constant
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp2850 case Intrinsic::powi:
3072 case Intrinsic::powi:
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp339 case Intrinsic::powi:
341 // powi(x, 0) -> 1.0
344 // powi(x, 1) -> x
347 // powi(x, -1) -> 1/x
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1386 case Intrinsic::powi:
1388 // powi(x, 0) -> 1.0
1391 // powi(x, 1) -> x
1394 // powi(x, -1) -> 1/x
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4307 /// ExpandPowI - Expand a llvm.powi intrinsic.
4319 // powi(x, 0) -> 1.0
4330 // powi(x,15) generates one more multiply than it should), but this has
4881 case Intrinsic::powi:
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
H A DIntrinsics.gen129 powi, // llvm.powi
6187 "llvm.powi",
14127 1, // llvm.powi
[all...]
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
H A DIntrinsics.gen129 powi, // llvm.powi
6187 "llvm.powi",
14127 1, // llvm.powi
[all...]
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
H A DIntrinsics.gen121 powi, // llvm.powi
6145 "llvm.powi",
14030 1, // llvm.powi
[all...]
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
H A DIntrinsics.gen129 powi, // llvm.powi
6187 "llvm.powi",
14127 1, // llvm.powi
[all...]
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp809 Value *F = CGM.getIntrinsic(Intrinsic::powi, ArgType);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4598 /// ExpandPowI - Expand a llvm.powi intrinsic.
4610 // powi(x, 0) -> 1.0
4621 // powi(x,15) generates one more multiply than it should), but this has
5151 case Intrinsic::powi:

Completed in 774 milliseconds