Home
last modified time | relevance | path

Searched refs:Conversion (Results 1 – 25 of 118) sorted by relevance

12345

/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst6612 * - mlir/include/mlir/Conversion
6617 * - mlir/include/mlir/Conversion/AffineToStandard
6622 * - mlir/include/mlir/Conversion/ArithmeticToLLVM
6627 * - mlir/include/mlir/Conversion/ArithmeticToSPIRV
6632 * - mlir/include/mlir/Conversion/ArmNeon2dToIntr
6637 * - mlir/include/mlir/Conversion/AsyncToLLVM
6642 * - mlir/include/mlir/Conversion/BufferizationToMemRef
6647 * - mlir/include/mlir/Conversion/ComplexToLLVM
6652 * - mlir/include/mlir/Conversion/ComplexToStandard
6657 * - mlir/include/mlir/Conversion/ControlFlowToLLVM
[all …]
H A DUndefinedBehaviorSanitizer.rst19 * Conversion to, from, or between floating-point types which would
93 - ``-fsanitize=float-cast-overflow``: Conversion to, from, or
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/xpc/
H A DBUILD.gn10 sources = [ "Conversion.cpp" ]
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations.txt19 6 . *** Conversion to SSA
21 8 . *** Conversion to LLVM
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt1626 clang-tools-extra/clangd/xpc/Conversion.cpp
1627 clang-tools-extra/clangd/xpc/Conversion.h
7559 mlir/include/mlir/Conversion/Passes.h
7560 mlir/include/mlir/Conversion/AffineToStandard/AffineToStandard.h
7561 mlir/include/mlir/Conversion/ArithmeticToLLVM/ArithmeticToLLVM.h
7562 mlir/include/mlir/Conversion/ArithmeticToSPIRV/ArithmeticToSPIRV.h
7563 mlir/include/mlir/Conversion/ArmNeon2dToIntr/ArmNeon2dToIntr.h
7564 mlir/include/mlir/Conversion/AsyncToLLVM/AsyncToLLVM.h
7565 mlir/include/mlir/Conversion/BufferizationToMemRef/BufferizationToMemRef.h
7566 mlir/include/mlir/Conversion/ComplexToLLVM/ComplexToLLVM.h
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1482 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addFunctionPointerConversion() local
1490 Conversion->setAccess(AS_public); in addFunctionPointerConversion()
1491 Conversion->setImplicit(true); in addFunctionPointerConversion()
1502 Conversion); in addFunctionPointerConversion()
1505 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion()
1508 Class->addDecl(Conversion); in addFunctionPointerConversion()
1599 CXXConversionDecl *Conversion = CXXConversionDecl::Create( in addBlockPointerConversion() local
1605 Conversion->setAccess(AS_public); in addBlockPointerConversion()
1606 Conversion->setImplicit(true); in addBlockPointerConversion()
1607 Class->addDecl(Conversion); in addBlockPointerConversion()
H A DSemaOverload.cpp3705 if (CXXConversionDecl *Conversion in IsUserDefinedConversion() local
3715 User.ConversionFunction = Conversion; in IsUserDefinedConversion()
6071 CXXConversionDecl *Conversion = in diagnoseNoViableConversion() local
6076 QualType ConvTy = Conversion->getConversionType().getNonReferenceType(); in diagnoseNoViableConversion()
6085 Converter.noteExplicitConv(SemaRef, Conversion, ConvTy); in diagnoseNoViableConversion()
6093 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in diagnoseNoViableConversion()
6110 CXXConversionDecl *Conversion = in recordConversion() local
6114 QualType ToType = Conversion->getConversionType().getNonReferenceType(); in recordConversion()
6123 ExprResult Result = SemaRef.BuildCXXMemberCallExpr(From, Found, Conversion, in recordConversion()
6257 CXXConversionDecl *Conversion; in PerformContextualImplicitConversion() local
[all …]
H A DSemaPseudoObject.cpp1084 if (CXXConversionDecl *Conversion = in CheckSubscriptingKind() local
1086 QualType CT = Conversion->getConversionType().getNonReferenceType(); in CheckSubscriptingKind()
1089 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
1093 ConversionDecls.push_back(Conversion); in CheckSubscriptingKind()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrConv.td1 //===-- WebAssemblyInstrConv.td-WebAssembly Conversion support -*- tablegen -*-=
56 // Conversion from floating point to integer instructions which don't trap on
109 // Conversion from floating point to integer pseudo-instructions which don't
138 // Conversion from floating point to integer traps on overflow and invalid.
H A DWebAssemblyISelLowering.cpp2473 auto Conversion = N->getOperand(0); in performVectorTruncZeroCombine() local
2474 auto ConversionOp = Conversion.getOpcode(); in performVectorTruncZeroCombine()
2492 if (Conversion.getValueType() != ExpectedConversionType) in performVectorTruncZeroCombine()
2495 auto Source = Conversion.getOperand(0); in performVectorTruncZeroCombine()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUOperandSyntax.rst1005 Type and Size Conversion
1016 Conversion of Integer Values
1035 2. *Conversion*. The input value is converted to the expected type
1040 Expected type Truncation Width Conversion Description
1088 Conversion of Floating-Point Values
1102 2. *Conversion*. The input value is converted to the expected type
1107 Expected type Required FP Type Conversion Description
1113 i64, u64, b64 \- \- Conversion disabled.
1153 Conversion of Relocatable Values
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/
H A DChanges30 - Conversion of internal functions to methods to permit sub-classing
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSISchedule.td32 // Conversion to or from F32 (but not converting F64 to or from F32)
47 // Conversion to or from f64 instruction
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_fp16.td45 // Conversion
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchFloat32InstrInfo.td83 // Conversion Instructions
261 // FP Conversion
H A DLoongArchFloat64InstrInfo.td66 // Conversion Instructions
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc218 // Conversion specifier.
434 // Conversion specifier.
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.def154 /// CK_UserDefinedConversion - Conversion using a user defined type
159 /// CK_ConstructorConversion - Conversion by constructor.
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td28 // Conversion instructions
H A DSystemZInstrDFP.td29 // Conversion instructions
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/
H A DMeta_1_0.pod19 Conversion from the original HTML to POD format
H A DMeta_1_1.pod19 Conversion from the original HTML to POD format
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp850 if (auto *Conversion = dyn_cast<CXXConversionDecl>(D)) { in addedMember() local
857 AccessSpecifier AS = Conversion->getAccessUnsafe(); in addedMember()
859 if (Conversion->getPrimaryTemplate()) { in addedMember()
865 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion); in addedMember()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DREADME_ALTIVEC.txt304 - Conversion instructions (Sections 7.6.1.5 and 7.6.1.6 of ISA 2.07)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drtl.def990 /* Conversion of fixed point operand to floating point value. */
994 Conversion of floating point operand to fixed point value.
1001 /* Conversion of unsigned fixed point operand to floating point value. */
1005 Conversion of floating point operand to *unsigned* fixed point value.

12345