Home
last modified time | relevance | path

Searched refs:getFKind (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp368 bool operator==(const KeyTy &key) const { return key == getFKind(); } in operator ==()
376 KindTy getFKind() const { return kind; } in getFKind() function
453 bool operator==(const KeyTy &key) const { return key == getFKind(); } in operator ==()
461 KindTy getFKind() const { return kind; } in getFKind() function
477 bool operator==(const KeyTy &key) const { return key == getFKind(); } in operator ==()
485 KindTy getFKind() const { return kind; } in getFKind() function
501 bool operator==(const KeyTy &key) const { return key == getFKind(); } in operator ==()
509 KindTy getFKind() const { return kind; } in getFKind() function
525 bool operator==(const KeyTy &key) const { return key == getFKind(); } in operator ==()
533 KindTy getFKind() const { return kind; } in getFKind() function
[all …]
DFIRAttr.cpp43 int getFKind() const { return kind; } in getFKind() function
113 int RealAttr::getFKind() const { return getImpl()->getFKind(); } in getFKind() function in fir::RealAttr
222 os << fir::RealAttr::getAttrName() << '<' << a.getFKind() << ", i x"; in printFirAttribute()
DFIROps.cpp1375 return eleTy.cast<fir::CharacterType>().getFKind() != 1; in isWideValue()
/external/llvm-project/flang/lib/Lower/
DMangler.cpp138 return "z" + std::to_string(cplx.getFKind()); in typeToString()
141 return "r" + std::to_string(real.getFKind()); in typeToString()
147 return "l" + std::to_string(logical.getFKind()); in typeToString()
150 return "c" + std::to_string(character.getFKind()); in typeToString()
153 return "bc" + std::to_string(boxCharacter.getEleTy().getFKind()); in typeToString()
DFIRBuilder.cpp66 llvm::APFloat(kindMap.getFloatSemantics(firType.getFKind()), 0)); in createRealZeroConstant()
152 kindMap.getFloatSemantics(toTy.cast<fir::CplxType>().getFKind()), 0}; in convertWithSemantics()
DComplexExpr.cpp19 builder.getContext(), complexType.cast<fir::CplxType>().getFKind()); in getComplexPartType()
DCharacterRuntime.cpp72 return charTy.getFKind(); in discoverKind()
DCharacterExpr.cpp144 auto kind = getCharacterType(str).getFKind(); in createEmbox()
389 auto bits = builder.getKindMap().getCharacterBitsize(type.getFKind()); in createBlankConstantCode()
485 return getCharacterType(type).getFKind(); in getCharacterKind()
DIntrinsicCall.cpp441 return r.getFKind() * 4; in getFloatingPointWidth()
443 return cplx.getFKind() * 4; in getFloatingPointWidth()
DIO.cpp206 return ty.getFKind() <= 4 in getOutputFunc()
278 return ty.getFKind() <= 4 in getInputFunc()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h102 KindTy getFKind() const;
117 KindTy getFKind() const;
127 KindTy getFKind() const;
138 KindTy getFKind() const;
148 KindTy getFKind() const;
DFIRAttr.h126 int getFKind() const;