Searched refs:KnownRHS (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 315 KnownBits KnownRHS; in computeKnownBitsImpl() local 318 computeKnownBitsImpl(MI.getOperand(2).getReg(), KnownRHS, DemandedElts, in computeKnownBitsImpl() 320 Known = KnownBits::smin(Known, KnownRHS); in computeKnownBitsImpl() 325 KnownBits KnownRHS; in computeKnownBitsImpl() local 328 computeKnownBitsImpl(MI.getOperand(2).getReg(), KnownRHS, DemandedElts, in computeKnownBitsImpl() 330 Known = KnownBits::smax(Known, KnownRHS); in computeKnownBitsImpl() 334 KnownBits KnownRHS; in computeKnownBitsImpl() local 337 computeKnownBitsImpl(MI.getOperand(2).getReg(), KnownRHS, in computeKnownBitsImpl() 339 Known = KnownBits::umin(Known, KnownRHS); in computeKnownBitsImpl() 343 KnownBits KnownRHS; in computeKnownBitsImpl() local [all …]
|
| H A D | CombinerHelper.cpp | 3941 auto KnownRHS = KB->getKnownBits(MI.getOperand(3).getReg()); in matchICmpToTrueFalseKnownBits() local 3947 KnownVal = KnownBits::eq(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() 3950 KnownVal = KnownBits::ne(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() 3953 KnownVal = KnownBits::sge(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() 3956 KnownVal = KnownBits::sgt(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() 3959 KnownVal = KnownBits::sle(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() 3962 KnownVal = KnownBits::slt(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() 3965 KnownVal = KnownBits::uge(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() 3968 KnownVal = KnownBits::ugt(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() 3971 KnownVal = KnownBits::ule(KnownLHS, KnownRHS); in matchICmpToTrueFalseKnownBits() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 1025 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp() local 1027 if (KnownLHS.Zero == KnownRHS.Zero && KnownLHS.One == KnownRHS.One) { in transformZExtICmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 18112 KnownBits KnownRHS = DAG.computeKnownBits(Op.getOperand(1), Depth+1); in computeKnownBitsForTargetNode() local 18113 Known = KnownBits::commonBits(Known, KnownRHS); in computeKnownBitsForTargetNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 39208 KnownBits KnownLHS, KnownRHS; in SimplifyDemandedBitsForTargetNode() local 39214 KnownRHS, TLO, Depth + 1)) in SimplifyDemandedBitsForTargetNode()
|