Searched refs:createEmbox (Results 1 – 4 of 4) sorted by relevance
71 mlir::Value createEmbox(const fir::CharBoxValue &str);74 mlir::Value createEmbox(const fir::CharArrayBoxValue &str);
196 fir::factory::CharacterExprHelper::createEmbox(const fir::CharBoxValue &box) { in createEmbox() function in fir::factory::CharacterExprHelper242 mlir::Value fir::factory::CharacterExprHelper::createEmbox( in createEmbox() function in fir::factory::CharacterExprHelper247 return createEmbox(static_cast<const fir::CharBoxValue &>(box)); in createEmbox()601 return createEmbox(fir::CharBoxValue{addr, len}); in createEmboxChar()
208 .createEmbox(*charBox); in instantiateHostTuple()
3133 [&](const fir::CharBoxValue &x) { return helper.createEmbox(x); }, in genRawProcedureRef()3135 return helper.createEmbox(x); in genRawProcedureRef()3386 return fir::factory::CharacterExprHelper{builder, loc}.createEmbox( in genScalarUserDefinedAssignmentCall()5086 .createEmbox(cb); in genElementalUserDefinedProcRef()