Lines Matching defs:symVal
471 mlir::Value symVal = converter.getSymbolAddress(*sym);
472 result.eventHandle = symVal;
799 mlir::Value symVal = converter.getSymbolAddress(*sym);
800 auto declOp = symVal.getDefiningOp<hlfir::DeclareOp>();
804 symVal = declOp.getBase();
805 mlir::Type symType = symVal.getType();
810 mlir::Value cpVar = symVal;
820 builder.create<fir::StoreOp>(currentLocation, symVal, alloca);
1122 mlir::Value symVal = converter.getSymbolAddress(*sym);
1123 result.nontemporalVars.push_back(symVal);