Home
last modified time | relevance | path

Searched defs:NewBinOp (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp283 Value *NewBinOp = Builder.CreateBinOp(OC, Op0, Op1, VPI.getName()); in expandPredicationInBinaryOperator() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp490 BinaryOperator *NewBinOp = in foldPHIArgBinOpIntoPHI() local
H A DInstructionCombining.cpp947 Value *NewBinOp = Builder.CreateBinOp(I.getOpcode(), Y, NotX); foldBinOpShiftWithShift() local
2096 if (auto *NewBinOp = dyn_cast<BinaryOperator>(NarrowBO)) { narrowMathIfNoOverflow() local
H A DInstCombineAndOrXor.cpp2076 Value *NewBinOp = Builder.CreateBinOp(OpC, X, ConstantInt::get(Ty, *C)); canonicalizeLogicFirst() local
4302 Value *NewBinOp; sinkNotIntoOtherHandOfLogicalOp() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1093 auto *NewBinOp = BinaryOperator::CreateWithCopiedFlags( instCombineSVELast() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26724 SDValue NewBinOp = DAG.getNode(Opcode, DL, VT, LHS.getOperand(0), SimplifyVBinOp() local
26741 SDValue NewBinOp = DAG.getNode(Opcode, DL, VT, X, RHS, Flags); SimplifyVBinOp() local
26750 SDValue NewBinOp = DAG.getNode(Opcode, DL, VT, LHS, X, Flags); SimplifyVBinOp() local
27142 SDValue NewBinOp = DAG.getNode(BinOpc, DL, OpVTs, NewSel, N1.getOperand(1)); foldSelectOfBinops() local
27156 SDValue NewBinOp = foldSelectOfBinops() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp4449 SDValue NewBinOp = CurDAG->getNode(Opcode, dl, NVT, X, NewCst); tryShrinkShlLogicImm() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17434 SDValue NewBinOp = DCI.DAG.getNode(N->getOpcode(), DL, VT, PerformVQDMULHCombine() local