Home
last modified time | relevance | path

Searched defs:Convert (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dexpression.h209 struct Convert : public Operation<Convert<TO, FROMCAT>, TO, SomeKind<FROMCAT>> { struct
219 using Base = Operation<Convert, Result, Operand>; argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h123 template <typename A> A Convert(const A &x) { in Convert() function
127 template <typename A> A Convert(A &x) { in Convert() function
131 template <typename A> common::IfNoLvalue<A, A> Convert(A &&x) { in Convert() function
135 const char *Convert(const char *s) { return s; } in Convert() function
136 const char *Convert(char *s) { return s; } in Convert() function
141 std::intmax_t Convert(std::int64_t x) { return x; } in Convert() function
142 std::uintmax_t Convert(std::uint64_t x) { return x; } in Convert() function
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp36 struct Convert { struct
37 constexpr Convert(T v) : v(v) {} in Convert() function
41 template<typename T> Convert<T> ConvertVar(); argument
H A Dp7-0x.cpp39 struct Convert { struct
40 constexpr Convert(T v) : v(v) {} in Convert() function
44 template<typename T> Convert<T> ConvertVar(); argument
/llvm-project-15.0.7/llvm/lib/Support/
H A DAutoConvert.cpp21 static const struct f_cnvrt Convert = { in disableAutoConversion() local
/llvm-project-15.0.7/flang/runtime/
H A Denvironment.h28 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enum
H A Dedit-output.cpp240 decimal::ConversionToDecimalResult RealOutputEditing<binaryPrecision>::Convert( in Convert() function in Fortran::runtime::io::RealOutputEditing
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h162 const llvm::APSInt &Convert(const llvm::APSInt& To, in Convert() function
171 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() function
176 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() function
/llvm-project-15.0.7/flang/lib/Parser/
H A Dmessage.cpp68 const char *MessageFormattedText::Convert(const std::string &s) { in Convert() function in Fortran::parser::MessageFormattedText
73 const char *MessageFormattedText::Convert(std::string &s) { in Convert() function in Fortran::parser::MessageFormattedText
78 const char *MessageFormattedText::Convert(std::string &&s) { in Convert() function in Fortran::parser::MessageFormattedText
83 const char *MessageFormattedText::Convert(CharBlock x) { in Convert() function in Fortran::parser::MessageFormattedText
/llvm-project-15.0.7/llvm/unittests/Support/
H A DLinearPolyBaseTest.cpp28 Poly3D(const Poly3DBase &Convert) : Poly3DBase(Convert) {} in Poly3D()
98 Univariate3D(const Univariate3DBase &Convert) : Univariate3DBase(Convert) {} in Univariate3D()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-float-conversion.cpp24 void Convert(float f, double d, long double ld) { in Convert() function
H A Dcxx1z-copy-omission.cpp49 template<typename T> struct Convert { operator T(); }; // expected-note 1+{{candidate}} struct
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-converter.cpp32 static cl::SubCommand Convert("convert", "Trace Format Conversion"); variable
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
H A DX86LowerAMXType.cpp1026 auto Convert = [&](SmallVectorImpl<Instruction *> &Insts, Intrinsic::ID IID) { in combineAMXcast() local
H A DX86ISelLowering.cpp51199 SDValue Convert = DAG.getNode(N->getOpcode(), dl, VT, in combineX86INT_TO_FP() local
51229 SDValue Convert = in combineCVTP2I_CVTTP2I() local
51234 SDValue Convert = in combineCVTP2I_CVTTP2I() local
51375 SDValue Convert = DAG.getNode( in combineCVTPH2PS() local
51380 SDValue Convert = DAG.getNode(N->getOpcode(), dl, MVT::v4f32, in combineCVTPH2PS() local
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFixedPointBuilder.h33 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert() function
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1172 bool Convert = true; in LowerSETCC() local
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1469 Convert = 2 enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2137 SDValue Convert = DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), in PromoteFloatOp_BITCAST() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2846 bool Convert = SpeculatedStore != nullptr; in SpeculativelyExecuteBB() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15452 SDValue Convert = in tryCombineFixedPointConvert() local