| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | expression.h | 209 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 D | message.h | 123 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 D | p7-cxx11-nowarn.cpp | 36 struct Convert { struct 37 constexpr Convert(T v) : v(v) {} in Convert() function 41 template<typename T> Convert<T> ConvertVar(); argument
|
| H A D | p7-0x.cpp | 39 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 D | AutoConvert.cpp | 21 static const struct f_cnvrt Convert = { in disableAutoConversion() local
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | environment.h | 28 enum class Convert { Unknown, Native, LittleEndian, BigEndian, Swap }; enum
|
| H A D | edit-output.cpp | 240 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 D | BasicValueFactory.h | 162 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 D | message.cpp | 68 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 D | LinearPolyBaseTest.cpp | 28 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 D | warn-float-conversion.cpp | 24 void Convert(float f, double d, long double ld) { in Convert() function
|
| H A D | cxx1z-copy-omission.cpp | 49 template<typename T> struct Convert { operator T(); }; // expected-note 1+{{candidate}} struct
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 32 static cl::SubCommand Convert("convert", "Trace Format Conversion"); variable
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86CallFrameOptimization.cpp | 110 enum InstClassification { Convert, Skip, Exit }; enumerator
|
| H A D | X86LowerAMXType.cpp | 1026 auto Convert = [&](SmallVectorImpl<Instruction *> &Insts, Intrinsic::ID IID) { in combineAMXcast() local
|
| H A D | X86ISelLowering.cpp | 51199 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 D | FixedPointBuilder.h | 33 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert() function
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 1172 bool Convert = true; in LowerSETCC() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1469 Convert = 2 enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 2137 SDValue Convert = DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), in PromoteFloatOp_BITCAST() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2846 bool Convert = SpeculatedStore != nullptr; in SpeculativelyExecuteBB() local
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 15452 SDValue Convert = in tryCombineFixedPointConvert() local
|