/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3789 BinaryOperator *BO1 = dyn_cast<BinaryOperator>(Op1); in visitICmpInst() local 3790 if (BO0 || BO1) { in visitICmpInst() 3797 if (BO1 && isa<OverflowingBinaryOperator>(BO1)) in visitICmpInst() 3799 (CmpInst::isUnsigned(Pred) && BO1->hasNoUnsignedWrap()) || in visitICmpInst() 3800 (CmpInst::isSigned(Pred) && BO1->hasNoSignedWrap()); in visitICmpInst() 3809 if (BO1 && BO1->getOpcode() == Instruction::Add) { in visitICmpInst() 3810 C = BO1->getOperand(0); in visitICmpInst() 3811 D = BO1->getOperand(1); in visitICmpInst() 3834 BO0->hasOneUse() && BO1->hasOneUse()) { in visitICmpInst() 3906 (BO0->hasOneUse() || BO1->hasOneUse()) && !I.isUnsigned()) in visitICmpInst() [all …]
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3770 BinaryOperator *BO1 = dyn_cast<BinaryOperator>(Op1); in foldICmpBinOp() local 3771 if (!BO0 && !BO1) in foldICmpBinOp() 3796 if (BO1 && isa<OverflowingBinaryOperator>(BO1)) in foldICmpBinOp() 3799 (CmpInst::isUnsigned(Pred) && BO1->hasNoUnsignedWrap()) || in foldICmpBinOp() 3800 (CmpInst::isSigned(Pred) && BO1->hasNoSignedWrap()); in foldICmpBinOp() 3809 if (BO1 && BO1->getOpcode() == Instruction::Add) { in foldICmpBinOp() 3810 C = BO1->getOperand(0); in foldICmpBinOp() 3811 D = BO1->getOperand(1); in foldICmpBinOp() 3921 (BO0->hasOneUse() || BO1->hasOneUse()) && !I.isUnsigned()) in foldICmpBinOp() 3951 if (BO1 && BO1->getOpcode() == Instruction::Sub) { in foldICmpBinOp() [all …]
|
D | InstCombineVectorOps.cpp | 1766 Value *BO0 = BO->getOperand(0), *BO1 = BO->getOperand(1); in getAlternateBinop() local 1772 if (match(BO1, m_Constant(C))) { in getAlternateBinop() 1781 if (match(BO1, m_APInt(C)) && MaskedValueIsZero(BO0, *C, DL)) in getAlternateBinop() 1782 return { Instruction::Add, BO0, BO1 }; in getAlternateBinop()
|
D | InstCombineAndOrXor.cpp | 1415 BinaryOperator *BO1; in reassociateFCmps() local 1419 !match(Op1, m_BinOp(BO1)) || BO1->getOpcode() != Opcode) in reassociateFCmps() 1423 Value *BO10 = BO1->getOperand(0), *BO11 = BO1->getOperand(1), *Y; in reassociateFCmps()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 3708 BinaryOperator *BO1 = dyn_cast<BinaryOperator>(Op1); in foldICmpBinOp() local 3709 if (!BO0 && !BO1) in foldICmpBinOp() 3731 if (BO1 && isa<OverflowingBinaryOperator>(BO1)) in foldICmpBinOp() 3734 (CmpInst::isUnsigned(Pred) && BO1->hasNoUnsignedWrap()) || in foldICmpBinOp() 3735 (CmpInst::isSigned(Pred) && BO1->hasNoSignedWrap()); in foldICmpBinOp() 3744 if (BO1 && BO1->getOpcode() == Instruction::Add) { in foldICmpBinOp() 3745 C = BO1->getOperand(0); in foldICmpBinOp() 3746 D = BO1->getOperand(1); in foldICmpBinOp() 3856 (BO0->hasOneUse() || BO1->hasOneUse()) && !I.isUnsigned()) in foldICmpBinOp() 3886 if (BO1 && BO1->getOpcode() == Instruction::Sub) { in foldICmpBinOp() [all …]
|
D | InstCombineVectorOps.cpp | 1430 Value *BO0 = BO->getOperand(0), *BO1 = BO->getOperand(1); in getAlternateBinop() local 1436 if (match(BO1, m_Constant(C))) { in getAlternateBinop() 1445 if (match(BO1, m_APInt(C)) && MaskedValueIsZero(BO0, *C, DL)) in getAlternateBinop() 1446 return { Instruction::Add, BO0, BO1 }; in getAlternateBinop()
|
D | InstCombineAndOrXor.cpp | 1427 BinaryOperator *BO1; in reassociateFCmps() local 1431 !match(Op1, m_BinOp(BO1)) || BO1->getOpcode() != Opcode) in reassociateFCmps() 1435 Value *BO10 = BO1->getOperand(0), *BO11 = BO1->getOperand(1), *Y; in reassociateFCmps()
|
/external/swiftshader/src/Device/ |
D | ETC_Decoder.cpp | 285 unsigned char BO1 : 1; member 563 int bo = extend_6to8bits(BO1 << 5 | BO2 << 3 | BO3a << 1 | BO3b); in decodePlanarBlock()
|
/external/swiftshader/src/Renderer/ |
D | ETC_Decoder.cpp | 286 unsigned char BO1 : 1; member 566 int bo = extend_6to8bits(BO1 << 5 | BO2 << 3 | BO3a << 1 | BO3b); in decodePlanarBlock()
|
/external/angle/src/image_util/ |
D | loadimage_etc.cpp | 303 unsigned char BO1 : 1; member 646 extend_6to8bits(u.pblk.BO1 << 5 | u.pblk.BO2 << 3 | u.pblk.BO3a << 1 | u.pblk.BO3b); in decodePlanarBlock()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2026 if (ConstantInt *BO1 = dyn_cast<ConstantInt>(BO->getOperand(1))) in OptimizeMax() local 2027 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS) in OptimizeMax() 2030 if (ConstantInt *BO1 = dyn_cast<ConstantInt>(BO->getOperand(1))) in OptimizeMax() local 2031 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS) in OptimizeMax()
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 767 const deUint8 BO1 = (deUint8)getBit(src, 48); in decompressETC2Block() local 774 const deUint8 BO = extend6To8((deUint8)((BO1 << 5) | (BO2 << 3) | BO3)); in decompressETC2Block()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 772 BinaryOperatorKind BO1; in checkIncorrectLogicOperator() local 773 std::tie(Decl1, BO1, Expr1) = tryNormalizeBinaryOperator(LHS); in checkIncorrectLogicOperator() 830 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); in checkIncorrectLogicOperator()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2312 if (ConstantInt *BO1 = dyn_cast<ConstantInt>(BO->getOperand(1))) in OptimizeMax() local 2313 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS) in OptimizeMax() 2316 if (ConstantInt *BO1 = dyn_cast<ConstantInt>(BO->getOperand(1))) in OptimizeMax() local 2317 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS) in OptimizeMax()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2317 if (ConstantInt *BO1 = dyn_cast<ConstantInt>(BO->getOperand(1))) in OptimizeMax() local 2318 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS) in OptimizeMax() 2321 if (ConstantInt *BO1 = dyn_cast<ConstantInt>(BO->getOperand(1))) in OptimizeMax() local 2322 if (BO1->isOne() && SE.getSCEV(BO->getOperand(0)) == MaxRHS) in OptimizeMax()
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 1048 BinaryOperatorKind BO1; in checkIncorrectLogicOperator() local 1049 std::tie(DeclExpr1, BO1, NumExpr1) = tryNormalizeBinaryOperator(LHS); in checkIncorrectLogicOperator() 1112 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); in checkIncorrectLogicOperator()
|