Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2310 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
2311 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2632 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2634 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2635 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2666 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2668 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2669 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2673 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
2675 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/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp2174 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin()+1, Mul->op_end()); in CollectAddOperandsWithScales() local
2175 const SCEV *Key = SE.getMulExpr(MulOps); in CollectAddOperandsWithScales()
2507 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2509 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2510 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2541 SmallVector<const SCEV *, 4> MulOps(Mul->op_begin(), in getAddExpr() local
2543 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end()); in getAddExpr()
2544 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
2548 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() local
2550 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()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp6454 SmallVector<Value *, 2> MulOps(Ops.begin() + 1, Ops.end()); in EmitCommonNeonBuiltinExpr() local
6456 EmitNeonCall(CGM.getIntrinsic(LLVMIntrinsic, Ty), MulOps, "vqdmlal"); in EmitCommonNeonBuiltinExpr()