Home
last modified time | relevance | path

Searched defs:NewBO (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp673 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local
726 BinaryOperator *NewBO; in removeConstOffset() local
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp627 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local
680 BinaryOperator *NewBO; in removeConstOffset() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp705 BinaryOperator *NewBO = nullptr; in distributeExtsAndCloneChain() local
758 BinaryOperator *NewBO; in removeConstOffset() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1246 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/
DInstCombineVectorOps.cpp1496 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); in foldSelectShuffleWith1Binop() local
1652 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) : in foldSelectShuffle() local
DInstructionCombining.cpp456 BinaryOperator *NewBO = (IsNUW && Opcode == Instruction::Add) ? in SimplifyAssociativeOrCommutative() local
1509 Instruction *NewBO = BinaryOperator::Create(Opcode, V1, V2); in foldVectorBinop() local
DInstCombineSelect.cpp399 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); in foldSelectOpOp() local
DInstCombineAndOrXor.cpp1715 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) in narrowMaskedBinOp() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp497 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
DInstCombineVectorOps.cpp1832 Instruction *NewBO = BinaryOperator::Create(BOpcode, X, NewC); in foldSelectShuffleWith1Binop() local
1990 Instruction *NewBO = ConstantsAreOp1 ? BinaryOperator::Create(BOpc, V, NewC) : in foldSelectShuffle() local
DInstCombineSelect.cpp377 BinaryOperator *NewBO = BinaryOperator::Create(BO->getOpcode(), Op0, Op1); in foldSelectOpOp() local
DInstCombineAndOrXor.cpp1684 Value *NewBO = Opc == Instruction::Sub ? Builder.CreateBinOp(Opc, NewC, X) in narrowMaskedBinOp() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4988 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/
DScalarEvolution.cpp6237 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/
DScalarEvolution.cpp6404 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/
DDAGCombiner.cpp19213 SDValue NewBO = DAG.getNode(N0.getOpcode(), DL, EltVT, ExtL, ExtR, in visitVECTOR_SHUFFLE() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20636 SDValue NewBO = DAG.getNode(N0.getOpcode(), DL, EltVT, ExtL, ExtR, in visitVECTOR_SHUFFLE() local