Home
last modified time | relevance | path

Searched defs:convert (Results 1 – 25 of 53) sorted by relevance

123

/llvm-project/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp35 Type ExpressedToQuantizedConverter::convert(QuantizedType elementalType) const { in convert() function in ExpressedToQuantizedConverter
52 UniformQuantizedPerAxisValueConverter::convert(Attribute realValue) { in convert() function in UniformQuantizedPerAxisValueConverter
61 UniformQuantizedPerAxisValueConverter::convert(DenseFPElementsAttr attr) { in convert() function in UniformQuantizedPerAxisValueConverter
/llvm-project/clang/test/Modules/Inputs/implicit-built-Werror-using-W/
H A Dconvert.h9 template <class T> int convert(T V) { return V; } in convert() function
/llvm-project/libc/src/stdio/printf_core/
H A Dconverter.cpp28 int convert(Writer *writer, const FormatSection &to_conv) { convert() function
/llvm-project/libc/src/stdio/scanf_core/
H A Dconverter.cpp28 int convert(Reader *reader, const FormatSection &to_conv) { convert() function
/llvm-project/llvm/unittests/ObjectYAML/
H A DDXContainerYAMLTest.cpp22 static bool convert(SmallVectorImpl<char> &Output, const char *YAML) { in convert() function
/llvm-project/polly/lib/External/isl/interface/
H A Dcpp_conversion.cc39 void cpp_conversion_generator::convert(const isl_class &clazz, in convert() function in cpp_conversion_generator
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h39 const Mask *convert = static_cast<const Mask *>(src); copy() local
43 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_and() local
47 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_or() local
52 const Mask *convert = static_cast<const Mask *>(rhs); is_equal() local
367 const Mask *convert = static_cast<const Mask *>(src); copy() local
373 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_and() local
379 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_or() local
390 const Mask *convert = static_cast<const Mask *>(rhs); is_equal() local
587 const Mask *convert = static_cast<const Mask *>(src); copy() local
592 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_and() local
597 const Mask *convert = static_cast<const Mask *>(rhs); bitwise_or() local
606 const Mask *convert = static_cast<const Mask *>(rhs); is_equal() local
[all...]
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY { in convert() function
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Dremove_copy.pass.cpp49 test(T trash, const T& value, Convert convert, bool check_weakness = true) in test()
H A Dreplace_copy.pass.cpp54 test(T trash, const T& old_value, const T& new_value, Predicate pred, Convert convert) in test()
H A Dunique_copy_equal.pass.cpp82 test(T trash, BinaryPredicate pred, Convert convert, bool check_weakness = true) in test()
H A Dcopy_move.pass.cpp158 test(T trash, Convert convert) in test()
H A Dremove.pass.cpp101 test(T trash, const T& value, Predicate pred, Convert convert) in test()
/llvm-project/flang/runtime/
H A Dexternal-unit.cpp110 OpenUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,OwningPtr<char> && newPath,std::size_t newPathLength,Convert convert,IoErrorHandler & handler) OpenUnit() argument
196 OpenAnonymousUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,Convert convert,IoErrorHandler & handler) OpenAnonymousUnit() argument
H A Denvironment.cpp103 if (auto convert{GetConvertFromString(x, std::strlen(x))}) { in SetEnvironmentDefaults() local
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp71 llvm::Error ObjectFileTransformer::convert(const object::ObjectFile &Obj, convert() function in ObjectFileTransformer
/llvm-project/clang/test/CodeGen/
H A Ddebug-info.c5 void convert(void) { in convert() function
/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h52 template <typename T> static T convert(T rawValue) { return rawValue; } in convert() function
132 template <typename T> char convert(T rawValue) { in convert() function
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dcount.pass.cpp62 test(T needle, Predicate pred, Convert convert) in test()
/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp310 void MIRPrinter::convert(yaml::MachineFunction &MF, convert() function in MIRPrinter
351 void MIRPrinter::convert(ModuleSlotTracker &MST, convert() function in MIRPrinter
577 void MIRPrinter::convert(yaml::MachineFunction &MF, convert() function in MIRPrinter
599 void MIRPrinter::convert(ModuleSlotTracker &MST, convert() function in MIRPrinter
[all...]
/llvm-project/clang/test/SemaObjC/
H A Dobjcbridge-attribute-arc.m231 id convert(CFFooRef obj) { function
/llvm-project/clang/test/Sema/
H A Dtypes.c85 void convert(void) { in convert() function
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy_if.pass.cpp81 test(T trash, Predicate pred, Convert convert, bool check_weakness = true) in test()
/llvm-project/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp56 YAMLProfileWriter::convert(const BinaryFunction &BF, bool UseDFS, convert() function in llvm::bolt::YAMLProfileWriter
/llvm-project/pstl/test/std/numerics/numeric.ops/
H A Dscan.pass.cpp122 test_with_plus(T init, T trash, Convert convert) in test_with_plus()

123