Searched refs:getAnyExtendExpr (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 563 const SCEV *getAnyExtendExpr(const SCEV *Op, Type *Ty);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 1289 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, in getAnyExtendExpr() function in ScalarEvolution 1306 return getAnyExtendExpr(NewOp, Ty); in getAnyExtendExpr() 1325 Ops.push_back(getAnyExtendExpr(*I, Ty)); in getAnyExtendExpr() 1544 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr() 1557 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr() 2837 return getAnyExtendExpr(V, Ty); in getNoopOrAnyExtend()
|
D | ScalarEvolutionExpander.cpp | 1176 NewOps[i] = SE.getAnyExtendExpr(S->op_begin()[i], CanonicalIV->getType()); in visitAddRecExpr()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1199 const SCEV *getAnyExtendExpr(const SCEV *Op, Type *Ty);
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 1830 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, in getAnyExtendExpr() function in ScalarEvolution 1847 return getAnyExtendExpr(NewOp, Ty); in getAnyExtendExpr() 1865 Ops.push_back(getAnyExtendExpr(Op, Ty)); in getAnyExtendExpr() 2106 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr() 2118 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr() 3573 return getAnyExtendExpr(V, Ty); in getNoopOrAnyExtend()
|
D | ScalarEvolutionExpander.cpp | 1417 NewOps[i] = SE.getAnyExtendExpr(S->op_begin()[i], CanonicalIV->getType()); in visitAddRecExpr()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2667 if (F.ScaledReg) F.ScaledReg = SE.getAnyExtendExpr(F.ScaledReg, *I); in GenerateTruncates() 2670 *J = SE.getAnyExtendExpr(*J, SrcTy); in GenerateTruncates()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 3601 if (F.ScaledReg) F.ScaledReg = SE.getAnyExtendExpr(F.ScaledReg, SrcTy); in GenerateTruncates() 3603 BaseReg = SE.getAnyExtendExpr(BaseReg, SrcTy); in GenerateTruncates()
|