Searched refs:createUnboxChar (Results 1 – 6 of 6) sorted by relevance
81 std::pair<mlir::Value, mlir::Value> createUnboxChar(mlir::Value boxChar);
1488 charHelp.createUnboxChar(symBox.getAddr()); in mapSymbolAttributes()1517 std::tie(boxAddr, len) = charHelp.createUnboxChar(symBox.getAddr()); in mapSymbolAttributes()1631 charHelp.createUnboxChar(symBox.getAddr()); in mapSymbolAttributes()1691 charHelp.createUnboxChar(symBox.getAddr()); in mapSymbolAttributes()1767 addr = charHelp.createUnboxChar(actualArg).first; in mapSymbolAttributes()1834 charHelp.createUnboxChar(actualArg); in mapSymbolAttributes()
219 charHelp.createUnboxChar(args.valueInTuple); in getFromTuple()
1808 charHelper.createUnboxChar(selector); in genFIR()1812 charHelper.createUnboxChar(rhs); in genFIR()
605 fir::factory::CharacterExprHelper::createUnboxChar(mlir::Value boxChar) { in createUnboxChar() function in fir::factory::CharacterExprHelper689 return createUnboxChar(memref).second; in getLength()
301 charHelper.createUnboxChar(val); in convertWithSemantics()