Home
last modified time | relevance | path

Searched refs:MulOps (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp1405 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
1406 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
1655 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
1657 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
1658 InnerMul = getMulExpr(MulOps); in getAddExpr()
1688 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
1690 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
1691 InnerMul1 = getMulExpr(MulOps); in getAddExpr()
1695 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
1697 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp2265 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
2266 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2587 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2589 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2590 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2621 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2623 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2624 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2628 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
2630 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
[all …]
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1937 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
1938 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2220 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2222 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2223 InnerMul = getMulExpr(MulOps); in getAddExpr()
2253 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2255 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2256 InnerMul1 = getMulExpr(MulOps); in getAddExpr()
2260 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
2262 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
[all …]
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3593 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local
3595 EmitNeonCall(CGM.getIntrinsic(LLVMIntrinsic, Ty), MulOps, "vqdmlal"); in EmitCommonNeonBuiltinExpr()