Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.cpp245 if (!converted.str) { // overflow in Convert()
250 return converted; in Convert()
308 if (IsInfOrNaN(converted)) { in EditEorDOutput()
310 io_.Emit(converted.str, converted.length) && EmitSuffix(edit); in EditEorDOutput()
343 int signLength{*converted.str == '-' || *converted.str == '+' ? 1 : 0}; in EditEorDOutput()
402 if (IsInfOrNaN(converted)) { in EditFOutput()
404 io_.Emit(converted.str, converted.length) && EmitSuffix(edit); in EditFOutput()
407 int signLength{*converted.str == '-' || *converted.str == '+' ? 1 : 0}; in EditFOutput()
501 if (IsInfOrNaN(converted)) { in EditForGOutput()
530 if (IsInfOrNaN(converted)) { in EditListDirectedOutput()
[all …]
H A Dedit-input.cpp397 decimal::ConversionToBinaryResult<PRECISION> converted{ in TryFastPathRealInput() local
399 if (converted.flags & (decimal::Invalid | decimal::Overflow)) { in TryFastPathRealInput()
431 converted.binary; in TryFastPathRealInput()
434 if (converted.flags != decimal::ConversionResultFlags::Exact) { in TryFastPathRealInput()
435 RaiseFPExceptions(converted.flags); in TryFastPathRealInput()
498 decimal::ConversionToBinaryResult<binaryPrecision> converted{ in EditCommonRealInput() local
502 converted.flags | decimal::Inexact); in EditCommonRealInput()
509 converted.binary; in EditCommonRealInput()
511 if (converted.flags != decimal::ConversionResultFlags::Exact) { in EditCommonRealInput()
512 if (converted.flags & decimal::ConversionResultFlags::Overflow) { in EditCommonRealInput()
[all …]
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dconverted.pass.cpp43 assert(myconv.converted() == 0); in test()
45 assert(myconv.converted() == 1); in test()
47 assert(myconv.converted() == 2); in test()
49 assert(myconv.converted() == 3); in test()
60 assert(myconv.converted() == 0); in test()
62 assert(myconv.converted() == 1); in test()
64 assert(myconv.converted() == 2); in test()
66 assert(myconv.converted() == 4); in test()
H A Dctor_codecvt.pass.cpp37 assert(myconv.converted() == 0); in main()
43 assert(myconv.converted() == 0); in main()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp105 auto converted = convertDenseFPElementsAttr( in quantizeAttrUniform() local
107 outConvertedType = converted.getType(); in quantizeAttrUniform()
108 return converted; in quantizeAttrUniform()
112 auto converted = convertSparseElementsAttr( in quantizeAttrUniform() local
114 outConvertedType = converted.getType(); in quantizeAttrUniform()
115 return converted; in quantizeAttrUniform()
139 auto converted = converter.convert(realValue); in quantizeAttr() local
141 if (converted) { in quantizeAttr()
142 outConvertedType = converted.getType(); in quantizeAttr()
144 return converted; in quantizeAttr()
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp200 Type converted = in convertFunctionType() local
260 if (!converted || !LLVM::isCompatibleType(converted)) in convertFunctionTypeCWrapper()
263 converted = LLVM::LLVMPointerType::get(converted); in convertFunctionTypeCWrapper()
467 if (!converted || !LLVM::isCompatibleType(converted)) in packFunctionResults()
539 auto converted = in structFuncArgTypeConverter() local
541 if (converted.empty()) in structFuncArgTypeConverter()
543 result.append(converted.begin(), converted.end()); in structFuncArgTypeConverter()
548 if (converted.empty()) in structFuncArgTypeConverter()
550 result.append(converted.begin(), converted.end()); in structFuncArgTypeConverter()
554 if (!converted) in structFuncArgTypeConverter()
[all …]
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dobjcbridge-related-attribute.mm17 …; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly converted to 'NSColor *'; …
18 …; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly converted to 'NSColor *'; …
19 …return newColor; // expected-error {{'CGColorRef' (aka 'CGColor *') must be explicitly converted t…
23 …cgColor = newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (…
24 …CGColorRef cg = newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColor…
25 …return newColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' (aka…
/llvm-project-15.0.7/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
H A Dctor_move.pass.cpp35 const auto old_converted = myconv.converted(); in main()
36 assert(myconv.converted() == 3); in main()
39 assert(myconv2.converted() == old_converted); in main()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjcbridge-related-attribute.m22 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; …
23 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; …
24 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; …
34 …eld.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' …
35 …return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to …
H A Darc-objcbridge-related-attribute.m22 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; …
23 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *__s…
24 …pected-error {{'CGColorRef' (aka 'struct CGColor *') must be explicitly converted to 'NSColor *'; …
34 …eld.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to 'CGColorRef' …
35 …return textField.backgroundColor; // expected-error {{'NSColor *' must be explicitly converted to …
/llvm-project-15.0.7/bolt/test/X86/
H A Dcmov-conversion.s10 # CHECK: BOLT-INFO: CMOVConversion: CmovInHotPath, converted static 1/1
11 # CHECK: BOLT-INFO: CMOVConversion: CmovNotInHotPath, converted static 1/1
12 # CHECK: BOLT-INFO: CMOVConversion: MaxIndex, converted static 1/1
13 # CHECK: BOLT-INFO: CMOVConversion: MaxIndex_unpredictable, converted static 1/1
14 # CHECK: BOLT-INFO: CMOVConversion: MaxValue, converted static 1/1
15 # CHECK: BOLT-INFO: CMOVConversion: BinarySearch, converted static 0/0
16 # CHECK: BOLT-INFO: CMOVConversion: Transform, converted static 0/0
17 # CHECK: BOLT-INFO: CMOVConversion: test_cmov_memoperand, converted static 0/0
25 # CHECK: BOLT-INFO: CMOVConversion: test_memoperand_loop, converted static 1/1
26 # CHECK: BOLT-INFO: CMOVConversion: CmovBackToBack, converted static 2/2
[all …]
/llvm-project-15.0.7/mlir/docs/
H A DTargetLLVMIR.md128 // Assuming index is converted to i64.
232 // which gets converted into a flat list.
375 // Gets converted to the following
405 // Gets converted to the following
444 // Gets converted to the following.
465 // Gets converted to the following.
603 are converted to pointer-to-struct and the remaining arguments are converted
619 are converted to pointer-to-struct and the remaining arguments are converted
636 // Gets converted into the following
681 // Gets converted into the following
[all …]
H A DDialectConversion.md43 would have been successfully converted if successful. Note that no
74 Operations marked as "illegal" must always be converted for the
183 an operand was the result of a non-converted operation, for example if it was
221 details how types should be converted when interfacing with a pattern. A
237 A `materialization` describes how a set of values should be converted to a
255 converted to those with different resultant types, but still retain
261 * When the result type of an operation has been converted to a
270 input operands have not been converted. This may happen during a
278 If a converted value is used by an operation that isn't converted, it needs a
280 unconverted value is used by an operation that is being converted, it needs
[all …]
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp100 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { in converted() function in __anonf7bee8de0111::SystemZTDCPass
233 converted(&I, Op0, Mask, Worthy); in convertFCmp()
262 converted(&I, V, Mask, true); in convertICmp()
287 converted(&I, V, Mask, false); in convertICmp()
313 converted(&I, Op0, Mask, true); in convertLogicOp()
/llvm-project-15.0.7/mlir/test/Dialect/Affine/
H A Dmemref-stride-calculation.mlir54 // CHECK: MemRefType memref<5xf32, affine_map<(d0)[s0] -> (s0)>> cannot be converted to strided form
56 // CHECK: MemRefType memref<5xf32, affine_map<(d0)[s0] -> (123)>> cannot be converted to strided fo…
63 …4x5xf32, affine_map<(d0, d1, d2) -> (d0 floordiv 4 + d1 + d2)>> cannot be converted to strided form
65 …x4x5xf32, affine_map<(d0, d1, d2) -> (d0 ceildiv 4 + d1 + d2)>> cannot be converted to strided form
67 …ef<3x4x5xf32, affine_map<(d0, d1, d2) -> (d0 mod 4 + d1 + d2)>> cannot be converted to strided form
/llvm-project-15.0.7/llvm/test/ExecutionEngine/JITLink/X86/
H A DELF_external_to_absolute_conversion.s5 # converted to absolutes. This is demotion is necessary to avoid "unexpected
11 # should cause the external _GLOBAL_OFFSET_TABLE_ symbol to be converted to an
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-case.cpp87 if (auto converted{evaluate::Fold(foldingContext, in GetValue() local
89 if (auto value{evaluate::GetScalarConstantValue<T>(*converted)}) { in GetValue()
91 evaluate::ConvertToType(*type, SomeExpr{*converted}))}; in GetValue()
93 x->v = converted; in GetValue()
H A Dcheck-call.cpp116 auto converted{ConvertToType(dummyType.type(), std::move(actual))}; in CheckCharacterActual() local
117 CHECK(converted); in CheckCharacterActual()
118 actual = std::move(*converted); in CheckCharacterActual()
140 auto converted{ in ConvertIntegerActual() local
142 CHECK(converted); in ConvertIntegerActual()
143 actual = std::move(*converted); in ConvertIntegerActual()
182 if (auto converted{ in CheckExplicitDataArg() local
186 actual = *converted; in CheckExplicitDataArg()
689 if (auto converted{evaluate::ConvertToType(type, SomeExpr{*expr})}) { in ConvertBOZLiteralArg() local
690 arg = std::move(*converted); in ConvertBOZLiteralArg()
H A Ddata-to-inits.cpp274 if (auto converted{evaluate::ConvertToType(type, SomeExpr{expr})}) { in ConvertElement() local
275 return {std::make_pair(std::move(*converted), false)}; in ConvertElement()
279 if (auto converted{evaluate::HollerithToBOZ( in ConvertElement() local
281 return {std::make_pair(std::move(*converted), true)}; in ConvertElement()
285 if (MaybeExpr converted{evaluate::DataConstantConversionExtension( in ConvertElement() local
293 return {std::make_pair(std::move(*converted), false)}; in ConvertElement()
403 } else if (auto converted{ConvertElement(*expr, *designatorType)}) { in InitElement() local
410 } else if (converted->second) { in InitElement()
415 auto folded{evaluate::Fold(context, std::move(converted->first))}; in InitElement()
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dpromote-buffers-to-stack.mlir46 // Since the alloc has dynamic type, it is not converted into an alloca.
256 // PromoteBuffersToStack expected behavior: The two allocs should be converted
318 // PromoteBuffersToStack expected behavior: Both AllocOps are converted into
352 // PromoteBuffersToStack expected behavior: The AllocOps are converted into
388 // there is no conversion allowed. The second alloc is converted, since it
412 // The allocation in the nested if branch cannot be converted to an alloca
440 // The alloc %0 does not need to be converted in this case since the
472 // Alloc %0 will be converted to an alloca. %3 is not transformed.
502 // that are passed via the backedges. The alloc is converted to an AllocaOp.
538 // The allocs are not converted in this case.
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-conv-02.ll5 ; Test cases where both elements of a v2f64 are converted to f32s.
25 ; Test cases where even elements of a v4f32 are converted to f64s.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/Transforms/
H A DPasses.td19 sparse tensor types is converted into code in which the sparsity is
83 support library. All sparse tensor types are converted into opaque
88 converted to actual elaborate IR code that implements the primitives
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstrainedOps.def49 // These are definitions for instructions, that are converted into constrained
69 // Theses are definitions for intrinsic functions, that are converted into
99 // This is definition for fmuladd intrinsic function, that is converted into
/llvm-project-15.0.7/llvm/test/ThinLTO/X86/
H A Dlinkonce_resolution_comdat.ll10 ; Copy from first module is prevailing and converted to weak_odr, copy
11 ; from second module is preempted and converted to available_externally and
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Draw-string-literal.rst36 converted to a raw string literal: ``\\``, ``\'``, ``\"``, ``\?``,
45 literal from being converted. The presence of a horizontal tab, form feed or

12345678910>>...16