Searched defs:NewMul (Results 1 – 13 of 13) sorted by relevance
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86PartialReduction.cpp | 153 Value *NewMul = Builder.CreateMul(Mul->getOperand(0), Mul->getOperand(1)); in tryMAddReplacement() local
|
| D | X86ISelLowering.cpp | 42271 SDValue NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0), in combineMul() local 42293 SDValue NewMul; in combineMul() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 285 auto *NewMul = BinaryOperator::CreateMul(X, Y); in visitMul() local
|
| D | InstCombineAddSub.cpp | 2020 Value *NewMul = Builder.CreateMul(A, ConstantExpr::getNeg(C)); in visitSub() local
|
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 251 auto *NewMul = BinaryOperator::CreateMul(X, Y); in visitMul() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAddSub.cpp | 1639 Value *NewMul = Builder->CreateMul(A, ConstantExpr::getNeg(CI)); in visitSub() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 340 const SCEV *NewMul = SE.getMulExpr(Ops); in DoInitialMatch() local
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 427 const SCEV *NewMul = SE.getMulExpr(Ops); in DoInitialMatch() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 423 const SCEV *NewMul = SE.getMulExpr(Ops); in DoInitialMatch() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 6323 auto *NewMul = getMulExpr(MulOps, LHSMul->getNoWrapFlags()); in createSCEV() local
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 6490 auto *NewMul = getMulExpr(MulOps, LHSMul->getNoWrapFlags()); in createSCEV() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 39239 SDValue NewMul = DAG.getNode(X86ISD::MUL_IMM, DL, VT, N->getOperand(0), in combineMul() local 39261 SDValue NewMul; in combineMul() local
|
| /external/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 27633 SDValue NewMul; in combineMul() local
|