Home
last modified time | relevance | path

Searched refs:getCharacterKind (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Optimizer/Builder/
H A DCharacterTest.cpp56 fir::factory::CharacterExprHelper::getCharacterKind(ty)); in TEST_F()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DCharacter.h109 static fir::KindTy getCharacterKind(mlir::Type type);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp324 auto kind = getCharacterKind(src.getBuffer().getType()); in createCopy()
327 if (getCharacterKind(dest.getBuffer().getType()) == kind) { in createCopy()
494 auto kind = getCharacterKind(box.getBuffer().getType()); in createSubstring()
625 fir::factory::CharacterExprHelper::getCharacterKind(mlir::Type type) { in getCharacterKind() function in fir::factory::CharacterExprHelper
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp456 fir::factory::CharacterExprHelper::getCharacterKind(type) == asciiKind) in getOutputFunc()
551 fir::factory::CharacterExprHelper::getCharacterKind(type) == asciiKind) in getInputFunc()
H A DIntrinsicCall.cpp3069 fir::factory::CharacterExprHelper{builder, loc}.getCharacterKind( in genIndex()
3713 fir::factory::CharacterExprHelper{builder, loc}.getCharacterKind( in genScan()
4350 fir::factory::CharacterExprHelper{builder, loc}.getCharacterKind( in genVerify()
H A DConvertExpr.cpp2025 fir::factory::CharacterExprHelper::getCharacterKind(chTy); in genOffsetAndCoordinateOp()