| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 6612 * - 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 D | UndefinedBehaviorSanitizer.rst | 19 * 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 D | BUILD.gn | 10 sources = [ "Conversion.cpp" ]
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-06-01-GCCOptimizations.txt | 19 6 . *** Conversion to SSA 21 8 . *** Conversion to LLVM
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 1626 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 D | SemaLambda.cpp | 1482 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 D | SemaOverload.cpp | 3705 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 D | SemaPseudoObject.cpp | 1084 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 D | WebAssemblyInstrConv.td | 1 //===-- 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 D | WebAssemblyISelLowering.cpp | 2473 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 D | AMDGPUOperandSyntax.rst | 1005 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 D | Changes | 30 - Conversion of internal functions to methods to permit sub-classing
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SISchedule.td | 32 // 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 D | arm_fp16.td | 45 // Conversion
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFloat32InstrInfo.td | 83 // Conversion Instructions 261 // FP Conversion
|
| H A D | LoongArchFloat64InstrInfo.td | 66 // Conversion Instructions
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_format.inc | 218 // Conversion specifier. 434 // Conversion specifier.
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 154 /// CK_UserDefinedConversion - Conversion using a user defined type 159 /// CK_ConstructorConversion - Conversion by constructor.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 28 // Conversion instructions
|
| H A D | SystemZInstrDFP.td | 29 // Conversion instructions
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/ |
| H A D | Meta_1_0.pod | 19 Conversion from the original HTML to POD format
|
| H A D | Meta_1_1.pod | 19 Conversion from the original HTML to POD format
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 850 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 D | README_ALTIVEC.txt | 304 - 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 D | rtl.def | 990 /* 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.
|