Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineCasts.cpp1515 Type* LHSMinType = getMinimumFPType(OpI->getOperand(0)); in visitFPTrunc() local
1518 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1586 LHS = Builder.CreateFPTrunc(OpI->getOperand(0), LHSMinType); in visitFPTrunc()
1587 RHS = Builder.CreateFPTrunc(OpI->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1536 Type *LHSMinType = getMinimumFPType(OpI->getOperand(0)); in visitFPTrunc() local
1539 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1607 LHS = Builder.CreateFPTrunc(OpI->getOperand(0), LHSMinType); in visitFPTrunc()
1608 RHS = Builder.CreateFPTrunc(OpI->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1539 Type *LHSMinType = getMinimumFPType(OpI->getOperand(0)); in visitFPTrunc() local
1542 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1610 LHS = Builder.CreateFPTrunc(OpI->getOperand(0), LHSMinType); in visitFPTrunc()
1611 RHS = Builder.CreateFPTrunc(OpI->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1508 Type *LHSMinType = getMinimumFPType(OpI->getOperand(0));
1511 unsigned LHSWidth = LHSMinType->getFPMantissaWidth();
1579 LHS = Builder.CreateFPTrunc(OpI->getOperand(0), LHSMinType);
1580 RHS = Builder.CreateFPTrunc(OpI->getOperand(1), LHSMinType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1668 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1671 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1739 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1740 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1633 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1636 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1704 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1705 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1539 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1542 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1610 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1611 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1673 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1676 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1744 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1745 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1633 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1636 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1704 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1705 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1539 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1542 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1610 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1611 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1673 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1676 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1744 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1745 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1539 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1542 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1610 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1611 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1754 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1757 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1825 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1826 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1754 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1757 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1825 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1826 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1754 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1757 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1825 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1826 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1768 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1771 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1839 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1840 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1754 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1757 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1825 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1826 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1754 Type *LHSMinType = getMinimumFPType(BO->getOperand(0)); in visitFPTrunc() local
1757 unsigned LHSWidth = LHSMinType->getFPMantissaWidth(); in visitFPTrunc()
1825 LHS = Builder.CreateFPTrunc(BO->getOperand(0), LHSMinType); in visitFPTrunc()
1826 RHS = Builder.CreateFPTrunc(BO->getOperand(1), LHSMinType); in visitFPTrunc()