Home
last modified time | relevance | path

Searched defs:charType (Results 1 – 13 of 13) sorted by relevance

/llvm-project/flang/unittests/Optimizer/Builder/
H A DHLFIRToolsTest.cpp112 mlir::Type charType = fir::CharacterType::getUnknownLen(&context, 1); TEST_F() local
137 mlir::Type charType = fir::CharacterType::getUnknownLen(&context, 1); TEST_F() local
168 mlir::Type charType = fir::CharacterType::getUnknownLen(&context, 1); TEST_F() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp604 auto charType = fir::CharacterType::get(builder.getContext(), kind, len); in createCharacterTemp() local
685 auto charType = fir::CharacterType::get(builder.getContext(), kind, 1); in createSingletonFromCode() local
727 auto charType = recoverCharacterType(memrefType); in getLength() local
H A DHLFIRTools.cpp159 auto charType = mlir::cast<fir::CharacterType>(var.getFortranElementType()); genCharacterVariableLength() local
323 auto charType = mlir::cast<fir::CharacterType>(var.getFortranElementType()); genVariableBoxChar() local
721 if (auto charType = mlir::dyn_cast<fir::CharacterType>(elementType)) { derefPointersAndAllocatables() local
751 if (auto charType = mlir::dyn_cast<fir::CharacterType>(eleTy)) { getVariableElementType() local
[all...]
H A DIntrinsicCall.cpp3934 fir::CharacterType charType = genIchar() local
/llvm-project/flang/test/Semantics/
H A Dresolve89.f90130 type charType type
/llvm-project/flang/lib/Evaluate/
H A Dtype.cpp639 const auto &charType{type.characterTypeSpec()}; From() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp104 if (auto charType = mlir::dyn_cast<fir::CharacterType>(type)) getHLFIRVariableType() local
622 if (auto charType = getCharacterLengthIfStatic() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DBufferizeHLFIR.cpp327 auto charType = hlfir::getFortranElementType(setLength.getType()); matchAndRewrite() local
/llvm-project/flang/lib/Semantics/
H A Dresolve-names-utils.cpp832 const CharacterTypeSpec &charType{type.characterTypeSpec()}; MapType() local
/llvm-project/flang/lib/Lower/
H A DConvertExprToHLFIR.cpp212 auto charType = mlir::dyn_cast<fir::CharacterType>(resultValueType); in computeDesignatorType() local
1745 if (auto charType = mlir::dyn_cast<fir::CharacterType>(fieldElemType)) { gen() local
H A DConvertVariable.cpp1708 if (auto charType = mlir::dyn_cast<fir::CharacterType>( global() local
H A DConvertCall.cpp2146 auto charType = mlir::dyn_cast<fir::CharacterType>(elementType); genElementalCall() local
H A DConvertExpr.cpp1175 auto charType = mlir::cast<fir::CharacterType>( replaceScalarCharacterLength() local
2013 if (auto charType = mlir::dyn_cast<fir::CharacterType>(elementType)) { genArrayTempFromMold() local