Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Lower/
DCharacterExpr.h52 void createAssign(mlir::Value lhs, mlir::Value rhs);
56 void createAssign(mlir::Value lptr, mlir::Value llen, mlir::Value rptr,
137 void createAssign(const fir::CharBoxValue &lhs, const fir::CharBoxValue &rhs);
/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp230 void Fortran::lower::CharacterExprHelper::createAssign( in createAssign() function in Fortran::lower::CharacterExprHelper
416 void Fortran::lower::CharacterExprHelper::createAssign(mlir::Value lhs, in createAssign() function in Fortran::lower::CharacterExprHelper
418 createAssign(toDataLengthPair(lhs), toDataLengthPair(rhs)); in createAssign()
426 void Fortran::lower::CharacterExprHelper::createAssign(mlir::Value lptr, in createAssign() function in Fortran::lower::CharacterExprHelper
430 createAssign(fir::CharBoxValue{lptr, llen}, fir::CharBoxValue{rptr, rlen}); in createAssign()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.h246 …TIntermTyped *createAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc…
DParseHelper.cpp1317 *intermNode = createAssign(EOpInitialize, intermSymbol, initializer, line); in executeInitializer()
3369 TIntermTyped *TParseContext::createAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, co… in createAssign() function in TParseContext
3380 TIntermTyped *node = createAssign(op, left, right, loc); in addAssign()