Home
last modified time | relevance | path

Searched refs:Convert (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp32 static cl::SubCommand Convert("convert", "Trace Format Conversion"); variable
35 cl::Required, cl::sub(Convert));
44 cl::sub(Convert));
50 cl::sub(Convert));
57 cl::init(false), cl::sub(Convert));
66 cl::sub(Convert), cl::init(""));
72 cl::sub(Convert), cl::init(true));
361 static CommandRegistration Unused(&Convert, []() -> Error { in __anoncd336e020302()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td32 // Convert floating-point values to narrower representations. The destination
45 // Convert a signed integer value to a floating-point one.
57 // Convert an unsigned integer value to a floating-point one.
65 // Convert a floating-point value to a signed integer value.
77 // Convert a floating-point value to an unsigned integer value.
87 // Convert a packed value to a floating-point one.
93 // Convert a floating-point value to a packed value.
99 // Convert from/to memory values in the zoned format.
107 // Convert from/to memory values in the packed format.
H A DSystemZInstrHFP.td31 // Convert floating-point values to narrower representations.
49 // Convert a signed integer register value to a floating-point one.
58 // Convert a floating-point register value to a signed integer value,
70 // Convert BFP to HFP.
76 // Convert HFP to BFP.
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp43 VPINTERNAL_CASE(Convert)
343 if (LegalizeStrat.OpStrategy == VPLegalization::Convert) in sanitizeStrategy()
354 (LegalizeStrat.OpStrategy == VPLegalization::Convert)) { in sanitizeStrategy()
355 LegalizeStrat.EVLParamStrategy = VPLegalization::Convert; in sanitizeStrategy()
403 case VPLegalization::Convert: in expandVectorPredication()
416 case VPLegalization::Convert: in expandVectorPredication()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAutoConvert.cpp21 static const struct f_cnvrt Convert = { in disableAutoConversion() local
26 if (fcntl(FD, F_CONTROL_CVT, &Convert) == -1) in disableAutoConversion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleV6.td209 // Single to Double FP Convert
212 // Double to Single FP Convert
215 // Single-Precision FP to Integer Convert
218 // Double-Precision FP to Integer Convert
221 // Integer to Single-Precision FP Convert
224 // Integer to Double-Precision FP Convert
/freebsd-13.1/contrib/tcsh/nls/greek/
H A Dset3120 118 (WIN32 only) Convert each '/' in next word to '\\\\'
121 119 (WIN32 only) Convert each '/' in previous word to '\\\\'
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h157 const llvm::APSInt &Convert(const llvm::APSInt& To, in Convert() function
166 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() function
168 return Convert(TargetType, From); in Convert()
171 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
292 return ImmOp.getImm() == 0 ? Convert : Exit; in classifyInstruction()
298 return ImmOp.getImm() == -1 ? Convert : Exit; in classifyInstruction()
304 return Convert; in classifyInstruction()
416 if (Classification != Convert) in collectCallInfo()
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dpkcs8.pod242 Convert a private key to PKCS#8 format using default parameters (AES with
247 Convert a private key to PKCS#8 unencrypted format:
251 Convert a private key to PKCS#5 v2.0 format using triple DES:
255 Convert a private key to PKCS#5 v2.0 format using AES with 256 bits in CBC
260 Convert a private key to PKCS#8 using a PKCS#5 1.5 compatible algorithm
265 Convert a private key to PKCS#8 using a PKCS#12 compatible algorithm
274 Convert a private key from any PKCS#8 encrypted format to traditional format:
278 Convert a private key to PKCS#8 format, encrypting with AES-256 and with
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h129 ArrayDocNode &getArray(bool Convert = false) {
131 assert(Convert);
140 MapDocNode &getMap(bool Convert = false) {
142 assert(Convert);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECallingConv.td34 // Convert float arguments to i64 with padding.
65 // Convert float arguments to i64 with padding.
82 // Convert float return values to i64 with padding.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h33 Value *Convert(Value *Src, const FixedPointSemantics &SrcSema, in Convert() function
143 return Convert(Src, SrcSema, DstSema, false); in CreateFixedToFixed()
154 return Convert( in CreateFixedToInteger()
166 return Convert(Src, in CreateIntegerToFixed()
/freebsd-13.1/contrib/bearssl/T0/
H A Dkern.t065 \ Convert hexadecimal character to number. Complain loudly if conversion
70 \ Convert hexadecimal character to number. If not an hexadecimal digit,
78 \ Convert decimal character to number. Complain loudly if conversion
83 \ Convert decimal character to number. If not a decimal digit,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h412 static void Convert(PyRefType &type, PyObject *&py_obj) {}
417 T::Convert(type, py_obj);
472 static void Convert(PyRefType &type, PyObject *&py_obj);
494 static void Convert(PyRefType &type, PyObject *&py_obj);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def241 // CK_BooleanToSignedIntegral - Convert a boolean to -1 or 0 for true and
349 // Convert a builtin function to a function pointer; only allowed in the
353 // Convert a zero value for OpenCL opaque types initialization (event_t,
357 // Convert a pointer to a different address space.
360 // Convert an integer initializer to an OpenCL sampler.
/freebsd-13.1/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd2 rem Convert the Yoyo.org anti-ad server listing
/freebsd-13.1/stand/i386/cdboot/
H A Dcdboot.S505 # Convert AL to hex, saving the result to [EDI].
512 cmpb $0xa,%al # Convert
/freebsd-13.1/usr.sbin/fifolog/lib/
H A Dgetdate.y558 Convert(time_t Month, time_t Day, time_t Year, in Convert() function
650 Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
865 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds, in get_date()
/freebsd-13.1/share/examples/ipfilter/rules/
H A Dfirewall14 Step 2 - Convert Network Security Policy to filter rules.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt143 - Decimal Convert From/to National/Zoned/Signed-QWord:
327 - Convert DP -> QP: xscvdpqp
334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo
338 - Truncate & Convert QP -> (Un)Signed (D)Word (dword[1] is set to zero):
349 - Convert (Un)Signed DWord -> QP: xscvsdqp xscvudqp
354 - (Round &) Convert DP <-> HP: xscvdphp xscvhpdp
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td190 // 13.17. Single-Width Floating-Point/Integer Type-Convert Instructions
194 // 13.18. Widening Floating-Point/Integer Type-Convert Instructions
198 // 13.19. Narrowing Floating-Point/Integer Type-Convert Instructions
404 // 13.17. Single-Width Floating-Point/Integer Type-Convert Instructions
407 // 13.18. Widening Floating-Point/Integer Type-Convert Instructions
411 // 13.19. Narrowing Floating-Point/Integer Type-Convert Instructions
/freebsd-13.1/usr.bin/find/
H A Dgetdate.y567 Convert(time_t Month, time_t Day, time_t Year, in Convert() function
650 Convert(Month, (time_t)tm->tm_mday, Year, in RelativeMonth()
900 Start = Convert(yyMonth, yyDay, yyYear, yyHour, yyMinutes, yySeconds, in get_date()
/freebsd-13.1/stand/i386/zfsboot/
H A Dzfsldr.S192 shr $4,%ebx # Convert to segment
257 cmpb $0xa,%al # Convert
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc65 // Convert a UTF-8 path to UTF-16. Also, if the absolute equivalent of the path
143 // Convert the result from UTF-16 to UTF-8.
214 // Convert to utf-16.
245 // Convert to utf-16.
344 // Convert to utf-16.
380 // Convert \\?\UNC\foo\bar to \\foo\bar
385 // Convert \\?\c:\foo to c:\foo
390 // Convert the result from UTF-16 to UTF-8.
564 // Convert to utf-16.
969 // Convert path to the format that Windows is happy with.
[all …]

1234567