/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 673 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local 726 BinaryOperator *NewBO; in removeConstOffset() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 627 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local 680 BinaryOperator *NewBO; in removeConstOffset() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 705 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local 758 BinaryOperator *NewBO; in removeConstOffset() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1246 if (BinaryOperator *NewBO = dyn_cast<BinaryOperator>(BO)) in CreateBinOpAsGiven() local 1280 Value *NewBO = CreateBinOpAsGiven(Inst, LShuf->getOperand(0), in SimplifyVectorOp() local 1321 Value *NewBO = CreateBinOpAsGiven(Inst, NewLHS, NewRHS, Builder); in SimplifyVectorOp() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 1496 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); in foldSelectShuffleWith1Binop() local 1652 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) : in foldSelectShuffle() local
|
D | InstructionCombining.cpp | 456 BinaryOperator *NewBO = (IsNUW && Opcode == Instruction::Add) ? in SimplifyAssociativeOrCommutative() local 1509 Instruction *NewBO = BinaryOperator::Create(Opcode, V1, V2); in foldVectorBinop() local
|
D | InstCombineSelect.cpp | 399 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); in foldSelectOpOp() local
|
D | InstCombineAndOrXor.cpp | 1715 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) in narrowMaskedBinOp() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 497 BinaryOperator *NewBO = (IsNUW && Opcode == Instruction::Add) ? in SimplifyAssociativeOrCommutative() local 1597 Instruction *NewBO = BinaryOperator::Create(Opcode, V1, V2); in foldVectorBinop() local 1716 Value *NewBO = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop() local
|
D | InstCombineVectorOps.cpp | 1832 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); in foldSelectShuffleWith1Binop() local 1990 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) : in foldSelectShuffle() local
|
D | InstCombineSelect.cpp | 377 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); in foldSelectOpOp() local
|
D | InstCombineAndOrXor.cpp | 1684 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) in narrowMaskedBinOp() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 4988 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local 5018 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6237 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local 6267 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6404 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local 6434 auto NewBO = MatchBinaryOp(BO->LHS, DT); in createSCEV() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 19213 SDValue NewBO = DAG.getNode(N0.getOpcode(), DL, EltVT, ExtL, ExtR, in visitVECTOR_SHUFFLE() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 20636 SDValue NewBO = DAG.getNode(N0.getOpcode(), DL, EltVT, ExtL, ExtR, in visitVECTOR_SHUFFLE() local
|