Home
last modified time | relevance | path

Searched defs:converted (Results 1 – 24 of 24) sorted by relevance

/llvm-project/flang/runtime/
H A Dedit-output.cpp266 auto converted{decimal::ConvertToDecimal<binaryPrecision>(buffer_, in ConvertToDecimal() local
349 decimal::ConversionToDecimalResult converted{ in EditEorDOutput() local
449 decimal::ConversionToDecimalResult converted{ EditFOutput() local
580 decimal::ConversionToDecimalResult converted{ EditForGOutput() local
613 decimal::ConversionToDecimalResult converted{ EditListDirectedOutput() local
650 auto converted{ConvertToDecimal(significantDigits, rounding, flags)}; ConvertToHexadecimal() local
655 auto converted{ConvertToDecimal(significantDigits, rounding, flags)}; ConvertToHexadecimal() local
720 auto converted{ EditEXOutput() local
[all...]
H A Dedit-input.cpp551 decimal::ConversionToBinaryResult<PRECISION> converted{ TryFastPathRealDecimalInput() local
744 decimal::ConversionToBinaryResult<binaryPrecision> converted; EditCommonRealInput() local
[all...]
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DTypeConverter.cpp271 SmallVector<Type, 8> converted; convertFunctionSignature() local
312 auto converted = convertType(t); convertFunctionTypeCWrapper() local
444 std::optional<Attribute> converted = getMemRefAddressSpace() local
558 Type converted = convertType(type); packOperationResults() local
582 auto converted = convertCallingConventionType(t, useBarePtrCallConv); packFunctionResults() local
653 auto converted = structFuncArgTypeConverter() local
661 auto converted = converter.getUnrankedMemRefDescriptorFields(); structFuncArgTypeConverter() local
667 auto converted = converter.convertType(type); structFuncArgTypeConverter() local
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaTypeConverters.cpp29 auto converted = converter.convertType(type.getElementType()); in populateTosaTypeConversion() local
/llvm-project/libcxx/test/std/atomics/atomics.ref/
H A Dconvert.pass.cpp30 T converted = a; in operator ()() local
/llvm-project/flang/lib/Semantics/
H A Ddata-to-inits.cpp288 if (auto converted{evaluate::ConvertToType(type, SomeExpr{expr})}) { in ConvertElement() local
293 if (auto converted{evaluate::HollerithToBOZ( in ConvertElement() local
299 if (MaybeExpr converted{evaluate::DataConstantConversionExtension( in ConvertElement() local
433 } else if (auto converted{ConvertElement(*expr, *designatorType)}) { InitElement() local
[all...]
H A Dcheck-call.cpp226 auto converted{ CheckCharacterActual() local
253 auto converted{ ConvertIntegerActual() local
294 auto converted{ ConvertLogicalActual() local
359 if (auto converted{evaluate::HollerithToBOZ( CheckExplicitDataArg() local
1134 if (auto converted{evaluate::ConvertToType(type, SomeExpr{*expr})}) { ConvertBOZLiteralArg() local
[all...]
H A Dcheck-case.cpp89 if (auto value{evaluate::GetScalarConstantValue<T>(*converted)}) { in GetValue() local
H A Dtype.cpp146 if (auto converted{evaluate::ConvertToType(dyType, SomeExpr{*expr})}) { in EvaluateParameters() local
165 if (auto converted{ in EvaluateParameters() local
H A Dexpression.cpp1812 if (auto converted{ConvertToType(type, Add() local
2180 if (MaybeExpr converted{implicitConvertTo( Analyze() local
H A Dresolve-names.cpp4764 if (auto converted{EvaluateNonPointerInitializer( Pre() local
8740 if (auto converted{evaluate::ConvertToType(*type, std::move(*expr))}) { AnalyzeStmtFunctionStmt() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp100 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { converted() function in __anonb32583410111::SystemZTDCPass
/llvm-project/flang/lib/Evaluate/
H A Dcall.cpp212 auto converted{ConvertTo(*stringLen, common::Clone(*nCopiesArg))}; in LEN() local
H A Dreal.cpp646 auto converted{ Read() local
H A Dcheck-expression.cpp406 auto converted{ConvertToType(symTS->type(), Expr<SomeType>{x})}; in NonPointerInitializationExpr() local
H A Dtools.cpp219 if (auto converted{ConvertRealOperands( ConstructComplex() local
731 auto converted{ ConvertToType() local
H A Dfold-integer.cpp995 auto converted{ConvertToType<T>(std::move(*expr))}; FoldIntrinsicFunction() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp1168 FailureOr<Value> converted = convertConstant(constantToConvert); convertConstantExpr() local
1226 FailureOr<Value> converted = convertValue(value); convertValues() local
1270 FailureOr<Value> converted = convertValue(value); matchIntegerAttr() local
1280 FailureOr<Value> converted = convertValue(value); matchFloatAttr() local
1339 FailureOr<Value> converted = convertValue(value); convertBranchArgs() local
[all...]
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp151 if (auto converted = convertedTypes.lookup(ty)) in __anona7336d410d02() local
/llvm-project/flang/unittests/Runtime/
H A DCharacterTest.cpp44 std::basic_string<CHAR> converted{raw, raw + length}; in CreateDescriptor() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp963 Value converted = rewriter.create<ConvertOp>(loc, dstRTT, t).getResult(); matchAndRewrite() local
1048 Value converted = rewriter.create<ConvertOp>(loc, dstRTT, t).getResult(); matchAndRewrite() local
/llvm-project/libcxx/test/support/
H A Dtest_allocator.h39 int converted = 0; member
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp221 bool converted = convertUTF8ToUTF16String(to_write_ref, to_write_utf16); WriteString() local
/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp1154 Type converted = typeConverter.convertType(type.getValueType()); populateAsyncStructuralTypeConversionsAndLegality() local