/llvm-project/flang/runtime/ |
H A D | edit-output.cpp | 266 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 D | edit-input.cpp | 551 decimal::ConversionToBinaryResult<PRECISION> converted{ TryFastPathRealDecimalInput() local 744 decimal::ConversionToBinaryResult<binaryPrecision> converted; EditCommonRealInput() local [all...] |
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | TypeConverter.cpp | 271 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 D | TosaTypeConverters.cpp | 29 auto converted = converter.convertType(type.getElementType()); in populateTosaTypeConversion() local
|
/llvm-project/libcxx/test/std/atomics/atomics.ref/ |
H A D | convert.pass.cpp | 30 T converted = a; in operator ()() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | data-to-inits.cpp | 288 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 D | check-call.cpp | 226 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 D | check-case.cpp | 89 if (auto value{evaluate::GetScalarConstantValue<T>(*converted)}) { in GetValue() local
|
H A D | type.cpp | 146 if (auto converted{evaluate::ConvertToType(dyType, SomeExpr{*expr})}) { in EvaluateParameters() local 165 if (auto converted{ in EvaluateParameters() local
|
H A D | expression.cpp | 1812 if (auto converted{ConvertToType(type, Add() local 2180 if (MaybeExpr converted{implicitConvertTo( Analyze() local
|
H A D | resolve-names.cpp | 4764 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 D | SystemZTDC.cpp | 100 void converted(Instruction *I, Value *V, int Mask, bool Worthy) { converted() function in __anonb32583410111::SystemZTDCPass
|
/llvm-project/flang/lib/Evaluate/ |
H A D | call.cpp | 212 auto converted{ConvertTo(*stringLen, common::Clone(*nCopiesArg))}; in LEN() local
|
H A D | real.cpp | 646 auto converted{ Read() local
|
H A D | check-expression.cpp | 406 auto converted{ConvertToType(symTS->type(), Expr<SomeType>{x})}; in NonPointerInitializationExpr() local
|
H A D | tools.cpp | 219 if (auto converted{ConvertRealOperands( ConstructComplex() local 731 auto converted{ ConvertToType() local
|
H A D | fold-integer.cpp | 995 auto converted{ConvertToType<T>(std::move(*expr))}; FoldIntrinsicFunction() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleImport.cpp | 1168 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 D | BoxedProcedure.cpp | 151 if (auto converted = convertedTypes.lookup(ty)) in __anona7336d410d02() local
|
/llvm-project/flang/unittests/Runtime/ |
H A D | CharacterTest.cpp | 44 std::basic_string<CHAR> converted{raw, raw + length}; in CreateDescriptor() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorRewriting.cpp | 963 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 D | test_allocator.h | 39 int converted = 0; member
|
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 221 bool converted = convertUTF8ToUTF16String(to_write_ref, to_write_utf16); WriteString() local
|
/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
H A D | AsyncToLLVM.cpp | 1154 Type converted = typeConverter.convertType(type.getValueType()); populateAsyncStructuralTypeConversionsAndLegality() local
|